Class ZoomTarget

java.lang.Object
com.scene7.ipsapi.ZoomTarget

public class ZoomTarget extends Object

Java class for ZoomTarget complex type.

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

 <complexType name="ZoomTarget">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="zoomTargetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ZoomTarget

      public ZoomTarget()
  • Method Details

    • getZoomTargetHandle

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

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

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

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

      public Integer getXPosition()
      Gets the value of the xPosition property.
      Returns:
      possible object is Integer
    • setXPosition

      public void setXPosition(Integer value)
      Sets the value of the xPosition property.
      Parameters:
      value - allowed object is Integer
    • getYPosition

      public Integer getYPosition()
      Gets the value of the yPosition property.
      Returns:
      possible object is Integer
    • setYPosition

      public void setYPosition(Integer value)
      Sets the value of the yPosition property.
      Parameters:
      value - allowed object is Integer
    • getWidth

      public Integer getWidth()
      Gets the value of the width property.
      Returns:
      possible object is Integer
    • setWidth

      public void setWidth(Integer value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is Integer
    • getHeight

      public Integer getHeight()
      Gets the value of the height property.
      Returns:
      possible object is Integer
    • setHeight

      public void setHeight(Integer value)
      Sets the value of the height 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
    • getPosition

      public Integer getPosition()
      Gets the value of the position property.
      Returns:
      possible object is Integer
    • setPosition

      public void setPosition(Integer value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is Integer
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar