Package com.scene7.ipsapi
Class ImageMapDefinition
- java.lang.Object
 - 
- com.scene7.ipsapi.ImageMapDefinition
 
 
- 
public class ImageMapDefinition extends java.lang.ObjectJava class for ImageMapDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageMapDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType> 
- 
- 
Constructor Summary
Constructors Constructor Description ImageMapDefinition() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()Gets the value of the action property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRegion()Gets the value of the region property.java.lang.StringgetShapeType()Gets the value of the shapeType property.booleanisEnabled()Gets the value of the enabled property.voidsetAction(java.lang.String value)Sets the value of the action property.voidsetEnabled(boolean value)Sets the value of the enabled property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRegion(java.lang.String value)Sets the value of the region property.voidsetShapeType(java.lang.String value)Sets the value of the shapeType property. 
 - 
 
- 
- 
Method Detail
- 
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
 
- 
isEnabled
public boolean isEnabled()
Gets the value of the enabled property. 
- 
setEnabled
public void setEnabled(boolean value)
Sets the value of the enabled property. 
 - 
 
 -