Class ImageMapDefinition


  • public class ImageMapDefinition
    extends Object

    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 Detail

      • ImageMapDefinition

        public ImageMapDefinition()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getShapeType

        public String getShapeType()
        Gets the value of the shapeType property.
        Returns:
        possible object is String
      • setShapeType

        public void setShapeType​(String value)
        Sets the value of the shapeType property.
        Parameters:
        value - allowed object is String
      • getRegion

        public String getRegion()
        Gets the value of the region property.
        Returns:
        possible object is String
      • setRegion

        public void setRegion​(String value)
        Sets the value of the region property.
        Parameters:
        value - allowed object is String
      • getAction

        public String getAction()
        Gets the value of the action property.
        Returns:
        possible object is String
      • setAction

        public void setAction​(String value)
        Sets the value of the action property.
        Parameters:
        value - allowed object is String
      • isEnabled

        public boolean isEnabled()
        Gets the value of the enabled property.
      • setEnabled

        public void setEnabled​(boolean value)
        Sets the value of the enabled property.