com.ebmwebsourcing.easyviper.model
Class Tmessage

Package class diagram package Tmessage
java.lang.Object
  extended by com.ebmwebsourcing.easyviper.model.Tmessage
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:
Texternalmessage, Tinternalmessage

public abstract class Tmessage
extends java.lang.Object
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

Java class for tmessage complex type.

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

 <complexType name="tmessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="qname" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="service" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object content
           
protected  java.lang.String endpoint
           
protected  java.lang.String operation
           
protected  javax.xml.namespace.QName qname
           
protected  javax.xml.namespace.QName service
           
 
Constructor Summary
Tmessage()
           
 
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)
           
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.Object getContent()
          Gets the value of the content property.
 java.lang.String getEndpoint()
          Gets the value of the endpoint property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 javax.xml.namespace.QName getQname()
          Gets the value of the qname property.
 javax.xml.namespace.QName getService()
          Gets the value of the service property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setContent(java.lang.Object value)
          Sets the value of the content property.
 void setEndpoint(java.lang.String value)
          Sets the value of the endpoint property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setQname(javax.xml.namespace.QName value)
          Sets the value of the qname property.
 void setService(javax.xml.namespace.QName value)
          Sets the value of the service property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
createCopy
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
 

Field Detail

qname

protected javax.xml.namespace.QName qname

endpoint

protected java.lang.String endpoint

service

protected javax.xml.namespace.QName service

operation

protected java.lang.String operation

content

protected java.lang.Object content
Constructor Detail

Tmessage

public Tmessage()
Method Detail

getQname

public javax.xml.namespace.QName getQname()
Gets the value of the qname property.

Returns:
possible object is QName

setQname

public void setQname(javax.xml.namespace.QName value)
Sets the value of the qname property.

Parameters:
value - allowed object is QName

getEndpoint

public java.lang.String getEndpoint()
Gets the value of the endpoint property.

Returns:
possible object is String

setEndpoint

public void setEndpoint(java.lang.String value)
Sets the value of the endpoint property.

Parameters:
value - allowed object is String

getService

public javax.xml.namespace.QName getService()
Gets the value of the service property.

Returns:
possible object is QName

setService

public void setService(javax.xml.namespace.QName value)
Sets the value of the service 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

getContent

public java.lang.Object getContent()
Gets the value of the content property.

Returns:
possible object is Object

setContent

public void setContent(java.lang.Object value)
Sets the value of the content property.

Parameters:
value - allowed object is Object

toString

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

toString

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

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

equals

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

hashCode

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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

copyTo

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


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.