4.1.0.610 20071213

ch.ecma.csta.binding
Class SnapshotCallDataCaps

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

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

Class SnapshotCallDataCaps.

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

Constructor Summary
SnapshotCallDataCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getConnectionInformation()
          Returns the value of field 'connectionInformation'.
 java.lang.Boolean getLocalConnectionState()
          Returns the value of field 'localConnectionState'.
 java.lang.Boolean getMediaServiceInformationList()
          Returns the value of field 'mediaServiceInformationList'.
 java.lang.Boolean getMediaServiceInstance()
          Returns the value of field 'mediaServiceInstance'.
 java.lang.Boolean getMediaServiceVersion()
          Returns the value of field 'mediaServiceVersion'.
 java.lang.Boolean getMediaStreamID()
          Returns the value of field 'mediaStreamID'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getSegmentID()
          Returns the value of field 'segmentID'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setConnectionInformation(java.lang.Boolean connectionInformation)
          Sets the value of field 'connectionInformation'.
 void setLocalConnectionState(java.lang.Boolean localConnectionState)
          Sets the value of field 'localConnectionState'.
 void setMediaServiceInformationList(java.lang.Boolean mediaServiceInformationList)
          Sets the value of field 'mediaServiceInformationList'.
 void setMediaServiceInstance(java.lang.Boolean mediaServiceInstance)
          Sets the value of field 'mediaServiceInstance'.
 void setMediaServiceVersion(java.lang.Boolean mediaServiceVersion)
          Sets the value of field 'mediaServiceVersion'.
 void setMediaStreamID(java.lang.Boolean mediaStreamID)
          Sets the value of field 'mediaStreamID'.
 void setPrivateData(java.lang.Boolean privateData)
          Sets the value of field 'privateData'.
 void setSegmentID(java.lang.Boolean segmentID)
          Sets the value of field 'segmentID'.
static SnapshotCallDataCaps unmarshalSnapshotCallDataCaps(java.io.Reader reader)
          Method unmarshalSnapshotCallDataCaps
 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

SnapshotCallDataCaps

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

getConnectionInformation

public java.lang.Boolean getConnectionInformation()
Returns the value of field 'connectionInformation'.

Returns:
Boolean

getLocalConnectionState

public java.lang.Boolean getLocalConnectionState()
Returns the value of field 'localConnectionState'.

Returns:
Boolean

getMediaServiceInformationList

public java.lang.Boolean getMediaServiceInformationList()
Returns the value of field 'mediaServiceInformationList'.

Returns:
Boolean

getMediaServiceInstance

public java.lang.Boolean getMediaServiceInstance()
Returns the value of field 'mediaServiceInstance'.

Returns:
Boolean

getMediaServiceVersion

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

Returns:
Boolean

getMediaStreamID

public java.lang.Boolean getMediaStreamID()
Returns the value of field 'mediaStreamID'.

Returns:
Boolean

getPrivateData

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

Returns:
Boolean

getSegmentID

public java.lang.Boolean getSegmentID()
Returns the value of field 'segmentID'.

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

setConnectionInformation

public void setConnectionInformation(java.lang.Boolean connectionInformation)
Sets the value of field 'connectionInformation'.

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

setLocalConnectionState

public void setLocalConnectionState(java.lang.Boolean localConnectionState)
Sets the value of field 'localConnectionState'.

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

setMediaServiceInformationList

public void setMediaServiceInformationList(java.lang.Boolean mediaServiceInformationList)
Sets the value of field 'mediaServiceInformationList'.

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

setMediaServiceInstance

public void setMediaServiceInstance(java.lang.Boolean mediaServiceInstance)
Sets the value of field 'mediaServiceInstance'.

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

setMediaServiceVersion

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

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

setMediaStreamID

public void setMediaStreamID(java.lang.Boolean mediaStreamID)
Sets the value of field 'mediaStreamID'.

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

setPrivateData

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

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

setSegmentID

public void setSegmentID(java.lang.Boolean segmentID)
Sets the value of field 'segmentID'.

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

unmarshalSnapshotCallDataCaps

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

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