com.ibm.wsrf.properties
Class _QueryResourceProperties

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

public class _QueryResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
_QueryResourceProperties()
           
 
Method Summary
 boolean equals(Object obj)
           
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 QueryExpressionType getQueryExpression()
          Gets the queryExpression value for this _QueryResourceProperties.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setQueryExpression(QueryExpressionType queryExpression)
          Sets the queryExpression value for this _QueryResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_QueryResourceProperties

public _QueryResourceProperties()
Method Detail

getQueryExpression

public QueryExpressionType getQueryExpression()
Gets the queryExpression value for this _QueryResourceProperties.
Returns:
queryExpression

setQueryExpression

public void setQueryExpression(QueryExpressionType queryExpression)
Sets the queryExpression value for this _QueryResourceProperties.
Parameters:
queryExpression -  

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.