Package com.scene7.ipsapi
Class SaveImageMapParam
- java.lang.Object
-
- com.scene7.ipsapi.SaveImageMapParam
-
public class SaveImageMapParam extends java.lang.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="imageMapHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="shapeType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="position" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SaveImageMapParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAction()
Gets the value of the action property.java.lang.String
getAssetHandle()
Gets the value of the assetHandle property.java.lang.String
getCompanyHandle()
Gets the value of the companyHandle property.java.lang.String
getImageMapHandle()
Gets the value of the imageMapHandle property.java.lang.String
getName()
Gets the value of the name property.int
getPosition()
Gets the value of the position property.java.lang.String
getRegion()
Gets the value of the region property.java.lang.String
getShapeType()
Gets the value of the shapeType property.boolean
isEnabled()
Gets the value of the enabled property.void
setAction(java.lang.String value)
Sets the value of the action property.void
setAssetHandle(java.lang.String value)
Sets the value of the assetHandle property.void
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.void
setEnabled(boolean value)
Sets the value of the enabled property.void
setImageMapHandle(java.lang.String value)
Sets the value of the imageMapHandle property.void
setName(java.lang.String value)
Sets the value of the name property.void
setPosition(int value)
Sets the value of the position property.void
setRegion(java.lang.String value)
Sets the value of the region property.void
setShapeType(java.lang.String value)
Sets the value of the shapeType property.
-
-
-
Method Detail
-
getCompanyHandle
public java.lang.String getCompanyHandle()
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
public void setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.- Parameters:
value
- allowed object isString
-
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
-
getImageMapHandle
public java.lang.String getImageMapHandle()
Gets the value of the imageMapHandle property.- Returns:
- possible object is
String
-
setImageMapHandle
public void setImageMapHandle(java.lang.String value)
Sets the value of the imageMapHandle property.- Parameters:
value
- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getShapeType
public java.lang.String getShapeType()
Gets the value of the shapeType property.- Returns:
- possible object is
String
-
setShapeType
public void setShapeType(java.lang.String value)
Sets the value of the shapeType property.- Parameters:
value
- allowed object isString
-
getRegion
public java.lang.String getRegion()
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
public void setRegion(java.lang.String value)
Sets the value of the region property.- Parameters:
value
- allowed object isString
-
getAction
public java.lang.String getAction()
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
public void setAction(java.lang.String value)
Sets the value of the action property.- Parameters:
value
- allowed object isString
-
getPosition
public int getPosition()
Gets the value of the position property.
-
setPosition
public void setPosition(int value)
Sets the value of the position property.
-
isEnabled
public boolean isEnabled()
Gets the value of the enabled property.
-
setEnabled
public void setEnabled(boolean value)
Sets the value of the enabled property.
-
-