Package com.scene7.ipsapi
Class ImageFieldUpdate
java.lang.Object
com.scene7.ipsapi.ImageFieldUpdate
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anchorX property.Gets the value of the anchorY property.Gets the value of the assetHandle property.Gets the value of the resolution property.Gets the value of the userData property.voidsetAnchorX(Integer value) Sets the value of the anchorX property.voidsetAnchorY(Integer value) Sets the value of the anchorY property.voidsetAssetHandle(String value) Sets the value of the assetHandle property.voidsetResolution(Double value) Sets the value of the resolution property.voidsetUserData(String value) Sets the value of the userData property.
-
Constructor Details
-
ImageFieldUpdate
public ImageFieldUpdate()
-
-
Method Details
-
getAssetHandle
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
Sets the value of the assetHandle property.- Parameters:
value- allowed object isString
-
getResolution
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
Sets the value of the resolution property.- Parameters:
value- allowed object isDouble
-
getAnchorX
Gets the value of the anchorX property.- Returns:
- possible object is
Integer
-
setAnchorX
Sets the value of the anchorX property.- Parameters:
value- allowed object isInteger
-
getAnchorY
Gets the value of the anchorY property.- Returns:
- possible object is
Integer
-
setAnchorY
Sets the value of the anchorY property.- Parameters:
value- allowed object isInteger
-
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
-