com.ibm.wsrf.properties
Class QueryExpressionType

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

public class QueryExpressionType
extends Object
implements Serializable, AnyContentType, MixedContentType

See Also:
Serialized Form

Constructor Summary
QueryExpressionType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this QueryExpressionType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 URI getDialect()
          Gets the dialect value for this QueryExpressionType.
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 QueryExpressionType.
 void setDialect(URI dialect)
          Sets the dialect value for this QueryExpressionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExpressionType

public QueryExpressionType()
Method Detail

get_any

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

set_any

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

getDialect

public URI getDialect()
Gets the dialect value for this QueryExpressionType.
Returns:
dialect

setDialect

public void setDialect(URI dialect)
Sets the dialect value for this QueryExpressionType.
Parameters:
dialect -  

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.