public class TCaseFileItem extends TCmmnElement
tCaseFileItem defines the type of element "caseFileItem".
<p>Java class for tCaseFileItem complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCaseFileItem"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="children" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tChildren" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="multiplicity" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}MultiplicityEnum" default="Unspecified" /> <attribute name="definitionRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="targetRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description | 
|---|
TCaseFileItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
TChildren | 
getChildren()
Gets the value of the children property. 
 | 
QName | 
getDefinitionRef()
Gets the value of the definitionRef property. 
 | 
MultiplicityEnum | 
getMultiplicity()
Gets the value of the multiplicity property. 
 | 
String | 
getName()
Gets the value of the name property. 
 | 
Object | 
getSourceRef()
Gets the value of the sourceRef property. 
 | 
List<Object> | 
getTargetRefs()
Gets the value of the targetRefs property. 
 | 
void | 
setChildren(TChildren value)
Sets the value of the children property. 
 | 
void | 
setDefinitionRef(QName value)
Sets the value of the definitionRef property. 
 | 
void | 
setMultiplicity(MultiplicityEnum value)
Sets the value of the multiplicity property. 
 | 
void | 
setName(String value)
Sets the value of the name property. 
 | 
void | 
setSourceRef(Object value)
Sets the value of the sourceRef property. 
 | 
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TChildren getChildren()
Gets the value of the children property.
TChildrenpublic void setChildren(TChildren value)
Sets the value of the children property.
value - allowed object is
    TChildrenpublic 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 MultiplicityEnum getMultiplicity()
Gets the value of the multiplicity property.
MultiplicityEnumpublic void setMultiplicity(MultiplicityEnum value)
Sets the value of the multiplicity property.
value - allowed object is
    MultiplicityEnumpublic QName getDefinitionRef()
Gets the value of the definitionRef property.
QNamepublic void setDefinitionRef(QName value)
Sets the value of the definitionRef property.
value - allowed object is
    QNamepublic Object getSourceRef()
Gets the value of the sourceRef property.
Objectpublic void setSourceRef(Object value)
Sets the value of the sourceRef property.
value - allowed object is
    Objectpublic List<Object> getTargetRefs()
Gets the value of the targetRefs 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 targetRefs property.
<p> For example, to add a new item, do as follows: <pre> getTargetRefs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.