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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
capacity |
protected TDataState |
dataState |
protected java.lang.Boolean |
isUnlimited |
protected javax.xml.namespace.QName |
itemSubjectRef |
protected java.lang.String |
name |
documentation, extensionElements, id| Constructor and Description |
|---|
TDataStore() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getCapacity()
Gets the value of the capacity property.
|
TDataState |
getDataState()
Gets the value of the dataState property.
|
javax.xml.namespace.QName |
getItemSubjectRef()
Gets the value of the itemSubjectRef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
boolean |
isIsUnlimited()
Gets the value of the isUnlimited property.
|
void |
setCapacity(java.math.BigInteger value)
Sets the value of the capacity property.
|
void |
setDataState(TDataState value)
Sets the value of the dataState property.
|
void |
setIsUnlimited(java.lang.Boolean value)
Sets the value of the isUnlimited property.
|
void |
setItemSubjectRef(javax.xml.namespace.QName value)
Sets the value of the itemSubjectRef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TDataState dataState
protected java.lang.String name
protected java.math.BigInteger capacity
protected java.lang.Boolean isUnlimited
protected javax.xml.namespace.QName itemSubjectRef
public TDataState getDataState()
TDataStatepublic void setDataState(TDataState value)
value - allowed object is
TDataStatepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getCapacity()
BigIntegerpublic void setCapacity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isIsUnlimited()
Booleanpublic void setIsUnlimited(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.namespace.QName getItemSubjectRef()
QNamepublic void setItemSubjectRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.