Package org.omg.spec.bpmn.model
Class TItemDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TItemDefinition
-
public class TItemDefinition extends TRootElement
Java class for tItemDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tItemDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tRootElement"> <attribute name="structureRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="itemKind" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tItemKind" default="Information" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
isCollection
protected TItemKind
itemKind
protected QName
structureRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TItemDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TItemKind
getItemKind()
Gets the value of the itemKind property.QName
getStructureRef()
Gets the value of the structureRef property.boolean
isIsCollection()
Gets the value of the isCollection property.void
setIsCollection(Boolean value)
Sets the value of the isCollection property.void
setItemKind(TItemKind value)
Sets the value of the itemKind property.void
setStructureRef(QName value)
Sets the value of the structureRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getStructureRef
public QName getStructureRef()
Gets the value of the structureRef property.- Returns:
- possible object is
QName
-
setStructureRef
public void setStructureRef(QName value)
Sets the value of the structureRef property.- Parameters:
value
- allowed object isQName
-
isIsCollection
public boolean isIsCollection()
Gets the value of the isCollection property.- Returns:
- possible object is
Boolean
-
setIsCollection
public void setIsCollection(Boolean value)
Sets the value of the isCollection property.- Parameters:
value
- allowed object isBoolean
-
getItemKind
public TItemKind getItemKind()
Gets the value of the itemKind property.- Returns:
- possible object is
TItemKind
-
-