public class TDataInput extends TBaseElement
Java class for tDataInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataInput">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<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="itemSubjectRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDataState |
dataState |
protected java.lang.Boolean |
isCollection |
protected javax.xml.namespace.QName |
itemSubjectRef |
protected java.lang.String |
name |
documentation, extensionElements, id| Constructor and Description |
|---|
TDataInput() |
| Modifier and Type | Method and Description |
|---|---|
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 |
isIsCollection()
Gets the value of the isCollection property.
|
void |
setDataState(TDataState value)
Sets the value of the dataState property.
|
void |
setIsCollection(java.lang.Boolean value)
Sets the value of the isCollection 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 javax.xml.namespace.QName itemSubjectRef
protected java.lang.Boolean isCollection
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 javax.xml.namespace.QName getItemSubjectRef()
QNamepublic void setItemSubjectRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isIsCollection()
Booleanpublic void setIsCollection(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.