4.1.0.610 20071213

ch.ecma.csta.binding
Class PhysDevServList

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

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

Class PhysDevServList.

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

Constructor Summary
PhysDevServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ButtonPressCaps getButtonPress()
          Returns the value of field 'buttonPress'.
 GetAuditoryApparatusInfoCaps getGetAuditoryApparatusInfo()
          Returns the value of field 'getAuditoryApparatusInfo'.
 GetButtonInformationCaps getGetButtonInformation()
          Returns the value of field 'getButtonInformation'.
 GetDisplayCaps getGetDisplay()
          Returns the value of field 'getDisplay'.
 GetHookSwitchStatusCaps getGetHookSwitchStatus()
          Returns the value of field 'getHookSwitchStatus'.
 GetLampInfoCaps getGetLampInfo()
          Returns the value of field 'getLampInfo'.
 GetLampModeCaps getGetLampMode()
          Returns the value of field 'getLampMode'.
 GetMessageWaitingIndicatorCaps getGetMessageWaitingIndicator()
          Returns the value of field 'getMessageWaitingIndicator'.
 GetMicrophoneGainCaps getGetMicrophoneGain()
          Returns the value of field 'getMicrophoneGain'.
 GetMicrophoneMuteCaps getGetMicrophoneMute()
          Returns the value of field 'getMicrophoneMute'.
 GetRingerStatusCaps getGetRingerStatus()
          Returns the value of field 'getRingerStatus'.
 GetSpeakerMuteCaps getGetSpeakerMute()
          Returns the value of field 'getSpeakerMute'.
 GetSpeakerVolumeCaps getGetSpeakerVolume()
          Returns the value of field 'getSpeakerVolume'.
 SetButtonInformationCaps getSetButtonInformation()
          Returns the value of field 'setButtonInformation'.
 SetDisplayCaps getSetDisplay()
          Returns the value of field 'setDisplay'.
 SetHookSwitchStatusCaps getSetHookSwitchStatus()
          Returns the value of field 'setHookSwitchStatus'.
 SetLampModeCaps getSetLampMode()
          Returns the value of field 'setLampMode'.
 SetMessageWaitingIndicatorCaps getSetMessageWaitingIndicator()
          Returns the value of field 'setMessageWaitingIndicator'.
 SetMicrophoneGainCaps getSetMicrophoneGain()
          Returns the value of field 'setMicrophoneGain'.
 SetMicrophoneMuteCaps getSetMicrophoneMute()
          Returns the value of field 'setMicrophoneMute'.
 SetRingerStatusCaps getSetRingerStatus()
          Returns the value of field 'setRingerStatus'.
 SetSpeakerMuteCaps getSetSpeakerMute()
          Returns the value of field 'setSpeakerMute'.
 SetSpeakerVolumeCaps getSetSpeakerVolume()
          Returns the value of field 'setSpeakerVolume'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setButtonPress(ButtonPressCaps buttonPress)
          Sets the value of field 'buttonPress'.
 void setGetAuditoryApparatusInfo(GetAuditoryApparatusInfoCaps getAuditoryApparatusInfo)
          Sets the value of field 'getAuditoryApparatusInfo'.
 void setGetButtonInformation(GetButtonInformationCaps getButtonInformation)
          Sets the value of field 'getButtonInformation'.
 void setGetDisplay(GetDisplayCaps getDisplay)
          Sets the value of field 'getDisplay'.
 void setGetHookSwitchStatus(GetHookSwitchStatusCaps getHookSwitchStatus)
          Sets the value of field 'getHookSwitchStatus'.
 void setGetLampInfo(GetLampInfoCaps getLampInfo)
          Sets the value of field 'getLampInfo'.
 void setGetLampMode(GetLampModeCaps getLampMode)
          Sets the value of field 'getLampMode'.
 void setGetMessageWaitingIndicator(GetMessageWaitingIndicatorCaps getMessageWaitingIndicator)
          Sets the value of field 'getMessageWaitingIndicator'.
 void setGetMicrophoneGain(GetMicrophoneGainCaps getMicrophoneGain)
          Sets the value of field 'getMicrophoneGain'.
 void setGetMicrophoneMute(GetMicrophoneMuteCaps getMicrophoneMute)
          Sets the value of field 'getMicrophoneMute'.
 void setGetRingerStatus(GetRingerStatusCaps getRingerStatus)
          Sets the value of field 'getRingerStatus'.
 void setGetSpeakerMute(GetSpeakerMuteCaps getSpeakerMute)
          Sets the value of field 'getSpeakerMute'.
 void setGetSpeakerVolume(GetSpeakerVolumeCaps getSpeakerVolume)
          Sets the value of field 'getSpeakerVolume'.
 void setSetButtonInformation(SetButtonInformationCaps setButtonInformation)
          Sets the value of field 'setButtonInformation'.
 void setSetDisplay(SetDisplayCaps setDisplay)
          Sets the value of field 'setDisplay'.
 void setSetHookSwitchStatus(SetHookSwitchStatusCaps setHookSwitchStatus)
          Sets the value of field 'setHookSwitchStatus'.
 void setSetLampMode(SetLampModeCaps setLampMode)
          Sets the value of field 'setLampMode'.
 void setSetMessageWaitingIndicator(SetMessageWaitingIndicatorCaps setMessageWaitingIndicator)
          Sets the value of field 'setMessageWaitingIndicator'.
 void setSetMicrophoneGain(SetMicrophoneGainCaps setMicrophoneGain)
          Sets the value of field 'setMicrophoneGain'.
 void setSetMicrophoneMute(SetMicrophoneMuteCaps setMicrophoneMute)
          Sets the value of field 'setMicrophoneMute'.
 void setSetRingerStatus(SetRingerStatusCaps setRingerStatus)
          Sets the value of field 'setRingerStatus'.
 void setSetSpeakerMute(SetSpeakerMuteCaps setSpeakerMute)
          Sets the value of field 'setSpeakerMute'.
 void setSetSpeakerVolume(SetSpeakerVolumeCaps setSpeakerVolume)
          Sets the value of field 'setSpeakerVolume'.
