4.1.0.610 20071213

ch.ecma.csta.binding
Class GetAuditoryApparatusInfoCaps

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

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

Class GetAuditoryApparatusInfoCaps.

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

Constructor Summary
GetAuditoryApparatusInfoCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAuditoryApparatus()
          Returns the value of field 'auditoryApparatus'.
 java.lang.Boolean getAuditoryApparatusTypeHandset()
          Returns the value of field 'auditoryApparatusTypeHandset'.
 java.lang.Boolean getAuditoryApparatusTypeHeadset()
          Returns the value of field 'auditoryApparatusTypeHeadset'.
 java.lang.Boolean getAuditoryApparatusTypeother()
          Returns the value of field 'auditoryApparatusTypeother'.
 java.lang.Boolean getAuditoryApparatusTypeSpeakerOnlyPhone()
          Returns the value of field 'auditoryApparatusTypeSpeakerOnlyPhone'.
 java.lang.Boolean getAuditoryApparatusTypeSpeakerphone()
          Returns the value of field 'auditoryApparatusTypeSpeakerphone'.
 java.lang.Boolean getHookswitchOnHook()
          Returns the value of field 'hookswitchOnHook'.
 java.lang.Boolean getHookswitchSettable()
          Returns the value of field 'hookswitchSettable'.
 java.lang.Boolean getMicrophoneGainReadable()
          Returns the value of field 'microphoneGainReadable'.
 java.lang.Boolean getMicrophoneGainSettable()
          Returns the value of field 'microphoneGainSettable'.
 java.lang.Boolean getMicrophoneMuteReadable()
          Returns the value of field 'microphoneMuteReadable'.
 java.lang.Boolean getMicrophoneMuteSettable()
          Returns the value of field 'microphoneMuteSettable'.
 java.lang.Boolean getMicrophonePresent()
          Returns the value of field 'microphonePresent'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getSpeakerMuteReadable()
          Returns the value of field 'speakerMuteReadable'.
 java.lang.Boolean getSpeakerMuteSettable()
          Returns the value of field 'speakerMuteSettable'.
 java.lang.Boolean getSpeakerPresent()
          Returns the value of field 'speakerPresent'.
 java.lang.Boolean getSpeakerVolumeReadable()
          Returns the value of field 'speakerVolumeReadable'.
 java.lang.Boolean getSpeakerVolumeSettable()
          Returns the value of field 'speakerVolumeSettable'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAuditoryApparatus(java.lang.Boolean auditoryApparatus)
          Sets the value of field 'auditoryApparatus'.
 void setAuditoryApparatusTypeHandset(java.lang.Boolean auditoryApparatusTypeHandset)
          Sets the value of field 'auditoryApparatusTypeHandset'.
 void setAuditoryApparatusTypeHeadset(java.lang.Boolean auditoryApparatusTypeHeadset)
          Sets the value of field 'auditoryApparatusTypeHeadset'.
 void setAuditoryApparatusTypeother(java.lang.Boolean auditoryApparatusTypeother)
          Sets the value of field 'auditoryApparatusTypeother'.
 void setAuditoryApparatusTypeSpeakerOnlyPhone(java.lang.Boolean auditoryApparatusTypeSpeakerOnlyPhone)
          Sets the value of field 'auditoryApparatusTypeSpeakerOnlyPhone'.
 void setAuditoryApparatusTypeSpeakerphone(java.lang.Boolean auditoryApparatusTypeSpeakerphone)
          Sets the value of field 'auditoryApparatusTypeSpeakerphone'.
 void setHookswitchOnHook(java.lang.Boolean hookswitchOnHook)
          Sets the value of field 'hookswitchOnHook'.
 void setHookswitchSettable(java.lang.Boolean hookswitchSettable)
          Sets the value of field 'hookswitchSettable'.
 void setMicrophoneGainReadable(java.lang.Boolean microphoneGainReadable)
          Sets the value of field 'microphoneGainReadable'.
 void setMicrophoneGainSettable(java.lang.Boolean microphoneGainSettable)
          Sets the value of field 'microphoneGainSettable'.
 void setMicrophoneMuteReadable(java.lang.Boolean microphoneMuteReadable)
          Sets the value of field 'microphoneMuteReadable'.
 void setMicrophoneMuteSettable(java.lang.Boolean microphoneMuteSettable)
          Sets the value of field 'microphoneMuteSettable'.
 void setMicrophonePresent(java.lang.Boolean microphonePresent)
          Sets the value of field 'microphonePresent'.
 void setPrivateData(java.lang.Boolean privateData)
          Sets the value of field 'privateData'.
 void setPrivateDataInAck(java.lang.Boolean privateDataInAck)
          Sets the value of field 'privateDataInAck'.
 void setSpeakerMuteReadable(java.lang.Boolean speakerMuteReadable)
          Sets the value of field 'speakerMuteReadable'.
 void setSpeakerMuteSettable(java.lang.Boolean speakerMuteSettable)
          Sets the value of field 'speakerMuteSettable'.
 void setSpeakerPresent(java.lang.Boolean speakerPresent)
          Sets the value of field 'speakerPresent'.
 void setSpeakerVolumeReadable(java.lang.Boolean speakerVolumeReadable)
          Sets the value of field 'speakerVolumeReadable'.
 void setSpeakerVolumeSettable(java.lang.Boolean speakerVolumeSettable)
          Sets the value of field 'speakerVolumeSettable'.
