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/2017-10-29-beta}UploadPostJob" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
UploadPostParam() |
Modifier and Type | Method and 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.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobName()
String
public void setJobName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getJobHandle()
String
public void setJobHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocale()
String
public void setLocale(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDestFolder()
String
public void setDestFolder(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFileName()
String
public void setFileName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isEndJob()
Boolean
public void setEndJob(java.lang.Boolean value)
value
- allowed object is
Boolean
public UploadPostJob getUploadParams()
UploadPostJob
public void setUploadParams(UploadPostJob value)
value
- allowed object is
UploadPostJob
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"