static PhysDevServList unmarshalPhysDevServList(java.io.Reader reader)
          Method unmarshalPhysDevServList
 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

PhysDevServList

public PhysDevServList()
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

getButtonPress

public ButtonPressCaps getButtonPress()
Returns the value of field 'buttonPress'.

Returns:
ButtonPressCaps

getGetAuditoryApparatusInfo

public GetAuditoryApparatusInfoCaps getGetAuditoryApparatusInfo()
Returns the value of field 'getAuditoryApparatusInfo'.

Returns:
GetAuditoryApparatusInfoCaps

getGetButtonInformation

public GetButtonInformationCaps getGetButtonInformation()
Returns the value of field 'getButtonInformation'.

Returns:
GetButtonInformationCaps

getGetDisplay

public GetDisplayCaps getGetDisplay()
Returns the value of field 'getDisplay'.

Returns:
GetDisplayCaps

getGetHookSwitchStatus

public GetHookSwitchStatusCaps getGetHookSwitchStatus()
Returns the value of field 'getHookSwitchStatus'.

Returns:
GetHookSwitchStatusCaps

getGetLampInfo

public GetLampInfoCaps getGetLampInfo()
Returns the value of field 'getLampInfo'.

Returns:
GetLampInfoCaps

getGetLampMode

public GetLampModeCaps getGetLampMode()
Returns the value of field 'getLampMode'.

Returns:
GetLampModeCaps

getGetMessageWaitingIndicator

public GetMessageWaitingIndicatorCaps getGetMessageWaitingIndicator()
Returns the value of field 'getMessageWaitingIndicator'.

Returns:
GetMessageWaitingIndicatorCaps

getGetMicrophoneGain

public GetMicrophoneGainCaps getGetMicrophoneGain()
Returns the value of field 'getMicrophoneGain'.

Returns:
GetMicrophoneGainCaps

getGetMicrophoneMute

public GetMicrophoneMuteCaps getGetMicrophoneMute()
Returns the value of field 'getMicrophoneMute'.

Returns:
GetMicrophoneMuteCaps

getGetRingerStatus

public GetRingerStatusCaps getGetRingerStatus()
Returns the value of field 'getRingerStatus'.

Returns:
GetRingerStatusCaps

getGetSpeakerMute

public GetSpeakerMuteCaps getGetSpeakerMute()
Returns the value of field 'getSpeakerMute'.

Returns:
GetSpeakerMuteCaps

getGetSpeakerVolume

public GetSpeakerVolumeCaps getGetSpeakerVolume()
Returns the value of field 'getSpeakerVolume'.

Returns:
GetSpeakerVolumeCaps

getSetButtonInformation

public SetButtonInformationCaps getSetButtonInformation()
Returns the value of field 'setButtonInformation'.

Returns:
SetButtonInformationCaps

getSetDisplay

public SetDisplayCaps getSetDisplay()
Returns the value of field 'setDisplay'.

Returns:
SetDisplayCaps

getSetHookSwitchStatus

public SetHookSwitchStatusCaps getSetHookSwitchStatus()
Returns the value of field 'setHookSwitchStatus'.

Returns:
SetHookSwitchStatusCaps

getSetLampMode

public SetLampModeCaps getSetLampMode()
Returns the value of field 'setLampMode'.

Returns:
SetLampModeCaps

getSetMessageWaitingIndicator

public SetMessageWaitingIndicatorCaps getSetMessageWaitingIndicator()
Returns the value of field 'setMessageWaitingIndicator'.

Returns:
SetMessageWaitingIndicatorCaps

getSetMicrophoneGain

public SetMicrophoneGainCaps getSetMicrophoneGain()
Returns the value of field 'setMicrophoneGain'.

Returns:
SetMicrophoneGainCaps

getSetMicrophoneMute

