Package com.scene7.ipsapi
Class UploadUrl
- java.lang.Object
 - 
- com.scene7.ipsapi.UploadUrl
 
 
- 
public class UploadUrl extends java.lang.ObjectJava 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 java.lang.StringgetDestPath()Gets the value of the destPath property.java.lang.StringgetSourceUrl()Gets the value of the sourceUrl property.voidsetDestPath(java.lang.String value)Sets the value of the destPath property.voidsetSourceUrl(java.lang.String value)Sets the value of the sourceUrl property. 
 - 
 
- 
- 
Method Detail
- 
getSourceUrl
public java.lang.String getSourceUrl()
Gets the value of the sourceUrl property.- Returns:
 - possible object is
     
String 
 
- 
setSourceUrl
public void setSourceUrl(java.lang.String value)
Sets the value of the sourceUrl property.- Parameters:
 value- allowed object isString
 
- 
getDestPath
public java.lang.String getDestPath()
Gets the value of the destPath property.- Returns:
 - possible object is
     
String 
 
- 
setDestPath
public void setDestPath(java.lang.String value)
Sets the value of the destPath property.- Parameters:
 value- allowed object isString
 
 - 
 
 -