4.1.0.610 20071213

ch.ecma.csta.binding
Class SnapshotDeviceCaps

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

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

Class SnapshotDeviceCaps.

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

Constructor Summary
SnapshotDeviceCaps()
           
 
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 getLocalCallStateCompoundCallState()
          Returns the value of field 'localCallStateCompoundCallState'.
 java.lang.Boolean getLocalCallStateSimpleCallState()
          Returns the value of field 'localCallStateSimpleCallState'.
 java.lang.Boolean getLocalCallStateUnknown()
          Returns the value of field 'localCallStateUnknown'.
 java.lang.Boolean getMediaCallCharacteristicsInAck()
          Returns the value of field 'mediaCallCharacteristicsInAck'.
 java.lang.Boolean getMediaServiceInfoListInAck()
          Returns the value of field 'mediaServiceInfoListInAck'.
 java.lang.Boolean getMediaServiceInstanceInAck()
          Returns the value of field 'mediaServiceInstanceInAck'.
 java.lang.Boolean getMediaServiceVersionInAck()
          Returns the value of field 'mediaServiceVersionInAck'.
 java.lang.Boolean getMediaStreamID()
          Returns the value of field 'mediaStreamID'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getReportsWithSnapsDeviceData()
          Returns the value of field 'reportsWithSnapsDeviceData'.
 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 setLocalCallStateCompoundCallState(java.lang.Boolean localCallStateCompoundCallState)
          Sets the value of field 'localCallStateCompoundCallState'.
 void setLocalCallStateSimpleCallState(java.lang.Boolean localCallStateSimpleCallState)
          Sets the value of field 'localCallStateSimpleCallState'.
 void setLocalCallStateUnknown(java.lang.Boolean localCallStateUnknown)
          Sets the value of field 'localCallStateUnknown'.
 void setMediaCallCharacteristicsInAck(java.lang.Boolean mediaCallCharacteristicsInAck)
          Sets the value of field 'mediaCallCharacteristicsInAck'.
 void setMediaServiceInfoListInAck(java.lang.Boolean mediaServiceInfoListInAck)
          Sets the value of field 'mediaServiceInfoListInAck'.
 void setMediaServiceInstanceInAck(java.lang.Boolean mediaServiceInstanceInAck)
          Sets the value of field 'mediaServiceInstanceInAck'.
 void setMediaServiceVersionInAck(java.lang.Boolean mediaServiceVersionInAck)
          Sets the value of field 'mediaServiceVersionInAck'.
 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 setPrivateDataInAck(java.lang.Boolean privateDataInAck)
          Sets the value of field 'privateDataInAck'.
 void setReportsWithSnapsDeviceData(java.lang.Boolean reportsWithSnapsDeviceData)
          Sets the value of field 'reportsWithSnapsDeviceData'.
static SnapshotDeviceCaps unmarshalSnapshotDeviceCaps(java.io.Reader reader)
          Method unmarshalSnapshotDeviceCaps
 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

SnapshotDeviceCaps

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

getLocalCallStateCompoundCallState

public java.lang.Boolean getLocalCallStateCompoundCallState()
Returns the value of field 'localCallStateCompoundCallState'.

Returns:
Boolean

getLocalCallStateSimpleCallState

public java.lang.Boolean getLocalCallStateSimpleCallState()
Returns the value of field 'localCallStateSimpleCallState'.

Returns:
Boolean

getLocalCallStateUnknown

public java.lang.Boolean getLocalCallStateUnknown()
Returns the value of field 'localCallStateUnknown'.

Returns:
Boolean

getMediaCallCharacteristicsInAck

public java.lang.Boolean getMediaCallCharacteristicsInAck()
Returns the value of field 'mediaCallCharacteristicsInAck'.

Returns:
Boolean

getMediaServiceInfoListInAck

public java.lang.Boolean getMediaServiceInfoListInAck()
Returns the value of field 'mediaServiceInfoListInAck'.

Returns:
Boolean

getMediaServiceInstanceInAck

public java.lang.Boolean getMediaServiceInstanceInAck()
Returns the value of field 'mediaServiceInstanceInAck'.

Returns:
Boolean

getMediaServiceVersionInAck

public java.lang.Boolean getMediaServiceVersionInAck()
Returns the value of field 'mediaServiceVersionInAck'.

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

getPrivateDataInAck

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

Returns:
Boolean

getReportsWithSnapsDeviceData

public java.lang.Boolean getReportsWithSnapsDeviceData()
Returns the value of field 'reportsWithSnapsDeviceData'.

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'.

setLocalCallStateCompoundCallState

public void setLocalCallStateCompoundCallState(java.lang.Boolean localCallStateCompoundCallState)
Sets the value of field 'localCallStateCompoundCallState'.

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

setLocalCallStateSimpleCallState

public void setLocalCallStateSimpleCallState(java.lang.Boolean localCallStateSimpleCallState)
Sets the value of field 'localCallStateSimpleCallState'.

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

setLocalCallStateUnknown

public void setLocalCallStateUnknown(java.lang.Boolean localCallStateUnknown)
Sets the value of field 'localCallStateUnknown'.

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

setMediaCallCharacteristicsInAck

public void setMediaCallCharacteristicsInAck(java.lang.Boolean mediaCallCharacteristicsInAck)
Sets the value of field 'mediaCallCharacteristicsInAck'.

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

setMediaServiceInfoListInAck

public void setMediaServiceInfoListInAck(java.lang.Boolean mediaServiceInfoListInAck)
Sets the value of field 'mediaServiceInfoListInAck'.

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

setMediaServiceInstanceInAck

public void setMediaServiceInstanceInAck(java.lang.Boolean mediaServiceInstanceInAck)
Sets the value of field 'mediaServiceInstanceInAck'.

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

setMediaServiceVersionInAck

public void setMediaServiceVersionInAck(java.lang.Boolean mediaServiceVersionInAck)
Sets the value of field 'mediaServiceVersionInAck'.

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

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'.

setPrivateDataInAck

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

Parameters:
privateDataInAck - the value of field 'privateDataInAck'

setReportsWithSnapsDeviceData

public void setReportsWithSnapsDeviceData(java.lang.Boolean reportsWithSnapsDeviceData)
Sets the value of field 'reportsWithSnapsDeviceData'.

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

unmarshalSnapshotDeviceCaps

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

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