org.gcube.data.tm.stubs
Class UpdateNotificationType

java.lang.Object
  extended by org.gcube.data.tm.stubs.UpdateNotificationType
All Implemented Interfaces:
Serializable

public class UpdateNotificationType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UpdateNotificationType()
           
UpdateNotificationType(long cardinality, String collectionID, Calendar lastUpdate)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getCardinality()
          Gets the cardinality value for this UpdateNotificationType.
 String getCollectionID()
          Gets the collectionID value for this UpdateNotificationType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Calendar getLastUpdate()
          Gets the lastUpdate value for this UpdateNotificationType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCardinality(long cardinality)
          Sets the cardinality value for this UpdateNotificationType.
 void setCollectionID(String collectionID)
          Sets the collectionID value for this UpdateNotificationType.
 void setLastUpdate(Calendar lastUpdate)
          Sets the lastUpdate value for this UpdateNotificationType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNotificationType

public UpdateNotificationType()

UpdateNotificationType

public UpdateNotificationType(long cardinality,
                              String collectionID,
                              Calendar lastUpdate)
Method Detail

getCollectionID

public String getCollectionID()
Gets the collectionID value for this UpdateNotificationType.

Returns:
collectionID

setCollectionID

public void setCollectionID(String collectionID)
Sets the collectionID value for this UpdateNotificationType.

Parameters:
collectionID -

getCardinality

public long getCardinality()
Gets the cardinality value for this UpdateNotificationType.

Returns:
cardinality

setCardinality

public void setCardinality(long cardinality)
Sets the cardinality value for this UpdateNotificationType.

Parameters:
cardinality -

getLastUpdate

public Calendar getLastUpdate()
Gets the lastUpdate value for this UpdateNotificationType.

Returns:
lastUpdate

setLastUpdate

public void setLastUpdate(Calendar lastUpdate)
Sets the lastUpdate value for this UpdateNotificationType.

Parameters:
lastUpdate -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.