Package com.scene7.ipsapi
Class ExportJob
java.lang.Object
com.scene7.ipsapi.ExportJob
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/2024-05-30-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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetHandleArray property.Gets the value of the clientId property.Gets the value of the emailSetting property.getFmt()Gets the value of the fmt property.Gets the value of the isModifier property.getMacro()Gets the value of the macro property.voidsetAssetHandleArray(HandleArray value) Sets the value of the assetHandleArray property.voidsetClientId(String value) Sets the value of the clientId property.voidsetEmailSetting(String value) Sets the value of the emailSetting property.voidSets the value of the fmt property.voidsetIsModifier(String value) Sets the value of the isModifier property.voidSets the value of the macro property.
-
Constructor Details
-
ExportJob
public ExportJob()
-
-
Method Details
-
getAssetHandleArray
Gets the value of the assetHandleArray property.- Returns:
- possible object is
HandleArray
-
setAssetHandleArray
Sets the value of the assetHandleArray property.- Parameters:
value- allowed object isHandleArray
-
getFmt
Gets the value of the fmt property.- Returns:
- possible object is
String
-
setFmt
Sets the value of the fmt property.- Parameters:
value- allowed object isString
-
getIsModifier
Gets the value of the isModifier property.- Returns:
- possible object is
String
-
setIsModifier
Sets the value of the isModifier property.- Parameters:
value- allowed object isString
-
getMacro
Gets the value of the macro property.- Returns:
- possible object is
String
-
setMacro
Sets the value of the macro property.- Parameters:
value- allowed object isString
-
getEmailSetting
Gets the value of the emailSetting property.- Returns:
- possible object is
String
-
setEmailSetting
Sets the value of the emailSetting property.- Parameters:
value- allowed object isString
-
getClientId
Gets the value of the clientId property.- Returns:
- possible object is
String
-
setClientId
Sets the value of the clientId property.- Parameters:
value- allowed object isString
-