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 and Description |
---|
ZoomTarget() |
Modifier and Type | Method and 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.
|
public java.lang.String getZoomTargetHandle()
String
public void setZoomTargetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getXPosition()
Integer
public void setXPosition(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getYPosition()
Integer
public void setYPosition(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getWidth()
Integer
public void setWidth(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getHeight()
Integer
public void setHeight(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getUserData()
String
public void setUserData(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPosition()
Integer
public void setPosition(java.lang.Integer value)
value
- allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"