Class ImageMap


  • public class ImageMap
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      ImageMap()  
    • 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 getImageMapHandle()
      Gets the value of the imageMapHandle property.
      javax.xml.datatype.XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.Integer 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.
      java.lang.Boolean isEnabled()
      Gets the value of the enabled property.
      void setAction​(java.lang.String value)
      Sets the value of the action property.
      void setEnabled​(java.lang.Boolean value)
      Sets the value of the enabled property.
      void setImageMapHandle​(java.lang.String value)
      Sets the value of the imageMapHandle property.
      void setLastModified​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setPosition​(java.lang.Integer 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageMap

        public ImageMap()
    • Method Detail

      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • getPosition

        public java.lang.Integer getPosition()
        Gets the value of the position property.
        Returns:
        possible object is Integer
      • setPosition

        public void setPosition​(java.lang.Integer value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is Integer
      • isEnabled

        public java.lang.Boolean isEnabled()
        Gets the value of the enabled property.
        Returns:
        possible object is Boolean
      • setEnabled

        public void setEnabled​(java.lang.Boolean value)
        Sets the value of the enabled property.
        Parameters:
        value - allowed object is Boolean
      • getLastModified

        public javax.xml.datatype.XMLGregorianCalendar getLastModified()
        Gets the value of the lastModified property.
        Returns:
        possible object is XMLGregorianCalendar
      • setLastModified

        public void setLastModified​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the lastModified property.
        Parameters:
        value - allowed object is XMLGregorianCalendar