Package com.scene7.ipsapi
Class ImageMapDefinition
java.lang.Object
com.scene7.ipsapi.ImageMapDefinition
Java 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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.getName()Gets the value of the name property.Gets the value of the region property.Gets the value of the shapeType property.booleanGets the value of the enabled property.voidSets the value of the action property.voidsetEnabled(boolean value) Sets the value of the enabled property.voidSets the value of the name property.voidSets the value of the region property.voidsetShapeType(String value) Sets the value of the shapeType property.
-
Constructor Details
-
ImageMapDefinition
public ImageMapDefinition()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getShapeType
Gets the value of the shapeType property.- Returns:
- possible object is
String
-
setShapeType
Sets the value of the shapeType property.- Parameters:
value- allowed object isString
-
getRegion
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
Sets the value of the region property.- Parameters:
value- allowed object isString
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
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.
-