|
||||||||||
| 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.TVariable
public class TVariable
Java class for tVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tVariable">
<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}from" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}BPELVariableName" />
<attribute name="messageType" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="element" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected javax.xml.namespace.QName |
element
|
protected TFrom |
from
|
protected javax.xml.namespace.QName |
messageType
|
protected java.lang.String |
name
|
protected javax.xml.namespace.QName |
type
|
| Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements |
|---|
any, documentation |
| Constructor Summary | |
|---|---|
TVariable()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
javax.xml.namespace.QName |
getElement()
Gets the value of the element property. |
TFrom |
getFrom()
Gets the value of the from property. |
javax.xml.namespace.QName |
getMessageType()
Gets the value of the messageType property. |
java.lang.String |
getName()
Gets the value of the name property. |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setElement(javax.xml.namespace.QName value)
Sets the value of the element property. |
void |
setFrom(TFrom value)
Sets the value of the from property. |
void |
setMessageType(javax.xml.namespace.QName value)
Sets the value of the messageType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type 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 TFrom from
protected java.lang.String name
protected javax.xml.namespace.QName messageType
protected javax.xml.namespace.QName type
protected javax.xml.namespace.QName element
| Constructor Detail |
|---|
public TVariable()
| Method Detail |
|---|
public TFrom getFrom()
TFrompublic void setFrom(TFrom value)
value - allowed object is
TFrompublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getMessageType()
QNamepublic void setMessageType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getType()
QNamepublic void setType(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getElement()
QNamepublic void setElement(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic 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 | |||||||||