Package com.scene7.ipsapi
Class ImageFieldUpdate
- java.lang.Object
 - 
- com.scene7.ipsapi.ImageFieldUpdate
 
 
- 
public class ImageFieldUpdate extends java.lang.ObjectJava 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 java.lang.IntegergetAnchorX()Gets the value of the anchorX property.java.lang.IntegergetAnchorY()Gets the value of the anchorY property.java.lang.StringgetAssetHandle()Gets the value of the assetHandle property.java.lang.DoublegetResolution()Gets the value of the resolution property.java.lang.StringgetUserData()Gets the value of the userData property.voidsetAnchorX(java.lang.Integer value)Sets the value of the anchorX property.voidsetAnchorY(java.lang.Integer value)Sets the value of the anchorY property.voidsetAssetHandle(java.lang.String value)Sets the value of the assetHandle property.voidsetResolution(java.lang.Double value)Sets the value of the resolution property.voidsetUserData(java.lang.String value)Sets the value of the userData property. 
 - 
 
- 
- 
Method Detail
- 
getAssetHandle
public java.lang.String getAssetHandle()
Gets the value of the assetHandle property.- Returns:
 - possible object is
     
String 
 
- 
setAssetHandle
public void setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.- Parameters:
 value- allowed object isString
 
- 
getResolution
public java.lang.Double getResolution()
Gets the value of the resolution property.- Returns:
 - possible object is
     
Double 
 
- 
setResolution
public void setResolution(java.lang.Double value)
Sets the value of the resolution property.- Parameters:
 value- allowed object isDouble
 
- 
getAnchorX
public java.lang.Integer getAnchorX()
Gets the value of the anchorX property.- Returns:
 - possible object is
     
Integer 
 
- 
setAnchorX
public void setAnchorX(java.lang.Integer value)
Sets the value of the anchorX property.- Parameters:
 value- allowed object isInteger
 
- 
getAnchorY
public java.lang.Integer getAnchorY()
Gets the value of the anchorY property.- Returns:
 - possible object is
     
Integer 
 
- 
setAnchorY
public void setAnchorY(java.lang.Integer value)
Sets the value of the anchorY property.- Parameters:
 value- allowed object isInteger
 
- 
getUserData
public java.lang.String getUserData()
Gets the value of the userData property.- Returns:
 - possible object is
     
String 
 
- 
setUserData
public void setUserData(java.lang.String value)
Sets the value of the userData property.- Parameters:
 value- allowed object isString
 
 - 
 
 -