4.1.0.610 20071213

ch.ecma.csta.binding
Class StartDataPath

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

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

Not supported.

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

Constructor Summary
StartDataPath()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DataPathDirection getDataPathDirection()
          Returns the value of field 'dataPathDirection'.
 DataPathType getDataPathType()
          Returns the value of field 'dataPathType'.
 java.lang.String getDisplayID()
          Returns the value of field 'displayID'.
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 java.lang.String getIoRegisterReqID()
          Returns the value of field 'ioRegisterReqID'.
 java.lang.Long getNumberOfCharactersToCollect()
          Returns the value of field 'numberOfCharactersToCollect'.
 CSTAObject getObject()
          Returns the value of field 'object'.
 java.lang.String getTerminationCharacter()
          Returns the value of field 'terminationCharacter'.
 java.lang.Long getTimeout()
          Returns the value of field 'timeout'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDataPathDirection(DataPathDirection dataPathDirection)
          Sets the value of field 'dataPathDirection'.
 void setDataPathType(DataPathType dataPathType)
          Sets the value of field 'dataPathType'.
 void setDisplayID(java.lang.String displayID)
          Sets the value of field 'displayID'.
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setIoRegisterReqID(java.lang.String ioRegisterReqID)
          Sets the value of field 'ioRegisterReqID'.
 void setNumberOfCharactersToCollect(java.lang.Long numberOfCharactersToCollect)
          Sets the value of field 'numberOfCharactersToCollect'.
 void setObject(CSTAObject object)
          Sets the value of field 'object'.
 void setTerminationCharacter(java.lang.String terminationCharacter)
          Sets the value of field 'terminationCharacter'.
 void setTimeout(java.lang.Long timeout)
          Sets the value of field 'timeout'.
static StartDataPath unmarshalStartDataPath(java.io.Reader reader)
          Method unmarshalStartDataPath
 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

StartDataPath

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

getDataPathDirection

public DataPathDirection getDataPathDirection()
Returns the value of field 'dataPathDirection'.

Returns:
DataPathDirection

getDataPathType

public DataPathType getDataPathType()
Returns the value of field 'dataPathType'.

Returns:
DataPathType

getDisplayID

public java.lang.String getDisplayID()
Returns the value of field 'displayID'.

Returns:
String

getExtensions

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

Returns:
CSTACommonArguments

getIoRegisterReqID

public java.lang.String getIoRegisterReqID()
Returns the value of field 'ioRegisterReqID'.

Returns:
String

getNumberOfCharactersToCollect

public java.lang.Long getNumberOfCharactersToCollect()
Returns the value of field 'numberOfCharactersToCollect'.

Returns:
Long

getObject

public CSTAObject getObject()
Returns the value of field 'object'.

Returns:
CSTAObject

getTerminationCharacter

public java.lang.String getTerminationCharacter()
Returns the value of field 'terminationCharacter'.

Returns:
String

getTimeout

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

Returns:
Long

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

setDataPathDirection

public void setDataPathDirection(DataPathDirection dataPathDirection)
Sets the value of field 'dataPathDirection'.

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

setDataPathType

public void setDataPathType(DataPathType dataPathType)
Sets the value of field 'dataPathType'.

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

setDisplayID

public void setDisplayID(java.lang.String displayID)
Sets the value of field 'displayID'.

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

setExtensions

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

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

setIoRegisterReqID

public void setIoRegisterReqID(java.lang.String ioRegisterReqID)
Sets the value of field 'ioRegisterReqID'.

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

setNumberOfCharactersToCollect

public void setNumberOfCharactersToCollect(java.lang.Long numberOfCharactersToCollect)
Sets the value of field 'numberOfCharactersToCollect'.

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

setObject

public void setObject(CSTAObject object)
Sets the value of field 'object'.

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

setTerminationCharacter

public void setTerminationCharacter(java.lang.String terminationCharacter)
Sets the value of field 'terminationCharacter'.

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

setTimeout

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

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

unmarshalStartDataPath

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

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