Class ImageFieldUpdate

java.lang.Object
com.scene7.ipsapi.ImageFieldUpdate

public class ImageFieldUpdate extends Object

Java class for ImageFieldUpdate complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImageFieldUpdate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="anchorX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="anchorY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ImageFieldUpdate

      public ImageFieldUpdate()
  • Method Details

    • getAssetHandle

      public String getAssetHandle()
      Gets the value of the assetHandle property.
      Returns:
      possible object is String
    • setAssetHandle

      public void setAssetHandle(String value)
      Sets the value of the assetHandle property.
      Parameters:
      value - allowed object is String
    • getResolution

      public Double getResolution()
      Gets the value of the resolution property.
      Returns:
      possible object is Double
    • setResolution

      public void setResolution(Double value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is Double
    • getAnchorX

      public Integer getAnchorX()
      Gets the value of the anchorX property.
      Returns:
      possible object is Integer
    • setAnchorX

      public void setAnchorX(Integer value)
      Sets the value of the anchorX property.
      Parameters:
      value - allowed object is Integer
    • getAnchorY

      public Integer getAnchorY()
      Gets the value of the anchorY property.
      Returns:
      possible object is Integer
    • setAnchorY

      public void setAnchorY(Integer value)
      Sets the value of the anchorY property.
      Parameters:
      value - allowed object is Integer
    • getUserData

      public String getUserData()
      Gets the value of the userData property.
      Returns:
      possible object is String
    • setUserData

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