Class ExportJob

java.lang.Object
com.scene7.ipsapi.ExportJob

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/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 Details

    • ExportJob

      public ExportJob()
  • Method Details

    • 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 is HandleArray
    • getFmt

      public String getFmt()
      Gets the value of the fmt property.
      Returns:
      possible object is String
    • setFmt

      public void setFmt(String value)
      Sets the value of the fmt property.
      Parameters:
      value - allowed object is String
    • getIsModifier

      public String getIsModifier()
      Gets the value of the isModifier property.
      Returns:
      possible object is String
    • setIsModifier

      public void setIsModifier(String value)
      Sets the value of the isModifier property.
      Parameters:
      value - allowed object is String
    • getMacro

      public String getMacro()
      Gets the value of the macro property.
      Returns:
      possible object is String
    • setMacro

      public void setMacro(String value)
      Sets the value of the macro property.
      Parameters:
      value - allowed object is String
    • getEmailSetting

      public String getEmailSetting()
      Gets the value of the emailSetting property.
      Returns:
      possible object is String
    • setEmailSetting

      public void setEmailSetting(String value)
      Sets the value of the emailSetting property.
      Parameters:
      value - allowed object is String
    • getClientId

      public String getClientId()
      Gets the value of the clientId property.
      Returns:
      possible object is String
    • setClientId

      public void setClientId(String value)
      Sets the value of the clientId property.
      Parameters:
      value - allowed object is String