Class ImageFieldUpdate


  • public class ImageFieldUpdate
    extends java.lang.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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAnchorX()
      Gets the value of the anchorX property.
      java.lang.Integer getAnchorY()
      Gets the value of the anchorY property.
      java.lang.String getAssetHandle()
      Gets the value of the assetHandle property.
      java.lang.Double getResolution()
      Gets the value of the resolution property.
      java.lang.String getUserData()
      Gets the value of the userData property.
      void setAnchorX​(java.lang.Integer value)
      Sets the value of the anchorX property.
      void setAnchorY​(java.lang.Integer value)
      Sets the value of the anchorY property.
      void setAssetHandle​(java.lang.String value)
      Sets the value of the assetHandle property.
      void setResolution​(java.lang.Double value)
      Sets the value of the resolution property.
      void setUserData​(java.lang.String value)
      Sets the value of the userData property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageFieldUpdate

        public ImageFieldUpdate()
    • Method Detail

      • getAssetHandle

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

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

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

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

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

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

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

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

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

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