public class ExportJob
extends java.lang.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/2017-10-29-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. 
 | 
java.lang.String | 
getClientId()
Gets the value of the clientId property. 
 | 
java.lang.String | 
getEmailSetting()
Gets the value of the emailSetting property. 
 | 
java.lang.String | 
getFmt()
Gets the value of the fmt property. 
 | 
java.lang.String | 
getIsModifier()
Gets the value of the isModifier property. 
 | 
java.lang.String | 
getMacro()
Gets the value of the macro property. 
 | 
void | 
setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property. 
 | 
void | 
setClientId(java.lang.String value)
Sets the value of the clientId property. 
 | 
void | 
setEmailSetting(java.lang.String value)
Sets the value of the emailSetting property. 
 | 
void | 
setFmt(java.lang.String value)
Sets the value of the fmt property. 
 | 
void | 
setIsModifier(java.lang.String value)
Sets the value of the isModifier property. 
 | 
void | 
setMacro(java.lang.String value)
Sets the value of the macro property. 
 | 
public HandleArray getAssetHandleArray()
HandleArraypublic void setAssetHandleArray(HandleArray value)
value - allowed object is
     HandleArraypublic java.lang.String getFmt()
Stringpublic void setFmt(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getIsModifier()
Stringpublic void setIsModifier(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getMacro()
Stringpublic void setMacro(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getEmailSetting()
Stringpublic void setEmailSetting(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getClientId()
Stringpublic void setClientId(java.lang.String value)
value - allowed object is
     String"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"