|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTDataAssociation
public class EJaxbTDataAssociation
Java class for tDataAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tDataAssociation">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" maxOccurs="unbounded" minOccurs="0"/>
<element name="targetRef" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="transformation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}assignment" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EJaxbTAssignment> |
assignment
|
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
sourceRef
|
protected java.lang.Object |
targetRef
|
protected EJaxbTFormalExpression |
transformation
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTDataAssociation()
|
|
| Method Summary | |
|---|---|
java.util.List<EJaxbTAssignment> |
getAssignment()
Gets the value of the assignment property. |
java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> |
getSourceRef()
Gets the value of the sourceRef property. |
java.lang.Object |
getTargetRef()
Gets the value of the targetRef property. |
EJaxbTFormalExpression |
getTransformation()
Gets the value of the transformation property. |
boolean |
isSetAssignment()
|
boolean |
isSetSourceRef()
|
boolean |
isSetTargetRef()
|
boolean |
isSetTransformation()
|
void |
setTargetRef(java.lang.Object value)
Sets the value of the targetRef property. |
void |
setTransformation(EJaxbTFormalExpression value)
Sets the value of the transformation property. |
void |
unsetAssignment()
|
void |
unsetSourceRef()
|
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject |
|---|
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent |
| Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject |
|---|
getParent, getXmlObject, setXmlObject |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> sourceRef
protected java.lang.Object targetRef
protected EJaxbTFormalExpression transformation
protected java.util.List<EJaxbTAssignment> assignment
| Constructor Detail |
|---|
public EJaxbTDataAssociation()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> getSourceRef()
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 sourceRef property.
For example, to add a new item, do as follows:
getSourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
public boolean isSetSourceRef()
public void unsetSourceRef()
public java.lang.Object getTargetRef()
Objectpublic void setTargetRef(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetTargetRef()
public EJaxbTFormalExpression getTransformation()
EJaxbTFormalExpressionpublic void setTransformation(EJaxbTFormalExpression value)
value - allowed object is
EJaxbTFormalExpressionpublic boolean isSetTransformation()
public java.util.List<EJaxbTAssignment> getAssignment()
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 assignment property.
For example, to add a new item, do as follows:
getAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTAssignment
public boolean isSetAssignment()
public void unsetAssignment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||