org.globus.ogsa.types.subscription
Class ServiceDataXPathSubscriptionExpressionType

java.lang.Object
  extended byorg.globus.ogsa.types.subscription.ServiceDataXPathSubscriptionExpressionType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceDataXPathSubscriptionExpressionType()
           
 
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
 javax.xml.namespace.QName getName()
           
 java.lang.String[] getNamespaces()
           
 java.lang.String getNamespaces(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getXpath()
           
 int hashCode()
           
 void setName(javax.xml.namespace.QName name)
           
 void setNamespaces(int i, java.lang.String value)
           
 void setNamespaces(java.lang.String[] namespaces)
           
 void setXpath(java.lang.String xpath)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDataXPathSubscriptionExpressionType

public ServiceDataXPathSubscriptionExpressionType()
Method Detail

getName

public javax.xml.namespace.QName getName()

setName

public void setName(javax.xml.namespace.QName name)

getXpath

public java.lang.String getXpath()

setXpath

public void setXpath(java.lang.String xpath)

getNamespaces

public java.lang.String[] getNamespaces()

setNamespaces

public void setNamespaces(java.lang.String[] namespaces)

getNamespaces

public java.lang.String getNamespaces(int i)

setNamespaces

public void setNamespaces(int i,
                          java.lang.String value)

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



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.