Package com.scene7.ipsapi
Class UploadUrl
java.lang.Object
com.scene7.ipsapi.UploadUrl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the destPath property.Gets the value of the sourceUrl property.voidsetDestPath(String value) Sets the value of the destPath property.voidsetSourceUrl(String value) Sets the value of the sourceUrl property.
-
Constructor Details
-
UploadUrl
public UploadUrl()
-
-
Method Details
-
getSourceUrl
Gets the value of the sourceUrl property.- Returns:
- possible object is
String
-
setSourceUrl
Sets the value of the sourceUrl property.- Parameters:
value- allowed object isString
-
getDestPath
Gets the value of the destPath property.- Returns:
- possible object is
String
-
setDestPath
Sets the value of the destPath property.- Parameters:
value- allowed object isString
-