Class ExportJob


  • 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/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
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExportJob

        public ExportJob()
    • 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 is HandleArray
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String