|
||||||||||
| 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.EJaxbTInputOutputSpecification
public class EJaxbTInputOutputSpecification
Java class for tInputOutputSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tInputOutputSpecification">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInput" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutput" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}inputSet" maxOccurs="unbounded"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}outputSet" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EJaxbTDataInput> |
dataInput
|
protected java.util.List<EJaxbTDataOutput> |
dataOutput
|
protected java.util.List<EJaxbTInputSet> |
inputSet
|
protected java.util.List<EJaxbTOutputSet> |
outputSet
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTInputOutputSpecification()
|
|
| Method Summary | |
|---|---|
java.util.List<EJaxbTDataInput> |
getDataInput()
Gets the value of the dataInput property. |
java.util.List<EJaxbTDataOutput> |
getDataOutput()
Gets the value of the dataOutput property. |
java.util.List<EJaxbTInputSet> |
getInputSet()
Gets the value of the inputSet property. |
java.util.List<EJaxbTOutputSet> |
getOutputSet()
Gets the value of the outputSet property. |
boolean |
isSetDataInput()
|
boolean |
isSetDataOutput()
|
boolean |
isSetInputSet()
|
boolean |
isSetOutputSet()
|
void |
unsetDataInput()
|
void |
unsetDataOutput()
|
void |
unsetInputSet()
|
void |
unsetOutputSet()
|
| 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<EJaxbTDataInput> dataInput
protected java.util.List<EJaxbTDataOutput> dataOutput
protected java.util.List<EJaxbTInputSet> inputSet
protected java.util.List<EJaxbTOutputSet> outputSet
| Constructor Detail |
|---|
public EJaxbTInputOutputSpecification()
| Method Detail |
|---|
public java.util.List<EJaxbTDataInput> getDataInput()
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 dataInput property.
For example, to add a new item, do as follows:
getDataInput().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataInput
public boolean isSetDataInput()
public void unsetDataInput()
public java.util.List<EJaxbTDataOutput> getDataOutput()
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 dataOutput property.
For example, to add a new item, do as follows:
getDataOutput().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataOutput
public boolean isSetDataOutput()
public void unsetDataOutput()
public java.util.List<EJaxbTInputSet> getInputSet()
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 inputSet property.
For example, to add a new item, do as follows:
getInputSet().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTInputSet
public boolean isSetInputSet()
public void unsetInputSet()
public java.util.List<EJaxbTOutputSet> getOutputSet()
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 outputSet property.
For example, to add a new item, do as follows:
getOutputSet().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTOutputSet
public boolean isSetOutputSet()
public void unsetOutputSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||