org.globus.ogsa.base.aggregator
Class ServiceDataAggregationSubscriptionType

java.lang.Object
  extended byorg.globus.ogsa.base.aggregator.ServiceDataAggregationSubscriptionType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceDataAggregationSubscriptionType()
           
 
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
 int getLifetime()
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.gridforum.ogsi.QNamesType getServiceDataNames()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLifetime(int lifetime)
           
 void setServiceDataNames(org.gridforum.ogsi.QNamesType serviceDataNames)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDataAggregationSubscriptionType

public ServiceDataAggregationSubscriptionType()
Method Detail

getServiceDataNames

public org.gridforum.ogsi.QNamesType getServiceDataNames()

setServiceDataNames

public void setServiceDataNames(org.gridforum.ogsi.QNamesType serviceDataNames)

getLifetime

public int getLifetime()

setLifetime

public void setLifetime(int lifetime)

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