4.1.0.610 20071213

ch.ecma.csta.binding
Class RequestSystemStatusCaps

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.RequestSystemStatusCaps
All Implemented Interfaces:
java.io.Serializable

public class RequestSystemStatusCaps
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

Class RequestSystemStatusCaps.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
RequestSystemStatusCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getPrivateDataInReq()
          Returns the value of field 'privateDataInReq'.
 java.lang.Boolean getSwitchingFunctionSupportsReceiving()
          Returns the value of field 'switchingFunctionSupportsReceiving'.
 java.lang.Boolean getSwitchingFunctionSupportsSending()
          Returns the value of field 'switchingFunctionSupportsSending'.
 java.lang.Boolean getSystemStatusDisabled()
          Returns the value of field 'systemStatusDisabled'.
 java.lang.Boolean getSystemStatusEnabled()
          Returns the value of field 'systemStatusEnabled'.
 java.lang.Boolean getSystemStatusInitializing()
          Returns the value of field 'systemStatusInitializing'.
 java.lang.Boolean getSystemStatusMessageLost()
          Returns the value of field 'systemStatusMessageLost'.
 java.lang.Boolean getSystemStatusNormal()
          Returns the value of field 'systemStatusNormal'.
 java.lang.Boolean getSystemStatusOverloadImminent()
          Returns the value of field 'systemStatusOverloadImminent'.
 java.lang.Boolean getSystemStatusOverloadReached()
          Returns the value of field 'systemStatusOverloadReached'.
 java.lang.Boolean getSystemStatusOverloadRelieved()
          Returns the value of field 'systemStatusOverloadRelieved'.
 java.lang.Boolean getSystemStatusPartiallyDisabled()
          Returns the value of field 'systemStatusPartiallyDisabled'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
          Sets the value of field 'privateDataInAck'.
 void setPrivateDataInReq(java.lang.Boolean privateDataInReq)
          Sets the value of field 'privateDataInReq'.
 void setSwitchingFunctionSupportsReceiving(java.lang.Boolean switchingFunctionSupportsReceiving)
          Sets the value of field 'switchingFunctionSupportsReceiving'.
 void setSwitchingFunctionSupportsSending(java.lang.Boolean switchingFunctionSupportsSending)
          Sets the value of field 'switchingFunctionSupportsSending'.
 void setSystemStatusDisabled(java.lang.Boolean systemStatusDisabled)
          Sets the value of field 'systemStatusDisabled'.
 void setSystemStatusEnabled(java.lang.Boolean systemStatusEnabled)
          Sets the value of field 'systemStatusEnabled'.
 void setSystemStatusInitializing(java.lang.Boolean systemStatusInitializing)
          Sets the value of field 'systemStatusInitializing'.
 void setSystemStatusMessageLost(java.lang.Boolean systemStatusMessageLost)
          Sets the value of field 'systemStatusMessageLost'.
 void setSystemStatusNormal(java.lang.Boolean systemStatusNormal)
          Sets the value of field 'systemStatusNormal'.
 void setSystemStatusOverloadImminent(java.lang.Boolean systemStatusOverloadImminent)
          Sets the value of field 'systemStatusOverloadImminent'.
 void setSystemStatusOverloadReached(java.lang.Boolean systemStatusOverloadReached)
          Sets the value of field 'systemStatusOverloadReached'.
 void setSystemStatusOverloadRelieved(java.lang.Boolean systemStatusOverloadRelieved)
          Sets the value of field 'systemStatusOverloadRelieved'.
 void setSystemStatusPartiallyDisabled(java.lang.Boolean systemStatusPartiallyDisabled)
          Sets the value of field 'systemStatusPartiallyDisabled'.
static RequestSystemStatusCaps unmarshalRequestSystemStatusCaps(java.io.Reader reader)
          Method unmarshalRequestSystemStatusCaps
 void validate()
          Method validate
 
Methods inherited from class ch.ecma.csta.CastorObject
getOldSessionID, hashCode, setOldSessionID, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestSystemStatusCaps

public RequestSystemStatusCaps()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getPrivateDataInAck

public java.lang.Boolean getPrivateDataInAck()
Returns the value of field 'privateDataInAck'.

Returns:
Boolean

getPrivateDataInReq

public java.lang.Boolean getPrivateDataInReq()
Returns the value of field 'privateDataInReq'.

Returns:
Boolean

getSwitchingFunctionSupportsReceiving

public java.lang.Boolean getSwitchingFunctionSupportsReceiving()
Returns the value of field 'switchingFunctionSupportsReceiving'.

Returns:
Boolean

getSwitchingFunctionSupportsSending

public java.lang.Boolean getSwitchingFunctionSupportsSending()
Returns the value of field 'switchingFunctionSupportsSending'.

Returns:
Boolean

getSystemStatusDisabled

public java.lang.Boolean getSystemStatusDisabled()
Returns the value of field 'systemStatusDisabled'.

Returns:
Boolean

getSystemStatusEnabled

public java.lang.Boolean getSystemStatusEnabled()
Returns the value of field 'systemStatusEnabled'.

Returns:
Boolean

getSystemStatusInitializing

