|
||||||||||
| 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.EJaxbTFlowElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTActivity
public abstract class EJaxbTActivity
Java class for tActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tActivity">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}ioSpecification" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}property" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}resourceRole" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}loopCharacteristics" minOccurs="0"/>
</sequence>
<attribute name="isForCompensation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="startQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="completionQuantity" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Object |
_default
|
protected java.math.BigInteger |
completionQuantity
|
protected java.util.List<EJaxbTDataInputAssociation> |
dataInputAssociation
|
protected java.util.List<EJaxbTDataOutputAssociation> |
dataOutputAssociation
|
protected EJaxbTInputOutputSpecification |
ioSpecification
|
protected java.lang.Boolean |
isForCompensation
|
protected javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> |
loopCharacteristics
|
protected java.util.List<EJaxbTProperty> |
property
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTResourceRole>> |
resourceRole
|
protected java.math.BigInteger |
startQuantity
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode |
|---|
incoming, outgoing |
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement |
|---|
auditing, categoryValueRef, monitoring, name |
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTActivity()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getCompletionQuantity()
Gets the value of the completionQuantity property. |
java.util.List<EJaxbTDataInputAssociation> |
getDataInputAssociation()
Gets the value of the dataInputAssociation property. |
java.util.List<EJaxbTDataOutputAssociation> |
getDataOutputAssociation()
Gets the value of the dataOutputAssociation property. |
java.lang.Object |
getDefault()
Gets the value of the default property. |
EJaxbTInputOutputSpecification |
getIoSpecification()
Gets the value of the ioSpecification property. |
javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> |
getLoopCharacteristics()
Gets the value of the loopCharacteristics property. |
java.util.List<EJaxbTProperty> |
getProperty()
Gets the value of the property property. |
java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTResourceRole>> |
getResourceRole()
Gets the value of the resourceRole property. |
java.math.BigInteger |
getStartQuantity()
Gets the value of the startQuantity property. |
boolean |
isIsForCompensation()
Gets the value of the isForCompensation property. |
boolean |
isSetCompletionQuantity()
|
boolean |
isSetDataInputAssociation()
|
boolean |
isSetDataOutputAssociation()
|
boolean |
isSetDefault()
|
boolean |
isSetIoSpecification()
|
boolean |
isSetIsForCompensation()
|
boolean |
isSetLoopCharacteristics()
|
boolean |
isSetProperty()
|
boolean |
isSetResourceRole()
|
boolean |
isSetStartQuantity()
|
void |
setCompletionQuantity(java.math.BigInteger value)
Sets the value of the completionQuantity property. |
void |
setDefault(java.lang.Object value)
Sets the value of the default property. |
void |
setIoSpecification(EJaxbTInputOutputSpecification value)
Sets the value of the ioSpecification property. |
void |
setIsForCompensation(boolean value)
Sets the value of the isForCompensation property. |
void |
setLoopCharacteristics(javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> value)
Sets the value of the loopCharacteristics property. |
void |
setStartQuantity(java.math.BigInteger value)
Sets the value of the startQuantity property. |
void |
unsetDataInputAssociation()
|
void |
unsetDataOutputAssociation()
|
void |
unsetIsForCompensation()
|
void |
unsetProperty()
|
void |
unsetResourceRole()
|
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode |
|---|
getIncoming, getOutgoing, isSetIncoming, isSetOutgoing, unsetIncoming, unsetOutgoing |
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement |
|---|
getAuditing, getCategoryValueRef, getMonitoring, getName, isSetAuditing, isSetCategoryValueRef, isSetMonitoring, isSetName, setAuditing, setMonitoring, setName, unsetCategoryValueRef |
| 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 EJaxbTInputOutputSpecification ioSpecification
protected java.util.List<EJaxbTProperty> property
protected java.util.List<EJaxbTDataInputAssociation> dataInputAssociation
protected java.util.List<EJaxbTDataOutputAssociation> dataOutputAssociation
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTResourceRole>> resourceRole
protected javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> loopCharacteristics
protected java.lang.Boolean isForCompensation
protected java.math.BigInteger startQuantity
protected java.math.BigInteger completionQuantity
protected java.lang.Object _default
| Constructor Detail |
|---|
public EJaxbTActivity()
| Method Detail |
|---|
public EJaxbTInputOutputSpecification getIoSpecification()
EJaxbTInputOutputSpecificationpublic void setIoSpecification(EJaxbTInputOutputSpecification value)
value - allowed object is
EJaxbTInputOutputSpecificationpublic boolean isSetIoSpecification()
public java.util.List<EJaxbTProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTProperty
public boolean isSetProperty()
public void unsetProperty()
public java.util.List<EJaxbTDataInputAssociation> getDataInputAssociation()
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 dataInputAssociation property.
For example, to add a new item, do as follows:
getDataInputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataInputAssociation
public boolean isSetDataInputAssociation()
public void unsetDataInputAssociation()
public java.util.List<EJaxbTDataOutputAssociation> getDataOutputAssociation()
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 dataOutputAssociation property.
For example, to add a new item, do as follows:
getDataOutputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataOutputAssociation
public boolean isSetDataOutputAssociation()
public void unsetDataOutputAssociation()
public java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTResourceRole>> getResourceRole()
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 resourceRole property.
For example, to add a new item, do as follows:
getResourceRole().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EJaxbTPerformer>
JAXBElement<EJaxbTHumanPerformer>
JAXBElement<EJaxbTResourceRole>
JAXBElement<EJaxbTPotentialOwner>
public boolean isSetResourceRole()
public void unsetResourceRole()
public javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> getLoopCharacteristics()
JAXBElement<EJaxbTStandardLoopCharacteristics>
JAXBElement<EJaxbTLoopCharacteristics>
JAXBElement<EJaxbTMultiInstanceLoopCharacteristics>public void setLoopCharacteristics(javax.xml.bind.JAXBElement<? extends EJaxbTLoopCharacteristics> value)
value - allowed object is
JAXBElement<EJaxbTStandardLoopCharacteristics>
JAXBElement<EJaxbTLoopCharacteristics>
JAXBElement<EJaxbTMultiInstanceLoopCharacteristics>public boolean isSetLoopCharacteristics()
public boolean isIsForCompensation()
Booleanpublic void setIsForCompensation(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsForCompensation()
public void unsetIsForCompensation()
public java.math.BigInteger getStartQuantity()
BigIntegerpublic void setStartQuantity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetStartQuantity()
public java.math.BigInteger getCompletionQuantity()
BigIntegerpublic void setCompletionQuantity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCompletionQuantity()
public java.lang.Object getDefault()
Objectpublic void setDefault(java.lang.Object value)
value - allowed object is
Objectpublic boolean isSetDefault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||