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 Details

    • UploadUrl

      public UploadUrl()
  • Method Details

    • 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 is String
    • getDestPath

      public String getDestPath()
      Gets the value of the destPath property.
      Returns:
      possible object is String
    • setDestPath

      public void setDestPath(String value)
      Sets the value of the destPath property.
      Parameters:
      value - allowed object is String