org.gridforum.ogsi
Class SubscribeByNameType

java.lang.Object
  extended byorg.gridforum.ogsi.QNamesType
      extended byorg.gridforum.ogsi.SubscribeByNameType
All Implemented Interfaces:
java.io.Serializable

public class SubscribeByNameType
extends QNamesType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SubscribeByNameType()
           
 
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
 MaxIntervalType getMaxInterval()
           
 org.apache.axis.types.Duration getMinInterval()
           
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
 int hashCode()
           
 void setMaxInterval(MaxIntervalType maxInterval)
           
 void setMinInterval(org.apache.axis.types.Duration minInterval)
           
 
Methods inherited from class org.gridforum.ogsi.QNamesType
getName, getName, setName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscribeByNameType

public SubscribeByNameType()
Method Detail

getMinInterval

public org.apache.axis.types.Duration getMinInterval()

setMinInterval

public void setMinInterval(org.apache.axis.types.Duration minInterval)

getMaxInterval

public MaxIntervalType getMaxInterval()

setMaxInterval

public void setMaxInterval(MaxIntervalType maxInterval)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class QNamesType

hashCode

public int hashCode()
Overrides:
hashCode in class QNamesType

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.