|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.ebmwebsourcing.easyviper.model.Tmessage
public abstract class Tmessage
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 |
|---|
protected javax.xml.namespace.QName qname
protected java.lang.String endpoint
protected javax.xml.namespace.QName service
protected java.lang.String operation
protected java.lang.Object content
| Constructor Detail |
|---|
public Tmessage()
| Method Detail |
|---|
public javax.xml.namespace.QName getQname()
QNamepublic void setQname(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getEndpoint()
Stringpublic void setEndpoint(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getService()
QNamepublic void setService(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getOperation()
Stringpublic void setOperation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getContent()
Objectpublic void setContent(java.lang.Object value)
value - allowed object is
Objectpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||