org.glite.ce.monitorapij.types
Class EventBase

java.lang.Object
  extended byorg.glite.ce.monitorapij.types.EventBase
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Event

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

See Also:
Serialized Form

Constructor Summary
EventBase()
           
EventBase(int ID, java.util.Calendar timestamp, java.lang.String[] message, java.lang.String producer)
           
 
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 getID()
          Gets the ID value for this EventBase.
 java.lang.String[] getMessage()
          Gets the message value for this EventBase.
 java.lang.String getMessage(int i)
           
 java.lang.String getProducer()
          Gets the producer value for this EventBase.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getTimestamp()
          Gets the timestamp value for this EventBase.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setID(int ID)
          Sets the ID value for this EventBase.
 void setMessage(int i, java.lang.String _value)
           
 void setMessage(java.lang.String[] message)
          Sets the message value for this EventBase.
 void setProducer(java.lang.String producer)
          Sets the producer value for this EventBase.
 void setTimestamp(java.util.Calendar timestamp)
          Sets the timestamp value for this EventBase.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBase

public EventBase()

EventBase

public EventBase(int ID,
                 java.util.Calendar timestamp,
                 java.lang.String[] message,
                 java.lang.String producer)
Method Detail

getID

public int getID()
Gets the ID value for this EventBase.

Returns:
ID

setID

public void setID(int ID)
Sets the ID value for this EventBase.

Parameters:
ID -

getTimestamp

public java.util.Calendar getTimestamp()
Gets the timestamp value for this EventBase.

Returns:
timestamp

setTimestamp

public void setTimestamp(java.util.Calendar timestamp)
Sets the timestamp value for this EventBase.

Parameters:
timestamp -

getMessage

public java.lang.String[] getMessage()
Gets the message value for this EventBase.

Returns:
message

setMessage

public void setMessage(java.lang.String[] message)
Sets the message value for this EventBase.

Parameters:
message -

getMessage

public java.lang.String getMessage(int i)

setMessage

public void setMessage(int i,
                       java.lang.String _value)

getProducer

public java.lang.String getProducer()
Gets the producer value for this EventBase.

Returns:
producer

setProducer

public void setProducer(java.lang.String producer)
Sets the producer value for this EventBase.

Parameters:
producer -

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