easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTInputOutputSpecification

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTInputOutputSpecification
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbTInputOutputSpecification
extends EJaxbTBaseElement

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

dataInput

protected java.util.List<EJaxbTDataInput> dataInput

dataOutput

protected java.util.List<EJaxbTDataOutput> dataOutput

inputSet

protected java.util.List<EJaxbTInputSet> inputSet

outputSet

protected java.util.List<EJaxbTOutputSet> outputSet
Constructor Detail

EJaxbTInputOutputSpecification

public EJaxbTInputOutputSpecification()
Method Detail

getDataInput

public java.util.List<EJaxbTDataInput> getDataInput()
Gets the value of the dataInput property.

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


isSetDataInput

public boolean isSetDataInput()

unsetDataInput

public void unsetDataInput()

getDataOutput

public java.util.List<EJaxbTDataOutput> getDataOutput()
Gets the value of the dataOutput property.

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


isSetDataOutput

public boolean isSetDataOutput()

unsetDataOutput

public void unsetDataOutput()

getInputSet

public java.util.List<EJaxbTInputSet> getInputSet()
Gets the value of the inputSet property.

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


isSetInputSet

public boolean isSetInputSet()

unsetInputSet

public void unsetInputSet()

getOutputSet

public java.util.List<EJaxbTOutputSet> getOutputSet()
Gets the value of the outputSet property.

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


isSetOutputSet

public boolean isSetOutputSet()

unsetOutputSet

public void unsetOutputSet()


Copyright © 2011 Petals Link. All Rights Reserved.