Class Place


  • public class Place
    extends java.lang.Object

    Java class for place complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="place">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="x" type="{}nonNegativeInteger"/>
             <element name="y" type="{}nonNegativeInteger"/>
             <element name="label" type="{}i18nStringType"/>
             <element name="tokens" type="{}nonNegativeInteger"/>
             <choice>
               <element name="isStatic" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
               <element name="static" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean _static  
      protected java.lang.String id  
      protected java.lang.Boolean isStatic  
      protected I18NStringType label  
      protected int tokens  
      protected int x  
      protected int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Place()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the value of the id property.
      I18NStringType getLabel()
      Gets the value of the label property.
      int getTokens()
      Gets the value of the tokens property.
      int getX()
      Gets the value of the x property.
      int getY()
      Gets the value of the y property.
      java.lang.Boolean isIsStatic()
      Gets the value of the isStatic property.
      java.lang.Boolean isStatic()
      Gets the value of the static property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setIsStatic​(java.lang.Boolean value)
      Sets the value of the isStatic property.
      void setLabel​(I18NStringType value)
      Sets the value of the label property.
      void setStatic​(java.lang.Boolean value)
      Sets the value of the static property.
      void setTokens​(int value)
      Sets the value of the tokens property.
      void setX​(int value)
      Sets the value of the x property.
      void setY​(int value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • x

        protected int x
      • y

        protected int y
      • tokens

        protected int tokens
      • isStatic

        protected java.lang.Boolean isStatic
      • _static

        protected java.lang.Boolean _static
    • Constructor Detail

      • Place

        public Place()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getX

        public int getX()
        Gets the value of the x property.
      • setX

        public void setX​(int value)
        Sets the value of the x property.
      • getY

        public int getY()
        Gets the value of the y property.
      • setY

        public void setY​(int value)
        Sets the value of the y property.
      • setLabel

        public void setLabel​(I18NStringType value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is I18NStringType
      • getTokens

        public int getTokens()
        Gets the value of the tokens property.
      • setTokens

        public void setTokens​(int value)
        Sets the value of the tokens property.
      • isIsStatic

        public java.lang.Boolean isIsStatic()
        Gets the value of the isStatic property.
        Returns:
        possible object is Boolean
      • setIsStatic

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

        public java.lang.Boolean isStatic()
        Gets the value of the static property.
        Returns:
        possible object is Boolean
      • setStatic

        public void setStatic​(java.lang.Boolean value)
        Sets the value of the static property.
        Parameters:
        value - allowed object is Boolean