4.1.0.610 20071213

ch.ecma.csta.binding
Class AttachMediaServiceCaps

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

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

Class AttachMediaServiceCaps.

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

Constructor Summary
AttachMediaServiceCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAckModelMultiStep()
          Returns the value of field 'ackModelMultiStep'.
 java.lang.Boolean getConnectionModeConsultConference()
          Returns the value of field 'connectionModeConsultConference'.
 java.lang.Boolean getConnectionModeConsultConferenceHold()
          Returns the value of field 'connectionModeConsultConferenceHold'.
 java.lang.Boolean getConnectionModeDeflect()
          Returns the value of field 'connectionModeDeflect'.
 java.lang.Boolean getConnectionModeDirect()
          Returns the value of field 'connectionModeDirect'.
 java.lang.Boolean getConnectionModeDirectedPickup()
          Returns the value of field 'connectionModeDirectedPickup'.
 java.lang.Boolean getConnectionModeJoin()
          Returns the value of field 'connectionModeJoin'.
 java.lang.Boolean getConnectionModeSingleStepConference()
          Returns the value of field 'connectionModeSingleStepConference'.
 java.lang.Boolean getConnectionModeSingleStepConferenceHold()
          Returns the value of field 'connectionModeSingleStepConferenceHold'.
 java.lang.Boolean getConnectionModeSingleStepTransfer()
          Returns the value of field 'connectionModeSingleStepTransfer'.
 java.lang.Boolean getConnectionModeTransfer()
          Returns the value of field 'connectionModeTransfer'.
 java.lang.Boolean getDeviceIDOnly()
          Returns the value of field 'deviceIDOnly'.
 java.lang.Boolean getMediaConnectionInfoInAck()
          Returns the value of field 'mediaConnectionInfoInAck'.
 java.lang.Boolean getMediaServiceInstanceID()
          Returns the value of field 'mediaServiceInstanceID'.
 java.lang.Boolean getMediaServiceInstanceIDInAck()
          Returns the value of field 'mediaServiceInstanceIDInAck'.
 java.lang.Boolean getMediaServiceVersion()
          Returns the value of field 'mediaServiceVersion'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getRequestedConnectionState()
          Returns the value of field 'requestedConnectionState'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAckModelMultiStep(java.lang.Boolean ackModelMultiStep)
          Sets the value of field 'ackModelMultiStep'.
 void setConnectionModeConsultConference(java.lang.Boolean connectionModeConsultConference)
          Sets the value of field 'connectionModeConsultConference'.
 void setConnectionModeConsultConferenceHold(java.lang.Boolean connectionModeConsultConferenceHold)
          Sets the value of field 'connectionModeConsultConferenceHold'.
 void setConnectionModeDeflect(java.lang.Boolean connectionModeDeflect)
          Sets the value of field 'connectionModeDeflect'.
 void setConnectionModeDirect(java.lang.Boolean connectionModeDirect)
          Sets the value of field 'connectionModeDirect'.
 void setConnectionModeDirectedPickup(java.lang.Boolean connectionModeDirectedPickup)
          Sets the value of field 'connectionModeDirectedPickup'.
 void setConnectionModeJoin(java.lang.Boolean connectionModeJoin)
          Sets the value of field 'connectionModeJoin'.
 void setConnectionModeSingleStepConference(java.lang.Boolean connectionModeSingleStepConference)
          Sets the value of field 'connectionModeSingleStepConference'.
 void setConnectionModeSingleStepConferenceHold(java.lang.Boolean connectionModeSingleStepConferenceHold)
          Sets the value of field 'connectionModeSingleStepConferenceHold'.
 void setConnectionModeSingleStepTransfer(java.lang.Boolean connectionModeSingleStepTransfer)
          Sets the value of field 'connectionModeSingleStepTransfer'.
 void setConnectionModeTransfer(java.lang.Boolean connectionModeTransfer)
          Sets the value of field 'connectionModeTransfer'.
 void setDeviceIDOnly(java.lang.Boolean deviceIDOnly)
          Sets the value of field 'deviceIDOnly'.
 void setMediaConnectionInfoInAck(java.lang.Boolean mediaConnectionInfoInAck)
          Sets the value of field 'mediaConnectionInfoInAck'.
 void setMediaServiceInstanceID(java.lang.Boolean mediaServiceInstanceID)
          Sets the value of field 'mediaServiceInstanceID'.
 void setMediaServiceInstanceIDInAck(java.lang.Boolean mediaServiceInstanceIDInAck)
          Sets the value of field 'mediaServiceInstanceIDInAck'.
 void setMediaServiceVersion(java.lang.Boolean mediaServiceVersion)
          Sets the value of field 'mediaServiceVersion'.
 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 setRequestedConnectionState(java.lang.Boolean requestedConnectionState)
          Sets the value of field 'requestedConnectionState'.
static AttachMediaServiceCaps unmarshalAttachMediaServiceCaps(java.io.Reader reader)
          Method unmarshalAttachMediaServiceCaps
 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

AttachMediaServiceCaps

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

getAckModelMultiStep

public java.lang.Boolean getAckModelMultiStep()
Returns the value of field 'ackModelMultiStep'.

Returns:
Boolean

getConnectionModeConsultConference

public java.lang.Boolean getConnectionModeConsultConference()
Returns the value of field 'connectionModeConsultConference'.

Returns:
Boolean

getConnectionModeConsultConferenceHold

public java.lang.Boolean getConnectionModeConsultConferenceHold()
Returns the value of field 'connectionModeConsultConferenceHold'.

Returns:
Boolean

getConnectionModeDeflect

public java.lang.Boolean getConnectionModeDeflect()
Returns the value of field 'connectionModeDeflect'.

