public class ImageFieldUpdate
extends java.lang.Object
Java class for ImageFieldUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageFieldUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="anchorX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="anchorY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ImageFieldUpdate() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAnchorX()
Gets the value of the anchorX property.
|
java.lang.Integer |
getAnchorY()
Gets the value of the anchorY property.
|
java.lang.String |
getAssetHandle()
Gets the value of the assetHandle property.
|
java.lang.Double |
getResolution()
Gets the value of the resolution property.
|
java.lang.String |
getUserData()
Gets the value of the userData property.
|
void |
setAnchorX(java.lang.Integer value)
Sets the value of the anchorX property.
|
void |
setAnchorY(java.lang.Integer value)
Sets the value of the anchorY property.
|
void |
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.
|
void |
setResolution(java.lang.Double value)
Sets the value of the resolution property.
|
void |
setUserData(java.lang.String value)
Sets the value of the userData property.
|
public java.lang.String getAssetHandle()
String
public void setAssetHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.Double getResolution()
Double
public void setResolution(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getAnchorX()
Integer
public void setAnchorX(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getAnchorY()
Integer
public void setAnchorY(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
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"