java.lang.Object
dev.tuplle.petri4j.parser.petriflow.model.Place

public class Place extends 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 Details

    • id

      protected String id
    • x

      protected int x
    • y

      protected int y
    • label

      protected I18NStringType label
    • tokens

      protected int tokens
    • isStatic

      protected Boolean isStatic
    • _static

      protected Boolean _static
  • Constructor Details

    • Place

      public Place()
  • Method Details

    • getId

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

      public void setId(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.
    • getLabel

      public I18NStringType getLabel()
      Gets the value of the label property.
      Returns:
      possible object is I18NStringType
    • 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 Boolean isIsStatic()
      Gets the value of the isStatic property.
      Returns:
      possible object is Boolean
    • setIsStatic

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

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

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