Class TItemDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TItemDefinition
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
FieldsFields 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 itemKind property.Gets the value of the structureRef property.boolean
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
structureRef
-
isCollection
-
itemKind
-
-
Constructor Details
-
TItemDefinition
public TItemDefinition()
-
-
Method Details
-
getStructureRef
Gets the value of the structureRef property.- Returns:
- possible object is
QName
-
setStructureRef
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
Sets the value of the isCollection property.- Parameters:
value
- allowed object isBoolean
-
getItemKind
Gets the value of the itemKind property.- Returns:
- possible object is
TItemKind
-
setItemKind
Sets the value of the itemKind property.- Parameters:
value
- allowed object isTItemKind
-