Package com.scene7.ipsapi
Class SaveZoomTargetParam
- java.lang.Object
-
- com.scene7.ipsapi.SaveZoomTargetParam
-
public class SaveZoomTargetParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zoomTargetHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="xPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="yPosition" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SaveZoomTargetParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssetHandle()Gets the value of the assetHandle property.StringgetCompanyHandle()Gets the value of the companyHandle property.intgetHeight()Gets the value of the height property.StringgetName()Gets the value of the name property.StringgetUserData()Gets the value of the userData property.intgetWidth()Gets the value of the width property.intgetXPosition()Gets the value of the xPosition property.intgetYPosition()Gets the value of the yPosition property.StringgetZoomTargetHandle()Gets the value of the zoomTargetHandle property.voidsetAssetHandle(String value)Sets the value of the assetHandle property.voidsetCompanyHandle(String value)Sets the value of the companyHandle property.voidsetHeight(int value)Sets the value of the height property.voidsetName(String value)Sets the value of the name property.voidsetUserData(String value)Sets the value of the userData property.voidsetWidth(int value)Sets the value of the width property.voidsetXPosition(int value)Sets the value of the xPosition property.voidsetYPosition(int value)Sets the value of the yPosition property.voidsetZoomTargetHandle(String value)Sets the value of the zoomTargetHandle property.
-
-
-
Method Detail
-
getCompanyHandle
public String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(String value)
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
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
-
getZoomTargetHandle
public String getZoomTargetHandle()
Gets the value of the zoomTargetHandle property.- Returns:
- possible object is
String
-
setZoomTargetHandle
public void setZoomTargetHandle(String value)
Sets the value of the zoomTargetHandle property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getXPosition
public int getXPosition()
Gets the value of the xPosition property.
-
setXPosition
public void setXPosition(int value)
Sets the value of the xPosition property.
-
getYPosition
public int getYPosition()
Gets the value of the yPosition property.
-
setYPosition
public void setYPosition(int value)
Sets the value of the yPosition property.
-
getWidth
public int getWidth()
Gets the value of the width property.
-
setWidth
public void setWidth(int value)
Sets the value of the width property.
-
getHeight
public int getHeight()
Gets the value of the height property.
-
setHeight
public void setHeight(int value)
Sets the value of the height property.
-
getUserData
public String getUserData()
Gets the value of the userData property.- Returns:
- possible object is
String
-
-