|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
com.ebmwebsourcing.easybpel.model.bpel.executable.TProcess
public class TProcess
Java class for tProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tProcess">
<complexContent>
<extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements">
<sequence>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}extensions" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}import" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}partnerLinks" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}messageExchanges" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}variables" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}correlationSets" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}faultHandlers" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}eventHandlers" minOccurs="0"/>
<group ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}activity"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="targetNamespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="queryLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" />
<attribute name="expressionLanguage" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" />
<attribute name="suppressJoinFailure" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tBoolean" default="no" />
<attribute name="exitOnStandardFault" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tBoolean" default="no" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TProcess()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
TAssign |
getAssign()
Gets the value of the assign property. |
TCompensate |
getCompensate()
Gets the value of the compensate property. |
TCompensateScope |
getCompensateScope()
Gets the value of the compensateScope property. |
TCorrelationSets |
getCorrelationSets()
Gets the value of the correlationSets property. |
TEmpty |
getEmpty()
Gets the value of the empty property. |
TEventHandlers |
getEventHandlers()
Gets the value of the eventHandlers property. |
TExit |
getExit()
Gets the value of the exit property. |
TBoolean |
getExitOnStandardFault()
Gets the value of the exitOnStandardFault property. |
java.lang.String |
getExpressionLanguage()
Gets the value of the expressionLanguage property. |
TExtensionActivity |
getExtensionActivity()
Gets the value of the extensionActivity property. |
TExtensions |
getExtensions()
Gets the value of the extensions property. |
TFaultHandlers |
getFaultHandlers()
Gets the value of the faultHandlers property. |
TFlow |
getFlow()
Gets the value of the flow property. |
TForEach |
getForEach()
Gets the value of the forEach property. |
TIf |
getIf()
Gets the value of the if property. |
java.util.List<TImport> |
getImport()
Gets the value of the import property. |
TInvoke |
getInvoke()
Gets the value of the invoke property. |
TMessageExchanges |
getMessageExchanges()
Gets the value of the messageExchanges property. |
java.lang.String |
getName()
Gets the value of the name property. |
TPartnerLinks |
getPartnerLinks()
Gets the value of the partnerLinks property. |
TPick |
getPick()
Gets the value of the pick property. |
java.lang.String |
getQueryLanguage()
Gets the value of the queryLanguage property. |
TReceive |
getReceive()
Gets the value of the receive property. |
TRepeatUntil |
getRepeatUntil()
Gets the value of the repeatUntil property. |
TReply |
getReply()
Gets the value of the reply property. |
TRethrow |
getRethrow()
Gets the value of the rethrow property. |
TScope |
getScope()
Gets the value of the scope property. |
TSequence |
getSequence()
Gets the value of the sequence property. |
TBoolean |
getSuppressJoinFailure()
Gets the value of the suppressJoinFailure property. |
java.lang.String |
getTargetNamespace()
Gets the value of the targetNamespace property. |
TThrow |
getThrow()
Gets the value of the throw property. |
TValidate |
getValidate()
Gets the value of the validate property. |
TVariables |
getVariables()
Gets the value of the variables property. |
TWait |
getWait()
Gets the value of the wait property. |
TWhile |
getWhile()
Gets the value of the while property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAssign(TAssign value)
Sets the value of the assign property. |
void |
setCompensate(TCompensate value)
Sets the value of the compensate property. |
void |
setCompensateScope(TCompensateScope value)
Sets the value of the compensateScope property. |
void |
setCorrelationSets(TCorrelationSets value)
Sets the value of the correlationSets property. |
void |
setEmpty(TEmpty value)
Sets the value of the empty property. |
void |
setEventHandlers(TEventHandlers value)
Sets the value of the eventHandlers property. |
void |
setExit(TExit value)
Sets the value of the exit property. |
void |
setExitOnStandardFault(TBoolean value)
Sets the value of the exitOnStandardFault property. |
void |
setExpressionLanguage(java.lang.String value)
Sets the value of the expressionLanguage property. |
void |
setExtensionActivity(TExtensionActivity value)
Sets the value of the extensionActivity property. |
void |
setExtensions(TExtensions value)
Sets the value of the extensions property. |
void |
setFaultHandlers(TFaultHandlers value)
Sets the value of the faultHandlers property. |
void |
setFlow(TFlow value)
Sets the value of the flow property. |
void |
setForEach(TForEach value)
Sets the value of the forEach property. |
void |
setIf(TIf value)
Sets the value of the if property. |
void |
setInvoke(TInvoke value)
Sets the value of the invoke property. |
void |
setMessageExchanges(TMessageExchanges value)
Sets the value of the messageExchanges property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPartnerLinks(TPartnerLinks value)
Sets the value of the partnerLinks property. |
void |
setPick(TPick value)
Sets the value of the pick property. |
void |
setQueryLanguage(java.lang.String value)
Sets the value of the queryLanguage property. |
void |
setReceive(TReceive value)
Sets the value of the receive property. |
void |
setRepeatUntil(TRepeatUntil value)
Sets the value of the repeatUntil property. |
void |
setReply(TReply value)
Sets the value of the reply property. |
void |
setRethrow(TRethrow value)
Sets the value of the rethrow property. |
void |
setScope(TScope value)
Sets the value of the scope property. |
void |
setSequence(TSequence value)
Sets the value of the sequence property. |
void |
setSuppressJoinFailure(TBoolean value)
Sets the value of the suppressJoinFailure property. |
void |
setTargetNamespace(java.lang.String value)
Sets the value of the targetNamespace property. |
void |
setThrow(TThrow value)
Sets the value of the throw property. |
void |
setValidate(TValidate value)
Sets the value of the validate property. |
void |
setVariables(TVariables value)
Sets the value of the variables property. |
void |
setWait(TWait value)
Sets the value of the wait property. |
void |
setWhile(TWhile value)
Sets the value of the while property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
getAny, getDocumentation, getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TExtensions extensions
protected java.util.List<TImport> _import
protected TPartnerLinks partnerLinks
protected TMessageExchanges messageExchanges
protected TVariables variables
protected TCorrelationSets correlationSets
protected TFaultHandlers faultHandlers
protected TEventHandlers eventHandlers
protected TAssign assign
protected TCompensate compensate
protected TCompensateScope compensateScope
protected TEmpty empty
protected TExit exit
protected TExtensionActivity extensionActivity
protected TFlow flow
protected TForEach forEach
protected TIf _if
protected TInvoke invoke
protected TPick pick
protected TReceive receive
protected TRepeatUntil repeatUntil
protected TReply reply
protected TRethrow rethrow
protected TScope scope
protected TSequence sequence
protected TThrow _throw
protected TValidate validate
protected TWait wait
protected TWhile _while
protected java.lang.String name
protected java.lang.String targetNamespace
protected java.lang.String queryLanguage
protected java.lang.String expressionLanguage
protected TBoolean suppressJoinFailure
protected TBoolean exitOnStandardFault
| Constructor Detail |
|---|
public TProcess()
| Method Detail |
|---|
public TExtensions getExtensions()
TExtensionspublic void setExtensions(TExtensions value)
value - allowed object is
TExtensionspublic java.util.List<TImport> getImport()
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 import property.
For example, to add a new item, do as follows:
getImport().add(newItem);
Objects of the following type(s) are allowed in the list
TImport
public TPartnerLinks getPartnerLinks()
TPartnerLinkspublic void setPartnerLinks(TPartnerLinks value)
value - allowed object is
TPartnerLinkspublic TMessageExchanges getMessageExchanges()
TMessageExchangespublic void setMessageExchanges(TMessageExchanges value)
value - allowed object is
TMessageExchangespublic TVariables getVariables()
TVariablespublic void setVariables(TVariables value)
value - allowed object is
TVariablespublic TCorrelationSets getCorrelationSets()
TCorrelationSetspublic void setCorrelationSets(TCorrelationSets value)
value - allowed object is
TCorrelationSetspublic TFaultHandlers getFaultHandlers()
TFaultHandlerspublic void setFaultHandlers(TFaultHandlers value)
value - allowed object is
TFaultHandlerspublic TEventHandlers getEventHandlers()
TEventHandlerspublic void setEventHandlers(TEventHandlers value)
value - allowed object is
TEventHandlerspublic TAssign getAssign()
TAssignpublic void setAssign(TAssign value)
value - allowed object is
TAssignpublic TCompensate getCompensate()
TCompensatepublic void setCompensate(TCompensate value)
value - allowed object is
TCompensatepublic TCompensateScope getCompensateScope()
TCompensateScopepublic void setCompensateScope(TCompensateScope value)
value - allowed object is
TCompensateScopepublic TEmpty getEmpty()
TEmptypublic void setEmpty(TEmpty value)
value - allowed object is
TEmptypublic TExit getExit()
TExitpublic void setExit(TExit value)
value - allowed object is
TExitpublic TExtensionActivity getExtensionActivity()
TExtensionActivitypublic void setExtensionActivity(TExtensionActivity value)
value - allowed object is
TExtensionActivitypublic TFlow getFlow()
TFlowpublic void setFlow(TFlow value)
value - allowed object is
TFlowpublic TForEach getForEach()
TForEachpublic void setForEach(TForEach value)
value - allowed object is
TForEachpublic TIf getIf()
TIfpublic void setIf(TIf value)
value - allowed object is
TIfpublic TInvoke getInvoke()
TInvokepublic void setInvoke(TInvoke value)
value - allowed object is
TInvokepublic TPick getPick()
TPickpublic void setPick(TPick value)
value - allowed object is
TPickpublic TReceive getReceive()
TReceivepublic void setReceive(TReceive value)
value - allowed object is
TReceivepublic TRepeatUntil getRepeatUntil()
TRepeatUntilpublic void setRepeatUntil(TRepeatUntil value)
value - allowed object is
TRepeatUntilpublic TReply getReply()
TReplypublic void setReply(TReply value)
value - allowed object is
TReplypublic TRethrow getRethrow()
TRethrowpublic void setRethrow(TRethrow value)
value - allowed object is
TRethrowpublic TScope getScope()
TScopepublic void setScope(TScope value)
value - allowed object is
TScopepublic TSequence getSequence()
TSequencepublic void setSequence(TSequence value)
value - allowed object is
TSequencepublic TThrow getThrow()
TThrowpublic void setThrow(TThrow value)
value - allowed object is
TThrowpublic TValidate getValidate()
TValidatepublic void setValidate(TValidate value)
value - allowed object is
TValidatepublic TWait getWait()
TWaitpublic void setWait(TWait value)
value - allowed object is
TWaitpublic TWhile getWhile()
TWhilepublic void setWhile(TWhile value)
value - allowed object is
TWhilepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetNamespace()
Stringpublic void setTargetNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQueryLanguage()
Stringpublic void setQueryLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpressionLanguage()
Stringpublic void setExpressionLanguage(java.lang.String value)
value - allowed object is
Stringpublic TBoolean getSuppressJoinFailure()
TBooleanpublic void setSuppressJoinFailure(TBoolean value)
value - allowed object is
TBooleanpublic TBoolean getExitOnStandardFault()
TBooleanpublic void setExitOnStandardFault(TBoolean value)
value - allowed object is
TBooleanpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class TExtensibleElementspublic java.lang.String toString()
toString in class TExtensibleElements
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class TExtensibleElementspublic boolean equals(java.lang.Object object)
equals in class TExtensibleElementspublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class TExtensibleElementspublic int hashCode()
hashCode in class TExtensibleElements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||