public class AddSmartCropsParam
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ownerHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="addArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}SmartCropAddArray"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
AddSmartCropsParam() |
Modifier and Type | Method and Description |
---|---|
SmartCropAddArray |
getAddArray()
Gets the value of the addArray property.
|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getOwnerHandle()
Gets the value of the ownerHandle property.
|
void |
setAddArray(SmartCropAddArray value)
Sets the value of the addArray property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setOwnerHandle(java.lang.String value)
Sets the value of the ownerHandle property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOwnerHandle()
String
public void setOwnerHandle(java.lang.String value)
value
- allowed object is
String
public SmartCropAddArray getAddArray()
SmartCropAddArray
public void setAddArray(SmartCropAddArray value)
value
- allowed object is
SmartCropAddArray
Copyright © 2010 - 2023 Adobe. All Rights Reserved