Package com.scene7.ipsapi
Class ImageFieldUpdate
- java.lang.Object
-
- com.scene7.ipsapi.ImageFieldUpdate
-
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 Summary
Constructors Constructor Description ImageFieldUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getAssetHandle
public String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
- possible object is
String
-
setAssetHandle
public void setAssetHandle(String value)
Sets the value of the assetHandle property.- Parameters:
value
- allowed object isString
-
getResolution
public Double getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
Double
-
setResolution
public void setResolution(Double value)
Sets the value of the resolution property.- Parameters:
value
- allowed object isDouble
-
getAnchorX
public Integer getAnchorX()
Gets the value of the anchorX property.- Returns:
- possible object is
Integer
-
setAnchorX
public void setAnchorX(Integer value)
Sets the value of the anchorX property.- Parameters:
value
- allowed object isInteger
-
getAnchorY
public Integer getAnchorY()
Gets the value of the anchorY property.- Returns:
- possible object is
Integer
-
setAnchorY
public void setAnchorY(Integer value)
Sets the value of the anchorY property.- Parameters:
value
- allowed object isInteger
-
getUserData
public String getUserData()
Gets the value of the userData property.- Returns:
- possible object is
String
-
-