com.ibm.wsrf.properties
Class _GetMultipleResourcePropertiesResponse

java.lang.Object
  |
  +--com.ibm.wsrf.properties._GetMultipleResourcePropertiesResponse
All Implemented Interfaces:
AnyContentType, Serializable

public class _GetMultipleResourcePropertiesResponse
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Constructor Summary
_GetMultipleResourcePropertiesResponse()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this _GetMultipleResourcePropertiesResponse.
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 _GetMultipleResourcePropertiesResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_GetMultipleResourcePropertiesResponse

public _GetMultipleResourcePropertiesResponse()
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this _GetMultipleResourcePropertiesResponse.
Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this _GetMultipleResourcePropertiesResponse.
Specified by:
set_any in interface AnyContentType
Parameters:
_any -  

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.