Returns:
Boolean

getConnectionModeDirect

public java.lang.Boolean getConnectionModeDirect()
Returns the value of field 'connectionModeDirect'.

Returns:
Boolean

getConnectionModeDirectedPickup

public java.lang.Boolean getConnectionModeDirectedPickup()
Returns the value of field 'connectionModeDirectedPickup'.

Returns:
Boolean

getConnectionModeJoin

public java.lang.Boolean getConnectionModeJoin()
Returns the value of field 'connectionModeJoin'.

Returns:
Boolean

getConnectionModeSingleStepConference

public java.lang.Boolean getConnectionModeSingleStepConference()
Returns the value of field 'connectionModeSingleStepConference'.

Returns:
Boolean

getConnectionModeSingleStepConferenceHold

public java.lang.Boolean getConnectionModeSingleStepConferenceHold()
Returns the value of field 'connectionModeSingleStepConferenceHold'.

Returns:
Boolean

getConnectionModeSingleStepTransfer

public java.lang.Boolean getConnectionModeSingleStepTransfer()
Returns the value of field 'connectionModeSingleStepTransfer'.

Returns:
Boolean

getConnectionModeTransfer

public java.lang.Boolean getConnectionModeTransfer()
Returns the value of field 'connectionModeTransfer'.

Returns:
Boolean

getDeviceIDOnly

public java.lang.Boolean getDeviceIDOnly()
Returns the value of field 'deviceIDOnly'.

Returns:
Boolean

getMediaConnectionInfoInAck

public java.lang.Boolean getMediaConnectionInfoInAck()
Returns the value of field 'mediaConnectionInfoInAck'.

Returns:
Boolean

getMediaServiceInstanceID

public java.lang.Boolean getMediaServiceInstanceID()
Returns the value of field 'mediaServiceInstanceID'.

Returns:
Boolean

getMediaServiceInstanceIDInAck

public java.lang.Boolean getMediaServiceInstanceIDInAck()
Returns the value of field 'mediaServiceInstanceIDInAck'.

Returns:
Boolean

getMediaServiceVersion

public java.lang.Boolean getMediaServiceVersion()
Returns the value of field 'mediaServiceVersion'.

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

getRequestedConnectionState

public java.lang.Boolean getRequestedConnectionState()
Returns the value of field 'requestedConnectionState'.

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

setAckModelMultiStep

public void setAckModelMultiStep(java.lang.Boolean ackModelMultiStep)
Sets the value of field 'ackModelMultiStep'.

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

setConnectionModeConsultConference

public void setConnectionModeConsultConference(java.lang.Boolean connectionModeConsultConference)
Sets the value of field 'connectionModeConsultConference'.

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

setConnectionModeConsultConferenceHold

public void setConnectionModeConsultConferenceHold(java.lang.Boolean connectionModeConsultConferenceHold)
Sets the value of field 'connectionModeConsultConferenceHold'.

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

setConnectionModeDeflect

public void setConnectionModeDeflect(java.lang.Boolean connectionModeDeflect)
Sets the value of field 'connectionModeDeflect'.

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

setConnectionModeDirect

public void setConnectionModeDirect(java.lang.Boolean connectionModeDirect)
Sets the value of field 'connectionModeDirect'.

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

setConnectionModeDirectedPickup

public void setConnectionModeDirectedPickup(java.lang.Boolean connectionModeDirectedPickup)
Sets the value of field 'connectionModeDirectedPickup'.

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

setConnectionModeJoin

public void setConnectionModeJoin(java.lang.Boolean connectionModeJoin)
Sets the value of field 'connectionModeJoin'.

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

setConnectionModeSingleStepConference

public void setConnectionModeSingleStepConference(java.lang.Boolean connectionModeSingleStepConference)
Sets the value of field 'connectionModeSingleStepConference'.

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

setConnectionModeSingleStepConferenceHold

public void setConnectionModeSingleStepConferenceHold(java.lang.Boolean connectionModeSingleStepConferenceHold)
Sets the value of field 'connectionModeSingleStepConferenceHold'.

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

setConnectionModeSingleStepTransfer

public void setConnectionModeSingleStepTransfer(java.lang.Boolean connectionModeSingleStepTransfer)
Sets the value of field 'connectionModeSingleStepTransfer'.

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

setConnectionModeTransfer

public void setConnectionModeTransfer(java.lang.Boolean connectionModeTransfer)
Sets the value of field 'connectionModeTransfer'.

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

setDeviceIDOnly

public void setDeviceIDOnly(java.lang.Boolean deviceIDOnly)
Sets the value of field 'deviceIDOnly'.

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

setMediaConnectionInfoInAck

public void setMediaConnectionInfoInAck(java.lang.Boolean mediaConnectionInfoInAck)
Sets the value of field 'mediaConnectionInfoInAck'.

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

setMediaServiceInstanceID

public void setMediaServiceInstanceID(java.lang.Boolean mediaServiceInstanceID)
Sets the value of field 'mediaServiceInstanceID'.

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

setMediaServiceInstanceIDInAck

public void setMediaServiceInstanceIDInAck(java.lang.Boolean mediaServiceInstanceIDInAck)
Sets the value of field 'mediaServiceInstanceIDInAck'.

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

setMediaServiceVersion

public void setMediaServiceVersion(java.lang.Boolean mediaServiceVersion)
Sets the value of field 'mediaServiceVersion'.

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

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'

setRequestedConnectionState

public void setRequestedConnectionState(java.lang.Boolean requestedConnectionState)
Sets the value of field 'requestedConnectionState'.

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

unmarshalAttachMediaServiceCaps

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

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