4.1.0.610 20071213

ch.ecma.csta.binding
Class AttachMediaServiceResponse

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

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

Not supported. The positive acknowledgement of an Attach Media Service request.

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

Constructor Summary
AttachMediaServiceResponse()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 ConnectionID getMediaConnection()
          Returns the value of field 'mediaConnection'.
 ConnectionInformation getMediaConnectionInfo()
          Returns the value of field 'mediaConnectionInfo'.
 DeviceID getMediaDevice()
          Returns the value of field 'mediaDevice'.
 java.lang.String getMediaServiceInstanceID()
          Returns the value of field 'mediaServiceInstanceID'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setMediaConnection(ConnectionID mediaConnection)
          Sets the value of field 'mediaConnection'.
 void setMediaConnectionInfo(ConnectionInformation mediaConnectionInfo)
          Sets the value of field 'mediaConnectionInfo'.
 void setMediaDevice(DeviceID mediaDevice)
          Sets the value of field 'mediaDevice'.
 void setMediaServiceInstanceID(java.lang.String mediaServiceInstanceID)
          Sets the value of field 'mediaServiceInstanceID'.
static AttachMediaServiceResponse unmarshalAttachMediaServiceResponse(java.io.Reader reader)
          Method unmarshalAttachMediaServiceResponse
 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

AttachMediaServiceResponse

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

getExtensions

public CSTACommonArguments getExtensions()
Returns the value of field 'extensions'.

Returns:
CSTACommonArguments

getMediaConnection

public ConnectionID getMediaConnection()
Returns the value of field 'mediaConnection'. The field 'mediaConnection' has the following description: Specifies the connection at the media access device. See CSTA Functional Requirements #7 of the AttachMediaService class.

Returns:
ConnectionID

getMediaConnectionInfo

public ConnectionInformation getMediaConnectionInfo()
Returns the value of field 'mediaConnectionInfo'. The field 'mediaConnectionInfo' has the following description: Specifies the connection information associated with the mediaConnection connection. Optional. If this parameter is not present, then the connection information is switching function specific.

Returns:
ConnectionInformation

getMediaDevice

public DeviceID getMediaDevice()
Returns the value of field 'mediaDevice'. The field 'mediaDevice' has the following description: Specifies the device identifier of the media access device. See CSTA Functional Requirements #7of the AttachMediaService class.

Returns:
DeviceID

getMediaServiceInstanceID

public java.lang.String getMediaServiceInstanceID()
Returns the value of field 'mediaServiceInstanceID'. The field 'mediaServiceInstanceID' has the following description: Specifies the media service instance used. Optional.

Returns:
String

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

setExtensions

public void setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'.

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

setMediaConnection

public void setMediaConnection(ConnectionID mediaConnection)
Sets the value of field 'mediaConnection'. The field 'mediaConnection' has the following description: Specifies the connection at the media access device. See CSTA Functional Requirements #7 of the AttachMediaService class.

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

setMediaConnectionInfo

public void setMediaConnectionInfo(ConnectionInformation mediaConnectionInfo)
Sets the value of field 'mediaConnectionInfo'. The field 'mediaConnectionInfo' has the following description: Specifies the connection information associated with the mediaConnection connection. Optional. If this parameter is not present, then the connection information is switching function specific.

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

setMediaDevice

public void setMediaDevice(DeviceID mediaDevice)
Sets the value of field 'mediaDevice'. The field 'mediaDevice' has the following description: Specifies the device identifier of the media access device. See CSTA Functional Requirements #7of the AttachMediaService class.

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

setMediaServiceInstanceID

public void setMediaServiceInstanceID(java.lang.String mediaServiceInstanceID)
Sets the value of field 'mediaServiceInstanceID'. The field 'mediaServiceInstanceID' has the following description: Specifies the media service instance used. Optional.

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

unmarshalAttachMediaServiceResponse

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

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