4.1.0.610 20071213

ch.ecma.csta.binding
Class DataCollectionServList

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

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

Class DataCollectionServList.

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

Constructor Summary
DataCollectionServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DataCollectedCaps getDataCollected()
          Returns the value of field 'dataCollected'.
 DataCollectionResumedCaps getDataCollectionResumed()
          Returns the value of field 'dataCollectionResumed'.
 DataCollectionSuspendedCaps getDataCollectionSuspended()
          Returns the value of field 'dataCollectionSuspended'.
 ResumeDataCollectionCaps getResumeDataCollection()
          Returns the value of field 'resumeDataCollection'.
 StartDataCollectionCaps getStartDataCollection()
          Returns the value of field 'startDataCollection'.
 StopDataCollectionCaps getStopDataCollection()
          Returns the value of field 'stopDataCollection'.
 SuspendDataCollectionCaps getSuspendDataCollection()
          Returns the value of field 'suspendDataCollection'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDataCollected(DataCollectedCaps dataCollected)
          Sets the value of field 'dataCollected'.
 void setDataCollectionResumed(DataCollectionResumedCaps dataCollectionResumed)
          Sets the value of field 'dataCollectionResumed'.
 void setDataCollectionSuspended(DataCollectionSuspendedCaps dataCollectionSuspended)
          Sets the value of field 'dataCollectionSuspended'.
 void setResumeDataCollection(ResumeDataCollectionCaps resumeDataCollection)
          Sets the value of field 'resumeDataCollection'.
 void setStartDataCollection(StartDataCollectionCaps startDataCollection)
          Sets the value of field 'startDataCollection'.
 void setStopDataCollection(StopDataCollectionCaps stopDataCollection)
          Sets the value of field 'stopDataCollection'.
 void setSuspendDataCollection(SuspendDataCollectionCaps suspendDataCollection)
          Sets the value of field 'suspendDataCollection'.
static DataCollectionServList unmarshalDataCollectionServList(java.io.Reader reader)
          Method unmarshalDataCollectionServList
 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

DataCollectionServList

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

getDataCollected

public DataCollectedCaps getDataCollected()
Returns the value of field 'dataCollected'.

Returns:
DataCollectedCaps

getDataCollectionResumed

public DataCollectionResumedCaps getDataCollectionResumed()
Returns the value of field 'dataCollectionResumed'.

Returns:
DataCollectionResumedCaps

getDataCollectionSuspended

public DataCollectionSuspendedCaps getDataCollectionSuspended()
Returns the value of field 'dataCollectionSuspended'.

Returns:
DataCollectionSuspendedCaps

getResumeDataCollection

public ResumeDataCollectionCaps getResumeDataCollection()
Returns the value of field 'resumeDataCollection'.

Returns:
ResumeDataCollectionCaps

getStartDataCollection

public StartDataCollectionCaps getStartDataCollection()
Returns the value of field 'startDataCollection'.

Returns:
StartDataCollectionCaps

getStopDataCollection

public StopDataCollectionCaps getStopDataCollection()
Returns the value of field 'stopDataCollection'.

Returns:
StopDataCollectionCaps

getSuspendDataCollection

public SuspendDataCollectionCaps getSuspendDataCollection()
Returns the value of field 'suspendDataCollection'.

Returns:
SuspendDataCollectionCaps

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

setDataCollected

public void setDataCollected(DataCollectedCaps dataCollected)
Sets the value of field 'dataCollected'.

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

setDataCollectionResumed

public void setDataCollectionResumed(DataCollectionResumedCaps dataCollectionResumed)
Sets the value of field 'dataCollectionResumed'.

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

setDataCollectionSuspended

public void setDataCollectionSuspended(DataCollectionSuspendedCaps dataCollectionSuspended)
Sets the value of field 'dataCollectionSuspended'.

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

setResumeDataCollection

public void setResumeDataCollection(ResumeDataCollectionCaps resumeDataCollection)
Sets the value of field 'resumeDataCollection'.

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

setStartDataCollection

public void setStartDataCollection(StartDataCollectionCaps startDataCollection)
Sets the value of field 'startDataCollection'.

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

setStopDataCollection

public void setStopDataCollection(StopDataCollectionCaps stopDataCollection)
Sets the value of field 'stopDataCollection'.

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

setSuspendDataCollection

public void setSuspendDataCollection(SuspendDataCollectionCaps suspendDataCollection)
Sets the value of field 'suspendDataCollection'.

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

unmarshalDataCollectionServList

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

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