Package com.scene7.ipsapi
Class ExportJob
- java.lang.Object
 - 
- com.scene7.ipsapi.ExportJob
 
 
- 
public class ExportJob extends java.lang.ObjectJava 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/2021-04-26-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 Summary
Constructors Constructor Description ExportJob() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandleArraygetAssetHandleArray()Gets the value of the assetHandleArray property.java.lang.StringgetClientId()Gets the value of the clientId property.java.lang.StringgetEmailSetting()Gets the value of the emailSetting property.java.lang.StringgetFmt()Gets the value of the fmt property.java.lang.StringgetIsModifier()Gets the value of the isModifier property.java.lang.StringgetMacro()Gets the value of the macro property.voidsetAssetHandleArray(HandleArray value)Sets the value of the assetHandleArray property.voidsetClientId(java.lang.String value)Sets the value of the clientId property.voidsetEmailSetting(java.lang.String value)Sets the value of the emailSetting property.voidsetFmt(java.lang.String value)Sets the value of the fmt property.voidsetIsModifier(java.lang.String value)Sets the value of the isModifier property.voidsetMacro(java.lang.String value)Sets the value of the macro property. 
 - 
 
- 
- 
Method Detail
- 
getAssetHandleArray
public HandleArray getAssetHandleArray()
Gets the value of the assetHandleArray property.- Returns:
 - possible object is
     
HandleArray 
 
- 
setAssetHandleArray
public void setAssetHandleArray(HandleArray value)
Sets the value of the assetHandleArray property.- Parameters:
 value- allowed object isHandleArray
 
- 
getFmt
public java.lang.String getFmt()
Gets the value of the fmt property.- Returns:
 - possible object is
     
String 
 
- 
setFmt
public void setFmt(java.lang.String value)
Sets the value of the fmt property.- Parameters:
 value- allowed object isString
 
- 
getIsModifier
public java.lang.String getIsModifier()
Gets the value of the isModifier property.- Returns:
 - possible object is
     
String 
 
- 
setIsModifier
public void setIsModifier(java.lang.String value)
Sets the value of the isModifier property.- Parameters:
 value- allowed object isString
 
- 
getMacro
public java.lang.String getMacro()
Gets the value of the macro property.- Returns:
 - possible object is
     
String 
 
- 
setMacro
public void setMacro(java.lang.String value)
Sets the value of the macro property.- Parameters:
 value- allowed object isString
 
- 
getEmailSetting
public java.lang.String getEmailSetting()
Gets the value of the emailSetting property.- Returns:
 - possible object is
     
String 
 
- 
setEmailSetting
public void setEmailSetting(java.lang.String value)
Sets the value of the emailSetting property.- Parameters:
 value- allowed object isString
 
- 
getClientId
public java.lang.String getClientId()
Gets the value of the clientId property.- Returns:
 - possible object is
     
String 
 
- 
setClientId
public void setClientId(java.lang.String value)
Sets the value of the clientId property.- Parameters:
 value- allowed object isString
 
 - 
 
 -