Package com.scene7.ipsapi
Class UploadUrl
- java.lang.Object
-
- com.scene7.ipsapi.UploadUrl
-
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 Summary
Constructors Constructor Description UploadUrl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestPath()Gets the value of the destPath property.StringgetSourceUrl()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.
-
-
-
Method Detail
-
getSourceUrl
public String getSourceUrl()
Gets the value of the sourceUrl property.- Returns:
- possible object is
String
-
setSourceUrl
public void setSourceUrl(String value)
Sets the value of the sourceUrl property.- Parameters:
value- allowed object isString
-
getDestPath
public String getDestPath()
Gets the value of the destPath property.- Returns:
- possible object is
String
-
-