Package com.scene7.ipsapi
Class ZoomTarget
java.lang.Object
com.scene7.ipsapi.ZoomTarget
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the height property.Gets the value of the lastModified property.getName()Gets the value of the name property.Gets the value of the position property.Gets the value of the userData property.getWidth()Gets the value of the width property.Gets the value of the xPosition property.Gets the value of the yPosition property.Gets the value of the zoomTargetHandle property.voidSets the value of the height property.voidSets the value of the lastModified property.voidSets the value of the name property.voidsetPosition(Integer value) Sets the value of the position property.voidsetUserData(String value) Sets the value of the userData property.voidSets the value of the width property.voidsetXPosition(Integer value) Sets the value of the xPosition property.voidsetYPosition(Integer value) Sets the value of the yPosition property.voidsetZoomTargetHandle(String value) Sets the value of the zoomTargetHandle property.
-
Constructor Details
-
ZoomTarget
public ZoomTarget()
-
-
Method Details
-
getZoomTargetHandle
Gets the value of the zoomTargetHandle property.- Returns:
- possible object is
String
-
setZoomTargetHandle
Sets the value of the zoomTargetHandle property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getXPosition
Gets the value of the xPosition property.- Returns:
- possible object is
Integer
-
setXPosition
Sets the value of the xPosition property.- Parameters:
value- allowed object isInteger
-
getYPosition
Gets the value of the yPosition property.- Returns:
- possible object is
Integer
-
setYPosition
Sets the value of the yPosition property.- Parameters:
value- allowed object isInteger
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
Integer
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isInteger
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
Integer
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isInteger
-
getUserData
Gets the value of the userData property.- Returns:
- possible object is
String
-
setUserData
Sets the value of the userData property.- Parameters:
value- allowed object isString
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isInteger
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-