4.1.0.610 20071213

ch.ecma.csta.binding
Class StartDataPathCaps

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

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

Class StartDataPathCaps.

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

Constructor Summary
StartDataPathCaps()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getDataPathDirectionBidirectional()
          Returns the value of field 'dataPathDirectionBidirectional'.
 java.lang.Boolean getDataPathDirectionCfToObject()
          Returns the value of field 'dataPathDirectionCfToObject'.
 java.lang.Boolean getDataPathDirectionObjectToCf()
          Returns the value of field 'dataPathDirectionObjectToCf'.
 java.lang.Boolean getDataPathTypeText()
          Returns the value of field 'dataPathTypeText'.
 java.lang.Boolean getDataPathTypeVoice()
          Returns the value of field 'dataPathTypeVoice'.
 java.lang.Boolean getNumberOfCharsToCollect()
          Returns the value of field 'numberOfCharsToCollect'.
 java.lang.Boolean getNumberOfCharsToCollectInAck()
          Returns the value of field 'numberOfCharsToCollectInAck'.
 java.lang.Boolean getObjectCall()
          Returns the value of field 'objectCall'.
 java.lang.Boolean getObjectDevice()
          Returns the value of field 'objectDevice'.
 java.lang.Boolean getPrivateData()
          Returns the value of field 'privateData'.
 java.lang.Boolean getPrivateDataInAck()
          Returns the value of field 'privateDataInAck'.
 java.lang.Boolean getTerminationChar()
          Returns the value of field 'terminationChar'.
 java.lang.Boolean getTerminationCharInAck()
          Returns the value of field 'terminationCharInAck'.
 java.lang.Boolean getTimeout()
          Returns the value of field 'timeout'.
 java.lang.Boolean getTimeoutInAck()
          Returns the value of field 'timeoutInAck'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDataPathDirectionBidirectional(java.lang.Boolean dataPathDirectionBidirectional)
          Sets the value of field 'dataPathDirectionBidirectional'.
 void setDataPathDirectionCfToObject(java.lang.Boolean dataPathDirectionCfToObject)
          Sets the value of field 'dataPathDirectionCfToObject'.
 void setDataPathDirectionObjectToCf(java.lang.Boolean dataPathDirectionObjectToCf)
          Sets the value of field 'dataPathDirectionObjectToCf'.
 void setDataPathTypeText(java.lang.Boolean dataPathTypeText)
          Sets the value of field 'dataPathTypeText'.
 void setDataPathTypeVoice(java.lang.Boolean dataPathTypeVoice)
          Sets the value of field 'dataPathTypeVoice'.
 void setNumberOfCharsToCollect(java.lang.Boolean numberOfCharsToCollect)
          Sets the value of field 'numberOfCharsToCollect'.
 void setNumberOfCharsToCollectInAck(java.lang.Boolean numberOfCharsToCollectInAck)
          Sets the value of field 'numberOfCharsToCollectInAck'.
 void setObjectCall(java.lang.Boolean objectCall)
          Sets the value of field 'objectCall'.
 void setObjectDevice(java.lang.Boolean objectDevice)
          Sets the value of field 'objectDevice'.
 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 setTerminationChar(java.lang.Boolean terminationChar)
          Sets the value of field 'terminationChar'.
 void setTerminationCharInAck(java.lang.Boolean terminationCharInAck)
          Sets the value of field 'terminationCharInAck'.
 void setTimeout(java.lang.Boolean timeout)
          Sets the value of field 'timeout'.
 void setTimeoutInAck(java.lang.Boolean timeoutInAck)
          Sets the value of field 'timeoutInAck'.
static StartDataPathCaps unmarshalStartDataPathCaps(java.io.Reader reader)
          Method unmarshalStartDataPathCaps
 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

StartDataPathCaps

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

getDataPathDirectionBidirectional

public java.lang.Boolean getDataPathDirectionBidirectional()
Returns the value of field 'dataPathDirectionBidirectional'.

Returns:
Boolean

getDataPathDirectionCfToObject

public java.lang.Boolean getDataPathDirectionCfToObject()
Returns the value of field 'dataPathDirectionCfToObject'.

