Package com.scene7.ipsapi
Class UploadPostParam
- java.lang.Object
-
- com.scene7.ipsapi.UploadPostParam
-
public class UploadPostParam extends java.lang.ObjectJava 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/2022-11-01-beta}UploadPostJob" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UploadPostParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCompanyHandle()Gets the value of the companyHandle property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDestFolder()Gets the value of the destFolder property.java.lang.StringgetFileName()Gets the value of the fileName property.java.lang.StringgetJobHandle()Gets the value of the jobHandle property.java.lang.StringgetJobName()Gets the value of the jobName property.java.lang.StringgetLocale()Gets the value of the locale property.UploadPostJobgetUploadParams()Gets the value of the uploadParams property.java.lang.BooleanisEndJob()Gets the value of the endJob property.voidsetCompanyHandle(java.lang.String value)Sets the value of the companyHandle property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDestFolder(java.lang.String value)Sets the value of the destFolder property.voidsetEndJob(java.lang.Boolean value)Sets the value of the endJob property.voidsetFileName(java.lang.String value)Sets the value of the fileName property.voidsetJobHandle(java.lang.String value)Sets the value of the jobHandle property.voidsetJobName(java.lang.String value)Sets the value of the jobName property.voidsetLocale(java.lang.String value)Sets the value of the locale property.voidsetUploadParams(UploadPostJob value)Sets the value of the uploadParams property.
-
-
-
Method Detail
-
getCompanyHandle
public java.lang.String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobName
public java.lang.String getJobName()
Gets the value of the jobName property.- Returns:
- possible object is
String
-
setJobName
public void setJobName(java.lang.String value)
Sets the value of the jobName property.- Parameters:
value- allowed object isString
-
getJobHandle
public java.lang.String getJobHandle()
Gets the value of the jobHandle property.- Returns:
- possible object is
String
-
setJobHandle
public void setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.- Parameters:
value- allowed object isString
-
getLocale
public java.lang.String getLocale()
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
public void setLocale(java.lang.String value)
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDestFolder
public java.lang.String getDestFolder()
Gets the value of the destFolder property.- Returns:
- possible object is
String
-
setDestFolder
public void setDestFolder(java.lang.String value)
Sets the value of the destFolder property.- Parameters:
value- allowed object isString
-
getFileName
public java.lang.String getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
public void setFileName(java.lang.String value)
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
isEndJob
public java.lang.Boolean isEndJob()
Gets the value of the endJob property.- Returns:
- possible object is
Boolean
-
setEndJob
public void setEndJob(java.lang.Boolean value)
Sets the value of the endJob property.- Parameters:
value- allowed object isBoolean
-
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 isUploadPostJob
-
-