|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.types.Notification
Constructor Summary | |
Notification()
|
|
Notification(java.util.Calendar expirationTime,
Topic topic,
Event event,
org.apache.axis.types.URI consumerURL)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getConsumerURL()
Gets the consumerURL value for this Notification. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Event |
getEvent()
Gets the event value for this Notification. |
java.util.Calendar |
getExpirationTime()
Gets the expirationTime value for this Notification. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Topic |
getTopic()
Gets the topic value for this Notification. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setConsumerURL(org.apache.axis.types.URI consumerURL)
Sets the consumerURL value for this Notification. |
void |
setEvent(Event event)
Sets the event value for this Notification. |
void |
setExpirationTime(java.util.Calendar expirationTime)
Sets the expirationTime value for this Notification. |
void |
setTopic(Topic topic)
Sets the topic value for this Notification. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Notification()
public Notification(java.util.Calendar expirationTime, Topic topic, Event event, org.apache.axis.types.URI consumerURL)
Method Detail |
public java.util.Calendar getExpirationTime()
public void setExpirationTime(java.util.Calendar expirationTime)
expirationTime
- public Topic getTopic()
public void setTopic(Topic topic)
topic
- public Event getEvent()
public void setEvent(Event event)
event
- public org.apache.axis.types.URI getConsumerURL()
public void setConsumerURL(org.apache.axis.types.URI consumerURL)
consumerURL
- public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |