Package com.scene7.ipsapi
Class UploadPostParam
java.lang.Object
com.scene7.ipsapi.UploadPostParam
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.Gets the value of the description property.Gets the value of the destFolder property.Gets the value of the fileName property.Gets the value of the jobHandle property.Gets the value of the jobName property.Gets the value of the locale property.Gets the value of the uploadParams property.isEndJob()Gets the value of the endJob property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetDescription(String value) Sets the value of the description property.voidsetDestFolder(String value) Sets the value of the destFolder property.voidSets the value of the endJob property.voidsetFileName(String value) Sets the value of the fileName property.voidsetJobHandle(String value) Sets the value of the jobHandle property.voidsetJobName(String value) Sets the value of the jobName property.voidSets the value of the locale property.voidsetUploadParams(UploadPostJob value) Sets the value of the uploadParams property.
-
Constructor Details
-
UploadPostParam
public UploadPostParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobName
Gets the value of the jobName property.- Returns:
- possible object is
String
-
setJobName
Sets the value of the jobName property.- Parameters:
value- allowed object isString
-
getJobHandle
Gets the value of the jobHandle property.- Returns:
- possible object is
String
-
setJobHandle
Sets the value of the jobHandle property.- Parameters:
value- allowed object isString
-
getLocale
Gets the value of the locale property.- Returns:
- possible object is
String
-
setLocale
Sets the value of the locale property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getDestFolder
Gets the value of the destFolder property.- Returns:
- possible object is
String
-
setDestFolder
Sets the value of the destFolder property.- Parameters:
value- allowed object isString
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
isEndJob
Gets the value of the endJob property.- Returns:
- possible object is
Boolean
-
setEndJob
Sets the value of the endJob property.- Parameters:
value- allowed object isBoolean
-
getUploadParams
Gets the value of the uploadParams property.- Returns:
- possible object is
UploadPostJob
-
setUploadParams
Sets the value of the uploadParams property.- Parameters:
value- allowed object isUploadPostJob
-