Returns:
Boolean

getDataPathDirectionObjectToCf

public java.lang.Boolean getDataPathDirectionObjectToCf()
Returns the value of field 'dataPathDirectionObjectToCf'.

Returns:
Boolean

getDataPathTypeText

public java.lang.Boolean getDataPathTypeText()
Returns the value of field 'dataPathTypeText'.

Returns:
Boolean

getDataPathTypeVoice

public java.lang.Boolean getDataPathTypeVoice()
Returns the value of field 'dataPathTypeVoice'.

Returns:
Boolean

getNumberOfCharsToCollect

public java.lang.Boolean getNumberOfCharsToCollect()
Returns the value of field 'numberOfCharsToCollect'.

Returns:
Boolean

getNumberOfCharsToCollectInAck

public java.lang.Boolean getNumberOfCharsToCollectInAck()
Returns the value of field 'numberOfCharsToCollectInAck'.

Returns:
Boolean

getObjectCall

public java.lang.Boolean getObjectCall()
Returns the value of field 'objectCall'.

Returns:
Boolean

getObjectDevice

public java.lang.Boolean getObjectDevice()
Returns the value of field 'objectDevice'.

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

getTerminationChar

public java.lang.Boolean getTerminationChar()
Returns the value of field 'terminationChar'.

Returns:
Boolean

getTerminationCharInAck

public java.lang.Boolean getTerminationCharInAck()
Returns the value of field 'terminationCharInAck'.

Returns:
Boolean

getTimeout

public java.lang.Boolean getTimeout()
Returns the value of field 'timeout'.

Returns:
Boolean

getTimeoutInAck

public java.lang.Boolean getTimeoutInAck()
Returns the value of field 'timeoutInAck'.

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

setDataPathDirectionBidirectional

public void setDataPathDirectionBidirectional(java.lang.Boolean dataPathDirectionBidirectional)
Sets the value of field 'dataPathDirectionBidirectional'.

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

setDataPathDirectionCfToObject

public void setDataPathDirectionCfToObject(java.lang.Boolean dataPathDirectionCfToObject)
Sets the value of field 'dataPathDirectionCfToObject'.

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

setDataPathDirectionObjectToCf

public void setDataPathDirectionObjectToCf(java.lang.Boolean dataPathDirectionObjectToCf)
Sets the value of field 'dataPathDirectionObjectToCf'.

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

setDataPathTypeText

public void setDataPathTypeText(java.lang.Boolean dataPathTypeText)
Sets the value of field 'dataPathTypeText'.

Parameters:
dataPathTypeText - the value of field 'dataPathTypeText'

setDataPathTypeVoice

public void setDataPathTypeVoice(java.lang.Boolean dataPathTypeVoice)
Sets the value of field 'dataPathTypeVoice'.

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

setNumberOfCharsToCollect

public void setNumberOfCharsToCollect(java.lang.Boolean numberOfCharsToCollect)
Sets the value of field 'numberOfCharsToCollect'.

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

setNumberOfCharsToCollectInAck

public void setNumberOfCharsToCollectInAck(java.lang.Boolean numberOfCharsToCollectInAck)
Sets the value of field 'numberOfCharsToCollectInAck'.

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

setObjectCall

public void setObjectCall(java.lang.Boolean objectCall)
Sets the value of field 'objectCall'.

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

setObjectDevice

public void setObjectDevice(java.lang.Boolean objectDevice)
Sets the value of field 'objectDevice'.

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

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'

setTerminationChar

public void setTerminationChar(java.lang.Boolean terminationChar)
Sets the value of field 'terminationChar'.

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

setTerminationCharInAck

public void setTerminationCharInAck(java.lang.Boolean terminationCharInAck)
Sets the value of field 'terminationCharInAck'.

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

setTimeout

public void setTimeout(java.lang.Boolean timeout)
Sets the value of field 'timeout'.

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

setTimeoutInAck

public void setTimeoutInAck(java.lang.Boolean timeoutInAck)
Sets the value of field 'timeoutInAck'.

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

unmarshalStartDataPathCaps

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

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