public java.lang.Boolean getSystemStatusInitializing()
Returns the value of field 'systemStatusInitializing'.

Returns:
Boolean

getSystemStatusMessageLost

public java.lang.Boolean getSystemStatusMessageLost()
Returns the value of field 'systemStatusMessageLost'.

Returns:
Boolean

getSystemStatusNormal

public java.lang.Boolean getSystemStatusNormal()
Returns the value of field 'systemStatusNormal'.

Returns:
Boolean

getSystemStatusOverloadImminent

public java.lang.Boolean getSystemStatusOverloadImminent()
Returns the value of field 'systemStatusOverloadImminent'.

Returns:
Boolean

getSystemStatusOverloadReached

public java.lang.Boolean getSystemStatusOverloadReached()
Returns the value of field 'systemStatusOverloadReached'.

Returns:
Boolean

getSystemStatusOverloadRelieved

public java.lang.Boolean getSystemStatusOverloadRelieved()
Returns the value of field 'systemStatusOverloadRelieved'.

Returns:
Boolean

getSystemStatusPartiallyDisabled

public java.lang.Boolean getSystemStatusPartiallyDisabled()
Returns the value of field 'systemStatusPartiallyDisabled'.

Returns:
Boolean

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setPrivateDataInAck

public void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
Sets the value of field 'privateDataInAck'.

Parameters:
privateDataInAck - the value of field 'privateDataInAck'

setPrivateDataInReq

public void setPrivateDataInReq(java.lang.Boolean privateDataInReq)
Sets the value of field 'privateDataInReq'.

Parameters:
privateDataInReq - the value of field 'privateDataInReq'

setSwitchingFunctionSupportsReceiving

public void setSwitchingFunctionSupportsReceiving(java.lang.Boolean switchingFunctionSupportsReceiving)
Sets the value of field 'switchingFunctionSupportsReceiving'.

Parameters:
switchingFunctionSupportsReceiving - the value of field 'switchingFunctionSupportsReceiving'.

setSwitchingFunctionSupportsSending

public void setSwitchingFunctionSupportsSending(java.lang.Boolean switchingFunctionSupportsSending)
Sets the value of field 'switchingFunctionSupportsSending'.

Parameters:
switchingFunctionSupportsSending - the value of field 'switchingFunctionSupportsSending'.

setSystemStatusDisabled

public void setSystemStatusDisabled(java.lang.Boolean systemStatusDisabled)
Sets the value of field 'systemStatusDisabled'.

Parameters:
systemStatusDisabled - the value of field 'systemStatusDisabled'.

setSystemStatusEnabled

public void setSystemStatusEnabled(java.lang.Boolean systemStatusEnabled)
Sets the value of field 'systemStatusEnabled'.

Parameters:
systemStatusEnabled - the value of field 'systemStatusEnabled'.

setSystemStatusInitializing

public void setSystemStatusInitializing(java.lang.Boolean systemStatusInitializing)
Sets the value of field 'systemStatusInitializing'.

Parameters:
systemStatusInitializing - the value of field 'systemStatusInitializing'.

setSystemStatusMessageLost

public void setSystemStatusMessageLost(java.lang.Boolean systemStatusMessageLost)
Sets the value of field 'systemStatusMessageLost'.

Parameters:
systemStatusMessageLost - the value of field 'systemStatusMessageLost'.

setSystemStatusNormal

public void setSystemStatusNormal(java.lang.Boolean systemStatusNormal)
Sets the value of field 'systemStatusNormal'.

Parameters:
systemStatusNormal - the value of field 'systemStatusNormal'.

setSystemStatusOverloadImminent

public void setSystemStatusOverloadImminent(java.lang.Boolean systemStatusOverloadImminent)
Sets the value of field 'systemStatusOverloadImminent'.

Parameters:
systemStatusOverloadImminent - the value of field 'systemStatusOverloadImminent'.

setSystemStatusOverloadReached

public void setSystemStatusOverloadReached(java.lang.Boolean systemStatusOverloadReached)
Sets the value of field 'systemStatusOverloadReached'.

Parameters:
systemStatusOverloadReached - the value of field 'systemStatusOverloadReached'.

setSystemStatusOverloadRelieved

public void setSystemStatusOverloadRelieved(java.lang.Boolean systemStatusOverloadRelieved)
Sets the value of field 'systemStatusOverloadRelieved'.

Parameters:
systemStatusOverloadRelieved - the value of field 'systemStatusOverloadRelieved'.

setSystemStatusPartiallyDisabled

public void setSystemStatusPartiallyDisabled(java.lang.Boolean systemStatusPartiallyDisabled)
Sets the value of field 'systemStatusPartiallyDisabled'.

Parameters:
systemStatusPartiallyDisabled - the value of field 'systemStatusPartiallyDisabled'.

unmarshalRequestSystemStatusCaps

public static RequestSystemStatusCaps unmarshalRequestSystemStatusCaps(java.io.Reader reader)
                                                                throws org.exolab.castor.xml.MarshalException,
                                                                       org.exolab.castor.xml.ValidationException
Method unmarshalRequestSystemStatusCaps

Parameters:
reader -
Returns:
RequestSystemStatusCaps
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.