com.trackstudio.soap.client
Class MstatusHandlerResolutionBean

java.lang.Object
  extended by com.trackstudio.soap.client.MstatusHandlerResolutionBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MstatusHandlerResolutionBean()
           
MstatusHandlerResolutionBean(java.lang.String[] handlerGroupList, java.lang.String[] handlerList, MstatusBean mstatus, StatusBean nextState, ResolutionBean[] resolutionList)
           
 
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.String[] getHandlerGroupList()
          Gets the handlerGroupList value for this MstatusHandlerResolutionBean.
 java.lang.String[] getHandlerList()
          Gets the handlerList value for this MstatusHandlerResolutionBean.
 MstatusBean getMstatus()
          Gets the mstatus value for this MstatusHandlerResolutionBean.
 StatusBean getNextState()
          Gets the nextState value for this MstatusHandlerResolutionBean.
 ResolutionBean[] getResolutionList()
          Gets the resolutionList value for this MstatusHandlerResolutionBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setHandlerGroupList(java.lang.String[] handlerGroupList)
          Sets the handlerGroupList value for this MstatusHandlerResolutionBean.
 void setHandlerList(java.lang.String[] handlerList)
          Sets the handlerList value for this MstatusHandlerResolutionBean.
 void setMstatus(MstatusBean mstatus)
          Sets the mstatus value for this MstatusHandlerResolutionBean.
 void setNextState(StatusBean nextState)
          Sets the nextState value for this MstatusHandlerResolutionBean.
 void setResolutionList(ResolutionBean[] resolutionList)
          Sets the resolutionList value for this MstatusHandlerResolutionBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MstatusHandlerResolutionBean

public MstatusHandlerResolutionBean()

MstatusHandlerResolutionBean

public MstatusHandlerResolutionBean(java.lang.String[] handlerGroupList,
                                    java.lang.String[] handlerList,
                                    MstatusBean mstatus,
                                    StatusBean nextState,
                                    ResolutionBean[] resolutionList)
Method Detail

getHandlerGroupList

public java.lang.String[] getHandlerGroupList()
Gets the handlerGroupList value for this MstatusHandlerResolutionBean.

Returns:
handlerGroupList

setHandlerGroupList

public void setHandlerGroupList(java.lang.String[] handlerGroupList)
Sets the handlerGroupList value for this MstatusHandlerResolutionBean.

Parameters:
handlerGroupList -

getHandlerList

public java.lang.String[] getHandlerList()
Gets the handlerList value for this MstatusHandlerResolutionBean.

Returns:
handlerList

setHandlerList

public void setHandlerList(java.lang.String[] handlerList)
Sets the handlerList value for this MstatusHandlerResolutionBean.

Parameters:
handlerList -

getMstatus

public MstatusBean getMstatus()
Gets the mstatus value for this MstatusHandlerResolutionBean.

Returns:
mstatus

setMstatus

public void setMstatus(MstatusBean mstatus)
Sets the mstatus value for this MstatusHandlerResolutionBean.

Parameters:
mstatus -

getNextState

public StatusBean getNextState()
Gets the nextState value for this MstatusHandlerResolutionBean.

Returns:
nextState

setNextState

public void setNextState(StatusBean nextState)
Sets the nextState value for this MstatusHandlerResolutionBean.

Parameters:
nextState -

getResolutionList

public ResolutionBean[] getResolutionList()
Gets the resolutionList value for this MstatusHandlerResolutionBean.

Returns:
resolutionList

setResolutionList

public void setResolutionList(ResolutionBean[] resolutionList)
Sets the resolutionList value for this MstatusHandlerResolutionBean.

Parameters:
resolutionList -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.