org.enhydra.shark.asap.types
Class StateChangedRq

java.lang.Object
  extended byorg.enhydra.shark.asap.types.StateChangedRq
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
StateChangedRq()
           
StateChangedRq(StateType state, StateType previousState)
           
 
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
 StateType getPreviousState()
          Gets the previousState value for this StateChangedRq.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 StateType getState()
          Gets the state value for this StateChangedRq.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPreviousState(StateType previousState)
          Sets the previousState value for this StateChangedRq.
 void setState(StateType state)
          Sets the state value for this StateChangedRq.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateChangedRq

public StateChangedRq()

StateChangedRq

public StateChangedRq(StateType state,
                      StateType previousState)
Method Detail

getState

public StateType getState()
Gets the state value for this StateChangedRq.

Returns:
state

setState

public void setState(StateType state)
Sets the state value for this StateChangedRq.

Parameters:
state -

getPreviousState

public StateType getPreviousState()
Gets the previousState value for this StateChangedRq.

Returns:
previousState

setPreviousState

public void setPreviousState(StateType previousState)
Sets the previousState value for this StateChangedRq.

Parameters:
previousState -

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