Class TDataOutput
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TDataOutput
Java class for tDataOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataOutput"> <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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TDataState
protected Boolean
protected QName
protected String
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataState property.Gets the value of the itemSubjectRef property.getName()
Gets the value of the name property.boolean
Gets the value of the isCollection property.void
setDataState
(TDataState value) Sets the value of the dataState property.void
setIsCollection
(Boolean value) Sets the value of the isCollection property.void
setItemSubjectRef
(QName value) Sets the value of the itemSubjectRef property.void
Sets the value of the name property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
dataState
-
name
-
itemSubjectRef
-
isCollection
-
-
Constructor Details
-
TDataOutput
public TDataOutput()
-
-
Method Details
-
getDataState
Gets the value of the dataState property.- Returns:
- possible object is
TDataState
-
setDataState
Sets the value of the dataState property.- Parameters:
value
- allowed object isTDataState
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getItemSubjectRef
Gets the value of the itemSubjectRef property.- Returns:
- possible object is
QName
-
setItemSubjectRef
Sets the value of the itemSubjectRef property.- Parameters:
value
- allowed object isQName
-
isIsCollection
public boolean isIsCollection()Gets the value of the isCollection property.- Returns:
- possible object is
Boolean
-
setIsCollection
Sets the value of the isCollection property.- Parameters:
value
- allowed object isBoolean
-