public SetMicrophoneMuteCaps getSetMicrophoneMute()
Returns the value of field 'setMicrophoneMute'.

Returns:
SetMicrophoneMuteCaps

getSetRingerStatus

public SetRingerStatusCaps getSetRingerStatus()
Returns the value of field 'setRingerStatus'.

Returns:
SetRingerStatusCaps

getSetSpeakerMute

public SetSpeakerMuteCaps getSetSpeakerMute()
Returns the value of field 'setSpeakerMute'.

Returns:
SetSpeakerMuteCaps

getSetSpeakerVolume

public SetSpeakerVolumeCaps getSetSpeakerVolume()
Returns the value of field 'setSpeakerVolume'.

Returns:
SetSpeakerVolumeCaps

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

setButtonPress

public void setButtonPress(ButtonPressCaps buttonPress)
Sets the value of field 'buttonPress'.

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

setGetAuditoryApparatusInfo

public void setGetAuditoryApparatusInfo(GetAuditoryApparatusInfoCaps getAuditoryApparatusInfo)
Sets the value of field 'getAuditoryApparatusInfo'.

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

setGetButtonInformation

public void setGetButtonInformation(GetButtonInformationCaps getButtonInformation)
Sets the value of field 'getButtonInformation'.

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

setGetDisplay

public void setGetDisplay(GetDisplayCaps getDisplay)
Sets the value of field 'getDisplay'.

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

setGetHookSwitchStatus

public void setGetHookSwitchStatus(GetHookSwitchStatusCaps getHookSwitchStatus)
Sets the value of field 'getHookSwitchStatus'.

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

setGetLampInfo

public void setGetLampInfo(GetLampInfoCaps getLampInfo)
Sets the value of field 'getLampInfo'.

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

setGetLampMode

public void setGetLampMode(GetLampModeCaps getLampMode)
Sets the value of field 'getLampMode'.

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

setGetMessageWaitingIndicator

public void setGetMessageWaitingIndicator(GetMessageWaitingIndicatorCaps getMessageWaitingIndicator)
Sets the value of field 'getMessageWaitingIndicator'.

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

setGetMicrophoneGain

public void setGetMicrophoneGain(GetMicrophoneGainCaps getMicrophoneGain)
Sets the value of field 'getMicrophoneGain'.

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

setGetMicrophoneMute

public void setGetMicrophoneMute(GetMicrophoneMuteCaps getMicrophoneMute)
Sets the value of field 'getMicrophoneMute'.

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

setGetRingerStatus

public void setGetRingerStatus(GetRingerStatusCaps getRingerStatus)
Sets the value of field 'getRingerStatus'.

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

setGetSpeakerMute

public void setGetSpeakerMute(GetSpeakerMuteCaps getSpeakerMute)
Sets the value of field 'getSpeakerMute'.

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

setGetSpeakerVolume

public void setGetSpeakerVolume(GetSpeakerVolumeCaps getSpeakerVolume)
Sets the value of field 'getSpeakerVolume'.

Parameters:
getSpeakerVolume - the value of field 'getSpeakerVolume'

setSetButtonInformation

public void setSetButtonInformation(SetButtonInformationCaps setButtonInformation)
Sets the value of field 'setButtonInformation'.

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

setSetDisplay

public void setSetDisplay(SetDisplayCaps setDisplay)
Sets the value of field 'setDisplay'.

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

setSetHookSwitchStatus

public void setSetHookSwitchStatus(SetHookSwitchStatusCaps setHookSwitchStatus)
Sets the value of field 'setHookSwitchStatus'.

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

setSetLampMode

public void setSetLampMode(SetLampModeCaps setLampMode)
Sets the value of field 'setLampMode'.

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

setSetMessageWaitingIndicator

public void setSetMessageWaitingIndicator(SetMessageWaitingIndicatorCaps setMessageWaitingIndicator)
Sets the value of field 'setMessageWaitingIndicator'.

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

setSetMicrophoneGain

public void setSetMicrophoneGain(SetMicrophoneGainCaps setMicrophoneGain)
Sets the value of field 'setMicrophoneGain'.

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

setSetMicrophoneMute

public void setSetMicrophoneMute(SetMicrophoneMuteCaps setMicrophoneMute)
Sets the value of field 'setMicrophoneMute'.

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

setSetRingerStatus

public void setSetRingerStatus(SetRingerStatusCaps setRingerStatus)
Sets the value of field 'setRingerStatus'.

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

setSetSpeakerMute

public void setSetSpeakerMute(SetSpeakerMuteCaps setSpeakerMute)
Sets the value of field 'setSpeakerMute'.

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

setSetSpeakerVolume

public void setSetSpeakerVolume(SetSpeakerVolumeCaps setSpeakerVolume)
Sets the value of field 'setSpeakerVolume'.

Parameters:
setSpeakerVolume - the value of field 'setSpeakerVolume'

unmarshalPhysDevServList

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

Parameters:
reader -
Returns:
PhysDevServList
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.