4.1.0.610 20071213

ch.ecma.csta.binding
Class IOServicesServList

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

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

Class IOServicesServList.

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

Constructor Summary
IOServicesServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DataPathResumedCaps getDataPathResumed()
          Returns the value of field 'dataPathResumed'.
 DataPathSuspendedCaps getDataPathSuspended()
          Returns the value of field 'dataPathSuspended'.
 FastDataCaps getFastData()
          Returns the value of field 'fastData'.
 IoRegisterCaps getIoRegister()
          Returns the value of field 'ioRegister'.
 IoRegisterAbortCaps getIoRegisterAbort()
          Returns the value of field 'ioRegisterAbort'.
 IoRegisterCancelCaps getIoRegisterCancel()
          Returns the value of field 'ioRegisterCancel'.
 ResumeDataPathCaps getResumeDataPath()
          Returns the value of field 'resumeDataPath'.
 SendBroadcastDataCaps getSendBroadcastData()
          Returns the value of field 'sendBroadcastData'.
 SendDataCaps getSendData()
          Returns the value of field 'sendData'.
 SendMulticastDataCaps getSendMulticastData()
          Returns the value of field 'sendMulticastData'.
 StartDataPathCaps getStartDataPath()
          Returns the value of field 'startDataPath'.
 StopDataPathCaps getStopDataPath()
          Returns the value of field 'stopDataPath'.
 SuspendDataPathCaps getSuspendDataPath()
          Returns the value of field 'suspendDataPath'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDataPathResumed(DataPathResumedCaps dataPathResumed)
          Sets the value of field 'dataPathResumed'.
 void setDataPathSuspended(DataPathSuspendedCaps dataPathSuspended)
          Sets the value of field 'dataPathSuspended'.
 void setFastData(FastDataCaps fastData)
          Sets the value of field 'fastData'.
 void setIoRegister(IoRegisterCaps ioRegister)
          Sets the value of field 'ioRegister'.
 void setIoRegisterAbort(IoRegisterAbortCaps ioRegisterAbort)
          Sets the value of field 'ioRegisterAbort'.
 void setIoRegisterCancel(IoRegisterCancelCaps ioRegisterCancel)
          Sets the value of field 'ioRegisterCancel'.
 void setResumeDataPath(ResumeDataPathCaps resumeDataPath)
          Sets the value of field 'resumeDataPath'.
 void setSendBroadcastData(SendBroadcastDataCaps sendBroadcastData)
          Sets the value of field 'sendBroadcastData'.
 void setSendData(SendDataCaps sendData)
          Sets the value of field 'sendData'.
 void setSendMulticastData(SendMulticastDataCaps sendMulticastData)
          Sets the value of field 'sendMulticastData'.
 void setStartDataPath(StartDataPathCaps startDataPath)
          Sets the value of field 'startDataPath'.
 void setStopDataPath(StopDataPathCaps stopDataPath)
          Sets the value of field 'stopDataPath'.
 void setSuspendDataPath(SuspendDataPathCaps suspendDataPath)
          Sets the value of field 'suspendDataPath'.
static IOServicesServList unmarshalIOServicesServList(java.io.Reader reader)
          Method unmarshalIOServicesServList
 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

IOServicesServList

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

getDataPathResumed

public DataPathResumedCaps getDataPathResumed()
Returns the value of field 'dataPathResumed'.

Returns:
DataPathResumedCaps

getDataPathSuspended

public DataPathSuspendedCaps getDataPathSuspended()
Returns the value of field 'dataPathSuspended'.

Returns:
DataPathSuspendedCaps

getFastData

public FastDataCaps getFastData()
Returns the value of field 'fastData'.

Returns:
FastDataCaps

getIoRegister

public IoRegisterCaps getIoRegister()
Returns the value of field 'ioRegister'.

Returns:
IoRegisterCaps

getIoRegisterAbort

public IoRegisterAbortCaps getIoRegisterAbort()
Returns the value of field 'ioRegisterAbort'.

Returns:
IoRegisterAbortCaps

getIoRegisterCancel

public IoRegisterCancelCaps getIoRegisterCancel()
Returns the value of field 'ioRegisterCancel'.

Returns:
IoRegisterCancelCaps

getResumeDataPath

public ResumeDataPathCaps getResumeDataPath()
Returns the value of field 'resumeDataPath'.

Returns:
ResumeDataPathCaps

getSendBroadcastData

public SendBroadcastDataCaps getSendBroadcastData()
Returns the value of field 'sendBroadcastData'.

Returns:
SendBroadcastDataCaps

getSendData

public SendDataCaps getSendData()
Returns the value of field 'sendData'.

Returns:
SendDataCaps

getSendMulticastData

public SendMulticastDataCaps getSendMulticastData()
Returns the value of field 'sendMulticastData'.

Returns:
SendMulticastDataCaps

getStartDataPath

public StartDataPathCaps getStartDataPath()
Returns the value of field 'startDataPath'.

Returns:
StartDataPathCaps

getStopDataPath

public StopDataPathCaps getStopDataPath()
Returns the value of field 'stopDataPath'.

Returns:
StopDataPathCaps

getSuspendDataPath

public SuspendDataPathCaps getSuspendDataPath()
Returns the value of field 'suspendDataPath'.

Returns:
SuspendDataPathCaps

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

setDataPathResumed

public void setDataPathResumed(DataPathResumedCaps dataPathResumed)
Sets the value of field 'dataPathResumed'.

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

setDataPathSuspended

public void setDataPathSuspended(DataPathSuspendedCaps dataPathSuspended)
Sets the value of field 'dataPathSuspended'.

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

setFastData

public void setFastData(FastDataCaps fastData)
Sets the value of field 'fastData'.

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

setIoRegister

public void setIoRegister(IoRegisterCaps ioRegister)
Sets the value of field 'ioRegister'.

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

setIoRegisterAbort

public void setIoRegisterAbort(IoRegisterAbortCaps ioRegisterAbort)
Sets the value of field 'ioRegisterAbort'.

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

setIoRegisterCancel

public void setIoRegisterCancel(IoRegisterCancelCaps ioRegisterCancel)
Sets the value of field 'ioRegisterCancel'.

Parameters:
ioRegisterCancel - the value of field 'ioRegisterCancel'

setResumeDataPath

public void setResumeDataPath(ResumeDataPathCaps resumeDataPath)
Sets the value of field 'resumeDataPath'.

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

setSendBroadcastData

public void setSendBroadcastData(SendBroadcastDataCaps sendBroadcastData)
Sets the value of field 'sendBroadcastData'.

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

setSendData

public void setSendData(SendDataCaps sendData)
Sets the value of field 'sendData'.

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

setSendMulticastData

public void setSendMulticastData(SendMulticastDataCaps sendMulticastData)
Sets the value of field 'sendMulticastData'.

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

setStartDataPath

public void setStartDataPath(StartDataPathCaps startDataPath)
Sets the value of field 'startDataPath'.

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

setStopDataPath

public void setStopDataPath(StopDataPathCaps stopDataPath)
Sets the value of field 'stopDataPath'.

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

setSuspendDataPath

public void setSuspendDataPath(SuspendDataPathCaps suspendDataPath)
Sets the value of field 'suspendDataPath'.

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

unmarshalIOServicesServList

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

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