Package com.scene7.ipsapi
Class ZoomTarget
- java.lang.Object
-
- com.scene7.ipsapi.ZoomTarget
-
public class ZoomTarget extends java.lang.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 Summary
Constructors Constructor Description ZoomTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getHeight()
Gets the value of the height property.javax.xml.datatype.XMLGregorianCalendar
getLastModified()
Gets the value of the lastModified property.java.lang.String
getName()
Gets the value of the name property.java.lang.Integer
getPosition()
Gets the value of the position property.java.lang.String
getUserData()
Gets the value of the userData property.java.lang.Integer
getWidth()
Gets the value of the width property.java.lang.Integer
getXPosition()
Gets the value of the xPosition property.java.lang.Integer
getYPosition()
Gets the value of the yPosition property.java.lang.String
getZoomTargetHandle()
Gets the value of the zoomTargetHandle property.void
setHeight(java.lang.Integer value)
Sets the value of the height property.void
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.void
setName(java.lang.String value)
Sets the value of the name property.void
setPosition(java.lang.Integer value)
Sets the value of the position property.void
setUserData(java.lang.String value)
Sets the value of the userData property.void
setWidth(java.lang.Integer value)
Sets the value of the width property.void
setXPosition(java.lang.Integer value)
Sets the value of the xPosition property.void
setYPosition(java.lang.Integer value)
Sets the value of the yPosition property.void
setZoomTargetHandle(java.lang.String value)
Sets the value of the zoomTargetHandle property.
-
-
-
Method Detail
-
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 isString
-
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 isString
-
getXPosition
public java.lang.Integer getXPosition()
Gets the value of the xPosition property.- Returns:
- possible object is
Integer
-
setXPosition
public void setXPosition(java.lang.Integer value)
Sets the value of the xPosition property.- Parameters:
value
- allowed object isInteger
-
getYPosition
public java.lang.Integer getYPosition()
Gets the value of the yPosition property.- Returns:
- possible object is
Integer
-
setYPosition
public void setYPosition(java.lang.Integer value)
Sets the value of the yPosition property.- Parameters:
value
- allowed object isInteger
-
getWidth
public java.lang.Integer getWidth()
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
public void setWidth(java.lang.Integer value)
Sets the value of the width property.- Parameters:
value
- allowed object isInteger
-
getHeight
public java.lang.Integer getHeight()
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
public void setHeight(java.lang.Integer value)
Sets the value of the height property.- Parameters:
value
- allowed object isInteger
-
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 isString
-
getPosition
public java.lang.Integer getPosition()
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
public void setPosition(java.lang.Integer value)
Sets the value of the position property.- Parameters:
value
- allowed object isInteger
-
getLastModified
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-