public class ExportJob extends Object
Java class for ExportJob complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportJob">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assetHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}HandleArray"/>
<element name="fmt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="is_modifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="macro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="emailSetting" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="clientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExportJob() |
| Modifier and Type | Method and Description |
|---|---|
HandleArray |
getAssetHandleArray()
Gets the value of the assetHandleArray property.
|
String |
getClientId()
Gets the value of the clientId property.
|
String |
getEmailSetting()
Gets the value of the emailSetting property.
|
String |
getFmt()
Gets the value of the fmt property.
|
String |
getIsModifier()
Gets the value of the isModifier property.
|
String |
getMacro()
Gets the value of the macro property.
|
void |
setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property.
|
void |
setClientId(String value)
Sets the value of the clientId property.
|
void |
setEmailSetting(String value)
Sets the value of the emailSetting property.
|
void |
setFmt(String value)
Sets the value of the fmt property.
|
void |
setIsModifier(String value)
Sets the value of the isModifier property.
|
void |
setMacro(String value)
Sets the value of the macro property.
|
public HandleArray getAssetHandleArray()
HandleArraypublic void setAssetHandleArray(HandleArray value)
value - allowed object is
HandleArraypublic String getFmt()
Stringpublic void setFmt(String value)
value - allowed object is
Stringpublic String getIsModifier()
Stringpublic void setIsModifier(String value)
value - allowed object is
Stringpublic String getMacro()
Stringpublic void setMacro(String value)
value - allowed object is
Stringpublic String getEmailSetting()
Stringpublic void setEmailSetting(String value)
value - allowed object is
Stringpublic String getClientId()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved