|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.shark.asap.types.Event
public class Event
Constructor Summary | |
---|---|
Event()
|
|
Event(java.util.Calendar time,
EventEventType eventType,
org.apache.axis.types.URI sourceKey,
java.lang.Object details,
StateType oldState,
StateType newState)
|
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.lang.Object |
getDetails()
Gets the details value for this Event. |
EventEventType |
getEventType()
Gets the eventType value for this Event. |
StateType |
getNewState()
Gets the newState value for this Event. |
StateType |
getOldState()
Gets the oldState value for this Event. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
org.apache.axis.types.URI |
getSourceKey()
Gets the sourceKey value for this Event. |
java.util.Calendar |
getTime()
Gets the time value for this Event. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDetails(java.lang.Object details)
Sets the details value for this Event. |
void |
setEventType(EventEventType eventType)
Sets the eventType value for this Event. |
void |
setNewState(StateType newState)
Sets the newState value for this Event. |
void |
setOldState(StateType oldState)
Sets the oldState value for this Event. |
void |
setSourceKey(org.apache.axis.types.URI sourceKey)
Sets the sourceKey value for this Event. |
void |
setTime(java.util.Calendar time)
Sets the time value for this Event. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Event()
public Event(java.util.Calendar time, EventEventType eventType, org.apache.axis.types.URI sourceKey, java.lang.Object details, StateType oldState, StateType newState)
Method Detail |
---|
public java.util.Calendar getTime()
public void setTime(java.util.Calendar time)
time
- public EventEventType getEventType()
public void setEventType(EventEventType eventType)
eventType
- public org.apache.axis.types.URI getSourceKey()
public void setSourceKey(org.apache.axis.types.URI sourceKey)
sourceKey
- public java.lang.Object getDetails()
public void setDetails(java.lang.Object details)
details
- public StateType getOldState()
public void setOldState(StateType oldState)
oldState
- public StateType getNewState()
public void setNewState(StateType newState)
newState
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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 |