Package com.scene7.ipsapi
Class UploadPostParam
- java.lang.Object
-
- com.scene7.ipsapi.UploadPostParam
-
public class UploadPostParam extends java.lang.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/2021-04-26-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.String
getCompanyHandle()
Gets the value of the companyHandle property.java.lang.String
getDescription()
Gets the value of the description property.java.lang.String
getDestFolder()
Gets the value of the destFolder property.java.lang.String
getFileName()
Gets the value of the fileName property.java.lang.String
getJobHandle()
Gets the value of the jobHandle property.java.lang.String
getJobName()
Gets the value of the jobName property.java.lang.String
getLocale()
Gets the value of the locale property.UploadPostJob
getUploadParams()
Gets the value of the uploadParams property.java.lang.Boolean
isEndJob()
Gets the value of the endJob property.void
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.void
setDescription(java.lang.String value)
Sets the value of the description property.void
setDestFolder(java.lang.String value)
Sets the value of the destFolder property.void
setEndJob(java.lang.Boolean value)
Sets the value of the endJob property.void
setFileName(java.lang.String value)
Sets the value of the fileName property.void
setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.void
setJobName(java.lang.String value)
Sets the value of the jobName property.void
setLocale(java.lang.String value)
Sets the value of the locale property.void
setUploadParams(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
-
-