public class ImageMap extends Object
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 and Description |
|---|
ImageMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getImageMapHandle()
Gets the value of the imageMapHandle property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getPosition()
Gets the value of the position property.
|
String |
getRegion()
Gets the value of the region property.
|
String |
getShapeType()
Gets the value of the shapeType property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setImageMapHandle(String value)
Sets the value of the imageMapHandle property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosition(Integer value)
Sets the value of the position property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setShapeType(String value)
Sets the value of the shapeType property.
|
public String getImageMapHandle()
Stringpublic void setImageMapHandle(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getShapeType()
Stringpublic void setShapeType(String value)
value - allowed object is
Stringpublic Integer getPosition()
Integerpublic void setPosition(Integer value)
value - allowed object is
Integerpublic Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2010 - 2020 Adobe. All Rights Reserved