static GetAuditoryApparatusInfoCaps unmarshalGetAuditoryApparatusInfoCaps(java.io.Reader reader)
          Method unmarshalGetAuditoryApparatusInfoCaps
 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

GetAuditoryApparatusInfoCaps

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

getAuditoryApparatus

public java.lang.Boolean getAuditoryApparatus()
Returns the value of field 'auditoryApparatus'.

Returns:
Boolean

getAuditoryApparatusTypeHandset

public java.lang.Boolean getAuditoryApparatusTypeHandset()
Returns the value of field 'auditoryApparatusTypeHandset'.

Returns:
Boolean

getAuditoryApparatusTypeHeadset

public java.lang.Boolean getAuditoryApparatusTypeHeadset()
Returns the value of field 'auditoryApparatusTypeHeadset'.

Returns:
Boolean

getAuditoryApparatusTypeSpeakerOnlyPhone

public java.lang.Boolean getAuditoryApparatusTypeSpeakerOnlyPhone()
Returns the value of field 'auditoryApparatusTypeSpeakerOnlyPhone'.

Returns:
Boolean

getAuditoryApparatusTypeSpeakerphone

public java.lang.Boolean getAuditoryApparatusTypeSpeakerphone()
Returns the value of field 'auditoryApparatusTypeSpeakerphone'.

Returns:
Boolean

getAuditoryApparatusTypeother

public java.lang.Boolean getAuditoryApparatusTypeother()
Returns the value of field 'auditoryApparatusTypeother'.

Returns:
Boolean

getHookswitchOnHook

public java.lang.Boolean getHookswitchOnHook()
Returns the value of field 'hookswitchOnHook'.

Returns:
Boolean

getHookswitchSettable

public java.lang.Boolean getHookswitchSettable()
Returns the value of field 'hookswitchSettable'.

Returns:
Boolean

getMicrophoneGainReadable

public java.lang.Boolean getMicrophoneGainReadable()
Returns the value of field 'microphoneGainReadable'.

Returns:
Boolean

getMicrophoneGainSettable

public java.lang.Boolean getMicrophoneGainSettable()
Returns the value of field 'microphoneGainSettable'.

Returns:
Boolean

getMicrophoneMuteReadable

public java.lang.Boolean getMicrophoneMuteReadable()
Returns the value of field 'microphoneMuteReadable'.

Returns:
Boolean

getMicrophoneMuteSettable

public java.lang.Boolean getMicrophoneMuteSettable()
Returns the value of field 'microphoneMuteSettable'.

Returns:
Boolean

getMicrophonePresent

public java.lang.Boolean getMicrophonePresent()
Returns the value of field 'microphonePresent'.

Returns:
Boolean

getPrivateData

public java.lang.Boolean getPrivateData()
Returns the value of field 'privateData'.

Returns:
Boolean

getPrivateDataInAck

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

Returns:
Boolean

getSpeakerMuteReadable

public java.lang.Boolean getSpeakerMuteReadable()
Returns the value of field 'speakerMuteReadable'.

Returns:
Boolean

getSpeakerMuteSettable

public java.lang.Boolean getSpeakerMuteSettable()
Returns the value of field 'speakerMuteSettable'.

