Class SaveZoomTargetParam


  • public class SaveZoomTargetParam
    extends java.lang.Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="zoomTargetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <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.String getAssetHandle()
      Gets the value of the assetHandle property.
      java.lang.String getCompanyHandle()
      Gets the value of the companyHandle property.
      int getHeight()
      Gets the value of the height property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getUserData()
      Gets the value of the userData property.
      int getWidth()
      Gets the value of the width property.
      int getXPosition()
      Gets the value of the xPosition property.
      int getYPosition()
      Gets the value of the yPosition property.
      java.lang.String getZoomTargetHandle()
      Gets the value of the zoomTargetHandle property.
      void setAssetHandle​(java.lang.String value)
      Sets the value of the assetHandle property.
      void setCompanyHandle​(java.lang.String value)
      Sets the value of the companyHandle property.
      void setHeight​(int value)
      Sets the value of the height property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setUserData​(java.lang.String value)
      Sets the value of the userData property.
      void setWidth​(int value)
      Sets the value of the width property.
      void setXPosition​(int value)
      Sets the value of the xPosition property.
      void setYPosition​(int value)
      Sets the value of the yPosition property.
      void setZoomTargetHandle​(java.lang.String value)
      Sets the value of the zoomTargetHandle property.
      • Methods inherited from class java.lang.Object

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

      • SaveZoomTargetParam

        public SaveZoomTargetParam()
    • Method Detail

      • getCompanyHandle

        public java.lang.String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(java.lang.String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • 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
      • getZoomTargetHandle

        public java.lang.String getZoomTargetHandle()
        Gets the value of the zoomTargetHandle property.
        Returns:
        possible object is String
      • setZoomTargetHandle

        public void setZoomTargetHandle​(java.lang.String value)
        Sets the value of the zoomTargetHandle property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getXPosition

        public int getXPosition()
        Gets the value of the xPosition property.
      • setXPosition

        public void setXPosition​(int value)
        Sets the value of the xPosition property.
      • getYPosition

        public int getYPosition()
        Gets the value of the yPosition property.
      • setYPosition

        public void setYPosition​(int value)
        Sets the value of the yPosition property.
      • getWidth

        public int getWidth()
        Gets the value of the width property.
      • setWidth

        public void setWidth​(int value)
        Sets the value of the width property.
      • getHeight

        public int getHeight()
        Gets the value of the height property.
      • setHeight

        public void setHeight​(int value)
        Sets the value of the height property.
      • 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