public class UpdateNotificationType extends Object implements Serializable
| Constructor and Description |
|---|
UpdateNotificationType() |
UpdateNotificationType(long cardinality,
String collectionID,
Calendar lastUpdate) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getCollectionID()
public void setCollectionID(String collectionID)
collectionID - public long getCardinality()
public void setCardinality(long cardinality)
cardinality - public Calendar getLastUpdate()
public void setLastUpdate(Calendar lastUpdate)
lastUpdate - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.