Returns:
Boolean

getSpeakerPresent

public java.lang.Boolean getSpeakerPresent()
Returns the value of field 'speakerPresent'.

Returns:
Boolean

getSpeakerVolumeReadable

public java.lang.Boolean getSpeakerVolumeReadable()
Returns the value of field 'speakerVolumeReadable'.

Returns:
Boolean

getSpeakerVolumeSettable

public java.lang.Boolean getSpeakerVolumeSettable()
Returns the value of field 'speakerVolumeSettable'.

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

setAuditoryApparatus

public void setAuditoryApparatus(java.lang.Boolean auditoryApparatus)
Sets the value of field 'auditoryApparatus'.

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

setAuditoryApparatusTypeHandset

public void setAuditoryApparatusTypeHandset(java.lang.Boolean auditoryApparatusTypeHandset)
Sets the value of field 'auditoryApparatusTypeHandset'.

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

setAuditoryApparatusTypeHeadset

public void setAuditoryApparatusTypeHeadset(java.lang.Boolean auditoryApparatusTypeHeadset)
Sets the value of field 'auditoryApparatusTypeHeadset'.

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

setAuditoryApparatusTypeSpeakerOnlyPhone

public void setAuditoryApparatusTypeSpeakerOnlyPhone(java.lang.Boolean auditoryApparatusTypeSpeakerOnlyPhone)
Sets the value of field 'auditoryApparatusTypeSpeakerOnlyPhone'.

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

setAuditoryApparatusTypeSpeakerphone

public void setAuditoryApparatusTypeSpeakerphone(java.lang.Boolean auditoryApparatusTypeSpeakerphone)
Sets the value of field 'auditoryApparatusTypeSpeakerphone'.

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

setAuditoryApparatusTypeother

public void setAuditoryApparatusTypeother(java.lang.Boolean auditoryApparatusTypeother)
Sets the value of field 'auditoryApparatusTypeother'.

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

setHookswitchOnHook

public void setHookswitchOnHook(java.lang.Boolean hookswitchOnHook)
Sets the value of field 'hookswitchOnHook'.

Parameters:
hookswitchOnHook - the value of field 'hookswitchOnHook'

setHookswitchSettable

public void setHookswitchSettable(java.lang.Boolean hookswitchSettable)
Sets the value of field 'hookswitchSettable'.

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

setMicrophoneGainReadable

public void setMicrophoneGainReadable(java.lang.Boolean microphoneGainReadable)
Sets the value of field 'microphoneGainReadable'.

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

setMicrophoneGainSettable

public void setMicrophoneGainSettable(java.lang.Boolean microphoneGainSettable)
Sets the value of field 'microphoneGainSettable'.

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

setMicrophoneMuteReadable

public void setMicrophoneMuteReadable(java.lang.Boolean microphoneMuteReadable)
Sets the value of field 'microphoneMuteReadable'.

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

setMicrophoneMuteSettable

public void setMicrophoneMuteSettable(java.lang.Boolean microphoneMuteSettable)
Sets the value of field 'microphoneMuteSettable'.

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

setMicrophonePresent

public void setMicrophonePresent(java.lang.Boolean microphonePresent)
Sets the value of field 'microphonePresent'.

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

setPrivateData

public void setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'.

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

setPrivateDataInAck

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

Parameters:
privateDataInAck - the value of field 'privateDataInAck'

setSpeakerMuteReadable

public void setSpeakerMuteReadable(java.lang.Boolean speakerMuteReadable)
Sets the value of field 'speakerMuteReadable'.

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

setSpeakerMuteSettable

public void setSpeakerMuteSettable(java.lang.Boolean speakerMuteSettable)
Sets the value of field 'speakerMuteSettable'.

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

setSpeakerPresent

public void setSpeakerPresent(java.lang.Boolean speakerPresent)
Sets the value of field 'speakerPresent'.

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

setSpeakerVolumeReadable

public void setSpeakerVolumeReadable(java.lang.Boolean speakerVolumeReadable)
Sets the value of field 'speakerVolumeReadable'.

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

setSpeakerVolumeSettable

public void setSpeakerVolumeSettable(java.lang.Boolean speakerVolumeSettable)
Sets the value of field 'speakerVolumeSettable'.

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

unmarshalGetAuditoryApparatusInfoCaps

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

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