com.ebmwebsourcing.easybpel.model.bpel.executable
Class TOnMsgCommon

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
      extended by com.ebmwebsourcing.easybpel.model.bpel.executable.TOnMsgCommon
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
TOnEvent, TOnMessage

public class TOnMsgCommon
extends TExtensibleElements
implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

XSD Authors: The child element correlations needs to be a Local Element Declaration, because there is another correlations element defined for the invoke activity.

Java class for tOnMsgCommon complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tOnMsgCommon">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tExtensibleElements">
       <sequence>
         <element name="correlations" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}tCorrelations" minOccurs="0"/>
         <element ref="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}fromParts" minOccurs="0"/>
       </sequence>
       <attribute name="partnerLink" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="portType" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="operation" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="messageExchange" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="variable" type="{http://docs.oasis-open.org/wsbpel/2.0/process/executable}BPELVariableName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TCorrelations correlations
           
protected  TFromParts fromParts
           
protected  java.lang.String messageExchange
           
protected  java.lang.String operation
           
protected  java.lang.String partnerLink
           
protected  javax.xml.namespace.QName portType
           
protected  java.lang.String variable
           
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.executable.TExtensibleElements
any, documentation
 
Constructor Summary
TOnMsgCommon()
           
 
Method Summary
 java.lang.Object copyTo(java.lang.Object target)
           
 java.lang.Object copyTo(java.lang.Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
           
 java.lang.Object createCopy()
           
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 TCorrelations getCorrelations()
          Gets the value of the correlations property.
 TFromParts getFromParts()
          Gets the value of the fromParts property.
 java.lang.String getMessageExchange()
          Gets the value of the messageExchange property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 java.lang.String getPartnerLink()
          Gets the value of the partnerLink property.
 javax.xml.namespace.QName getPortType()
          Gets the value of the portType property.
 java.lang.String getVariable()
          Gets the value of the variable property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setCorrelations(TCorrelations value)
          Sets the value of the correlations property.
 void setFromParts(TFromParts value)
          Sets the value of the fromParts property.
 void setMessageExchange(java.lang.String value)
          Sets the value of the messageExchange property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setPartnerLink(java.lang.String value)
          Sets the value of the partnerLink property.
 void setPortType(javax.xml.namespace.QName value)
          Sets the value of the portType property.
 void setVariable(java.lang.String value)
          Sets the value of the variable 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

correlations

protected TCorrelations correlations

fromParts

protected TFromParts fromParts

partnerLink

protected java.lang.String partnerLink

portType

protected javax.xml.namespace.QName portType

operation

protected java.lang.String operation

messageExchange

protected java.lang.String messageExchange

variable

protected java.lang.String variable
Constructor Detail

TOnMsgCommon

public TOnMsgCommon()
Method Detail

getCorrelations

public TCorrelations getCorrelations()
Gets the value of the correlations property.

Returns:
possible object is TCorrelations

setCorrelations

public void setCorrelations(TCorrelations value)
Sets the value of the correlations property.

Parameters:
value - allowed object is TCorrelations

getFromParts

public TFromParts getFromParts()
Gets the value of the fromParts property.

Returns:
possible object is TFromParts

setFromParts

public void setFromParts(TFromParts value)
Sets the value of the fromParts property.

Parameters:
value - allowed object is TFromParts

getPartnerLink

public java.lang.String getPartnerLink()
Gets the value of the partnerLink property.

Returns:
possible object is String

setPartnerLink

public void setPartnerLink(java.lang.String value)
Sets the value of the partnerLink property.

Parameters:
value - allowed object is String

getPortType

public javax.xml.namespace.QName getPortType()
Gets the value of the portType property.

Returns:
possible object is QName

setPortType

public void setPortType(javax.xml.namespace.QName value)
Sets the value of the portType property.

Parameters:
value - allowed object is QName

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String

getMessageExchange

public java.lang.String getMessageExchange()
Gets the value of the messageExchange property.

Returns:
possible object is String

setMessageExchange

public void setMessageExchange(java.lang.String value)
Sets the value of the messageExchange property.

Parameters:
value - allowed object is String

getVariable

public java.lang.String getVariable()
Gets the value of the variable property.

Returns:
possible object is String

setVariable

public void setVariable(java.lang.String value)
Sets the value of the variable property.

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class TExtensibleElements

toString

public java.lang.String toString()
Overrides:
toString in class TExtensibleElements

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class TExtensibleElements

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class TExtensibleElements

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class TExtensibleElements

hashCode

public int hashCode()
Overrides:
hashCode in class TExtensibleElements

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
copyTo in class TExtensibleElements

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable
Overrides:
copyTo in class TExtensibleElements

createCopy

public java.lang.Object createCopy()
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.Copyable
Specified by:
createCopy in interface org.jvnet.jaxb2_commons.lang.CopyTo
Overrides:
createCopy in class TExtensibleElements


Copyright © 2012 Petals Link. All Rights Reserved.