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, setId
public TChildren getChildren()
Gets the value of the children property.
TChildren
public void setChildren(TChildren value)
Sets the value of the children property.
value
- allowed object is
TChildren
public String getName()
Gets the value of the name property.
String
public void setName(String value)
Sets the value of the name property.
value
- allowed object is
String
public MultiplicityEnum getMultiplicity()
Gets the value of the multiplicity property.
MultiplicityEnum
public void setMultiplicity(MultiplicityEnum value)
Sets the value of the multiplicity property.
value
- allowed object is
MultiplicityEnum
public QName getDefinitionRef()
Gets the value of the definitionRef property.
QName
public void setDefinitionRef(QName value)
Sets the value of the definitionRef property.
value
- allowed object is
QName
public Object getSourceRef()
Gets the value of the sourceRef property.
Object
public void setSourceRef(Object value)
Sets the value of the sourceRef property.
value
- allowed object is
Object
public 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.