public class TDataStore extends TRootElement

Java class for tDataStore complex type.

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

 <complexType name="tDataStore">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement">
       <sequence>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataState" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="capacity" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="isUnlimited" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • dataState

      protected TDataState dataState
    • name

      protected String name
    • capacity

      protected BigInteger capacity
    • isUnlimited

      protected Boolean isUnlimited
    • itemSubjectRef

      protected QName itemSubjectRef
  • Constructor Details

    • TDataStore

      public TDataStore()
  • Method Details

    • getDataState

      public TDataState getDataState()
      Gets the value of the dataState property.
      Returns:
      possible object is TDataState
    • setDataState

      public void setDataState(TDataState value)
      Sets the value of the dataState property.
      Parameters:
      value - allowed object is TDataState
    • 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
    • getCapacity

      public BigInteger getCapacity()
      Gets the value of the capacity property.
      Returns:
      possible object is BigInteger
    • setCapacity

      public void setCapacity(BigInteger value)
      Sets the value of the capacity property.
      Parameters:
      value - allowed object is BigInteger
    • isIsUnlimited

      public boolean isIsUnlimited()
      Gets the value of the isUnlimited property.
      Returns:
      possible object is Boolean
    • setIsUnlimited

      public void setIsUnlimited(Boolean value)
      Sets the value of the isUnlimited property.
      Parameters:
      value - allowed object is Boolean
    • getItemSubjectRef

      public QName getItemSubjectRef()
      Gets the value of the itemSubjectRef property.
      Returns:
      possible object is QName
    • setItemSubjectRef

      public void setItemSubjectRef(QName value)
      Sets the value of the itemSubjectRef property.
      Parameters:
      value - allowed object is QName