public class ImageFieldUpdate extends 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 |
|---|---|
Integer |
getAnchorX()
Gets the value of the anchorX property.
|
Integer |
getAnchorY()
Gets the value of the anchorY property.
|
String |
getAssetHandle()
Gets the value of the assetHandle property.
|
Double |
getResolution()
Gets the value of the resolution property.
|
String |
getUserData()
Gets the value of the userData property.
|
void |
setAnchorX(Integer value)
Sets the value of the anchorX property.
|
void |
setAnchorY(Integer value)
Sets the value of the anchorY property.
|
void |
setAssetHandle(String value)
Sets the value of the assetHandle property.
|
void |
setResolution(Double value)
Sets the value of the resolution property.
|
void |
setUserData(String value)
Sets the value of the userData property.
|
public String getAssetHandle()
Stringpublic void setAssetHandle(String value)
value - allowed object is
Stringpublic Double getResolution()
Doublepublic void setResolution(Double value)
value - allowed object is
Doublepublic Integer getAnchorX()
Integerpublic void setAnchorX(Integer value)
value - allowed object is
Integerpublic Integer getAnchorY()
Integerpublic void setAnchorY(Integer value)
value - allowed object is
Integerpublic String getUserData()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved