Package com.scene7.ipsapi
Class ImageMap
java.lang.Object
com.scene7.ipsapi.ImageMap
Java class for ImageMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageMap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="imageMapHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="shapeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="position" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.Gets the value of the imageMapHandle property.Gets the value of the lastModified property.getName()Gets the value of the name property.Gets the value of the position property.Gets the value of the region property.Gets the value of the shapeType property.Gets the value of the enabled property.voidSets the value of the action property.voidsetEnabled(Boolean value) Sets the value of the enabled property.voidsetImageMapHandle(String value) Sets the value of the imageMapHandle property.voidSets the value of the lastModified property.voidSets the value of the name property.voidsetPosition(Integer value) Sets the value of the position property.voidSets the value of the region property.voidsetShapeType(String value) Sets the value of the shapeType property.
-
Constructor Details
-
ImageMap
public ImageMap()
-
-
Method Details
-
getImageMapHandle
Gets the value of the imageMapHandle property.- Returns:
- possible object is
String
-
setImageMapHandle
Sets the value of the imageMapHandle property.- Parameters:
value- allowed object isString
-
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
-
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
-
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
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
Integer
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isInteger
-
isEnabled
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-