public class TCaseFileItemOnPart extends TOnPart
<p>Java class for tCaseFileItemOnPart complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCaseFileItemOnPart"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tOnPart"> <sequence> <element name="standardEvent" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}CaseFileItemTransition" minOccurs="0"/> </sequence> <attribute name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TCaseFileItemOnPart() |
Modifier and Type | Method and Description |
---|---|
Object |
getSourceRef()
Gets the value of the sourceRef property.
|
CaseFileItemTransition |
getStandardEvent()
Gets the value of the standardEvent property.
|
void |
setSourceRef(Object value)
Sets the value of the sourceRef property.
|
void |
setStandardEvent(CaseFileItemTransition value)
Sets the value of the standardEvent property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public CaseFileItemTransition getStandardEvent()
Gets the value of the standardEvent property.
CaseFileItemTransition
public void setStandardEvent(CaseFileItemTransition value)
Sets the value of the standardEvent property.
value
- allowed object is
CaseFileItemTransition
public Object getSourceRef()
Gets the value of the sourceRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.