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 and Description |
|---|
ZoomTarget() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the value of the height property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getPosition()
Gets the value of the position property.
|
String |
getUserData()
Gets the value of the userData property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Integer |
getXPosition()
Gets the value of the xPosition property.
|
Integer |
getYPosition()
Gets the value of the yPosition property.
|
String |
getZoomTargetHandle()
Gets the value of the zoomTargetHandle property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosition(Integer value)
Sets the value of the position property.
|
void |
setUserData(String value)
Sets the value of the userData property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
void |
setXPosition(Integer value)
Sets the value of the xPosition property.
|
void |
setYPosition(Integer value)
Sets the value of the yPosition property.
|
void |
setZoomTargetHandle(String value)
Sets the value of the zoomTargetHandle property.
|
public String getZoomTargetHandle()
Stringpublic void setZoomTargetHandle(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getXPosition()
Integerpublic void setXPosition(Integer value)
value - allowed object is
Integerpublic Integer getYPosition()
Integerpublic void setYPosition(Integer value)
value - allowed object is
Integerpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic String getUserData()
Stringpublic void setUserData(String value)
value - allowed object is
Stringpublic Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved