org.glite.ce.monitorapij.types
Class SubscriptionRef

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.SubscriptionRef
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SubscriptionRef()
           
SubscriptionRef(java.lang.String subscriptionID, java.util.Calendar expirationTime)
           
 
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
 java.util.Calendar getExpirationTime()
          Gets the expirationTime value for this SubscriptionRef.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubscriptionID()
          Gets the subscriptionID value for this SubscriptionRef.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExpirationTime(java.util.Calendar expirationTime)
          Sets the expirationTime value for this SubscriptionRef.
 void setSubscriptionID(java.lang.String subscriptionID)
          Sets the subscriptionID value for this SubscriptionRef.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionRef

public SubscriptionRef()

SubscriptionRef

public SubscriptionRef(java.lang.String subscriptionID,
                       java.util.Calendar expirationTime)
Method Detail

getSubscriptionID

public java.lang.String getSubscriptionID()
Gets the subscriptionID value for this SubscriptionRef.

Returns:
subscriptionID

setSubscriptionID

public void setSubscriptionID(java.lang.String subscriptionID)
Sets the subscriptionID value for this SubscriptionRef.

Parameters:
subscriptionID -

getExpirationTime

public java.util.Calendar getExpirationTime()
Gets the expirationTime value for this SubscriptionRef.

Returns:
expirationTime

setExpirationTime

public void setExpirationTime(java.util.Calendar expirationTime)
Sets the expirationTime value for this SubscriptionRef.

Parameters:
expirationTime -

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