Package com.scene7.ipsapi
Class ZoomTargetDefinition
java.lang.Object
com.scene7.ipsapi.ZoomTargetDefinition
Java class for ZoomTargetDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZoomTargetDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the height property.getName()Gets the value of the name property.Gets the value of the userData property.intgetWidth()Gets the value of the width property.intGets the value of the xPosition property.intGets the value of the yPosition property.voidsetHeight(int value) Sets the value of the height property.voidSets the value of the name property.voidsetUserData(String value) Sets the value of the userData property.voidsetWidth(int value) Sets the value of the width property.voidsetXPosition(int value) Sets the value of the xPosition property.voidsetYPosition(int value) Sets the value of the yPosition property.
-
Constructor Details
-
ZoomTargetDefinition
public ZoomTargetDefinition()
-
-
Method Details
-
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
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
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
-