org.oasis.wsn
Class GetCurrentMessageResponse

java.lang.Object
  extended byorg.oasis.wsn.GetCurrentMessageResponse
All Implemented Interfaces:
AnyContentType, Serializable

public class GetCurrentMessageResponse
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  MessageElement[] _any
           
private static TypeDesc typeDesc
           
 
Constructor Summary
GetCurrentMessageResponse()
           
GetCurrentMessageResponse(MessageElement[] _any)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this GetCurrentMessageResponse.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this GetCurrentMessageResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_any

private MessageElement[] _any

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

GetCurrentMessageResponse

public GetCurrentMessageResponse()

GetCurrentMessageResponse

public GetCurrentMessageResponse(MessageElement[] _any)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this GetCurrentMessageResponse.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this GetCurrentMessageResponse.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer