public class TCaseFileItemDefinition extends TCmmnElement
tCaseFileItemDefinition defines the type of element "caseFileItemDefinition"
<p>Java class for tCaseFileItemDefinition complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCaseFileItemDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}property" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="definitionType" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}DefinitionTypeEnum" default="http://www.omg.org/spec/CMMN/DefinitionType/Unspecified" /> <attribute name="structureRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="importRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TCaseFileItemDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinitionType()
Gets the value of the definitionType property.
|
QName |
getImportRef()
Gets the value of the importRef property.
|
String |
getName()
Gets the value of the name property.
|
List<TProperty> |
getProperty()
Gets the value of the property property.
|
QName |
getStructureRef()
Gets the value of the structureRef property.
|
void |
setDefinitionType(String value)
Sets the value of the definitionType property.
|
void |
setImportRef(QName value)
Sets the value of the importRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStructureRef(QName value)
Sets the value of the structureRef property.
|
getDescription, getId, getOtherAttributes, setDescription, setIdpublic List<TProperty> getProperty()
Gets the value of the property property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
<p> For example, to add a new item, do as follows: <pre> getProperty().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TProperty
public String getName()
Gets the value of the name property.
Stringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic String getDefinitionType()
Gets the value of the definitionType property.
Stringpublic void setDefinitionType(String value)
Sets the value of the definitionType property.
value - allowed object is
Stringpublic QName getStructureRef()
Gets the value of the structureRef property.
QNamepublic void setStructureRef(QName value)
Sets the value of the structureRef property.
value - allowed object is
QNamepublic QName getImportRef()
Gets the value of the importRef property.
QNameCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.