org.oasis.wsn
Class GetCurrentMessage

java.lang.Object
  extended byorg.oasis.wsn.GetCurrentMessage
All Implemented Interfaces:
java.io.Serializable

public class GetCurrentMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  TopicExpressionType topic
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GetCurrentMessage()
           
GetCurrentMessage(TopicExpressionType topic)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TopicExpressionType getTopic()
          Gets the topic value for this GetCurrentMessage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTopic(TopicExpressionType topic)
          Sets the topic value for this GetCurrentMessage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topic

private TopicExpressionType topic

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

GetCurrentMessage

public GetCurrentMessage()

GetCurrentMessage

public GetCurrentMessage(TopicExpressionType topic)
Method Detail

getTopic

public TopicExpressionType getTopic()
Gets the topic value for this GetCurrentMessage.

Returns:
topic

setTopic

public void setTopic(TopicExpressionType topic)
Sets the topic value for this GetCurrentMessage.

Parameters:
topic -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer