public class UploadUrl extends Object
Java class for UploadUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadUrl">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourceUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UploadUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestPath()
Gets the value of the destPath property.
|
String |
getSourceUrl()
Gets the value of the sourceUrl property.
|
void |
setDestPath(String value)
Sets the value of the destPath property.
|
void |
setSourceUrl(String value)
Sets the value of the sourceUrl property.
|
public String getSourceUrl()
Stringpublic void setSourceUrl(String value)
value - allowed object is
Stringpublic String getDestPath()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved