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()
HandleArray
public void setAssetHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public java.lang.String getFmt()
String
public void setFmt(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIsModifier()
String
public void setIsModifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMacro()
String
public void setMacro(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmailSetting()
String
public void setEmailSetting(java.lang.String value)
value
- allowed object is
String
public java.lang.String getClientId()
String
public void setClientId(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"