Class UploadPostParam

java.lang.Object
com.scene7.ipsapi.UploadPostParam

public class UploadPostParam extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="destFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="endJob" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="uploadParams" type="{http://www.scene7.com/IpsApi/xsd/2024-05-30-beta}UploadPostJob" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • UploadPostParam

      public UploadPostParam()
  • Method Details

    • getCompanyHandle

      public String getCompanyHandle()
      Gets the value of the companyHandle property.
      Returns:
      possible object is String
    • setCompanyHandle

      public void setCompanyHandle(String value)
      Sets the value of the companyHandle property.
      Parameters:
      value - allowed object is String
    • getJobName

      public String getJobName()
      Gets the value of the jobName property.
      Returns:
      possible object is String
    • setJobName

      public void setJobName(String value)
      Sets the value of the jobName property.
      Parameters:
      value - allowed object is String
    • getJobHandle

      public String getJobHandle()
      Gets the value of the jobHandle property.
      Returns:
      possible object is String
    • setJobHandle

      public void setJobHandle(String value)
      Sets the value of the jobHandle property.
      Parameters:
      value - allowed object is String
    • getLocale

      public String getLocale()
      Gets the value of the locale property.
      Returns:
      possible object is String
    • setLocale

      public void setLocale(String value)
      Sets the value of the locale property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getDestFolder

      public String getDestFolder()
      Gets the value of the destFolder property.
      Returns:
      possible object is String
    • setDestFolder

      public void setDestFolder(String value)
      Sets the value of the destFolder property.
      Parameters:
      value - allowed object is String
    • getFileName

      public String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

      public void setFileName(String value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is String
    • isEndJob

      public Boolean isEndJob()
      Gets the value of the endJob property.
      Returns:
      possible object is Boolean
    • setEndJob

      public void setEndJob(Boolean value)
      Sets the value of the endJob property.
      Parameters:
      value - allowed object is Boolean
    • getUploadParams

      public UploadPostJob getUploadParams()
      Gets the value of the uploadParams property.
      Returns:
      possible object is UploadPostJob
    • setUploadParams

      public void setUploadParams(UploadPostJob value)
      Sets the value of the uploadParams property.
      Parameters:
      value - allowed object is UploadPostJob