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/2019-09-10-beta}UploadPostJob" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UploadPostParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDestFolder()
Gets the value of the destFolder property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getJobHandle()
Gets the value of the jobHandle property.
|
String |
getJobName()
Gets the value of the jobName property.
|
String |
getLocale()
Gets the value of the locale property.
|
UploadPostJob |
getUploadParams()
Gets the value of the uploadParams property.
|
Boolean |
isEndJob()
Gets the value of the endJob property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDestFolder(String value)
Sets the value of the destFolder property.
|
void |
setEndJob(Boolean value)
Sets the value of the endJob property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setJobHandle(String value)
Sets the value of the jobHandle property.
|
void |
setJobName(String value)
Sets the value of the jobName property.
|
void |
setLocale(String value)
Sets the value of the locale property.
|
void |
setUploadParams(UploadPostJob value)
Sets the value of the uploadParams property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getJobName()
Stringpublic void setJobName(String value)
value - allowed object is
Stringpublic String getJobHandle()
Stringpublic void setJobHandle(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDestFolder()
Stringpublic void setDestFolder(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic Boolean isEndJob()
Booleanpublic void setEndJob(Boolean value)
value - allowed object is
Booleanpublic UploadPostJob getUploadParams()
UploadPostJobpublic void setUploadParams(UploadPostJob value)
value - allowed object is
UploadPostJobCopyright © 2010 - 2020 Adobe. All Rights Reserved