4.1.0.610 20071213

ch.ecma.csta.binding
Class DelayToleranceList

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

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

Class DelayToleranceList.

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

Constructor Summary
DelayToleranceList()
           
 
Method Summary
 void addDelayTolerance(int index, java.lang.Long vDelayTolerance)
          Method addDelayTolerance
 void addDelayTolerance(java.lang.Long vDelayTolerance)
          Method addDelayTolerance
 java.util.Enumeration enumerateDelayTolerance()
          Method enumerateDelayTolerance
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Long[] getDelayTolerance()
          Method getDelayTolerance
 java.lang.Long getDelayTolerance(int index)
          Method getDelayTolerance
 int getDelayToleranceCount()
          Method getDelayToleranceCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllDelayTolerance()
          Method removeAllDelayTolerance
 java.lang.Long removeDelayTolerance(int index)
          Method removeDelayTolerance
 void setDelayTolerance(int index, java.lang.Long vDelayTolerance)
          Method setDelayTolerance
 void setDelayTolerance(java.lang.Long[] delayToleranceArray)
          Method setDelayTolerance
static DelayToleranceList unmarshalDelayToleranceList(java.io.Reader reader)
          Method unmarshalDelayToleranceList
 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

DelayToleranceList

public DelayToleranceList()
Method Detail

addDelayTolerance

public void addDelayTolerance(java.lang.Long vDelayTolerance)
                       throws java.lang.IndexOutOfBoundsException
Method addDelayTolerance

Parameters:
vDelayTolerance -
Throws:
java.lang.IndexOutOfBoundsException

addDelayTolerance

public void addDelayTolerance(int index,
                              java.lang.Long vDelayTolerance)
                       throws java.lang.IndexOutOfBoundsException
Method addDelayTolerance

Parameters:
index -
vDelayTolerance -
Throws:
java.lang.IndexOutOfBoundsException

enumerateDelayTolerance

public java.util.Enumeration enumerateDelayTolerance()
Method enumerateDelayTolerance

Returns:
Enumeration

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

getDelayTolerance

public java.lang.Long getDelayTolerance(int index)
                                 throws java.lang.IndexOutOfBoundsException
Method getDelayTolerance

Parameters:
index -
Returns:
Long
Throws:
java.lang.IndexOutOfBoundsException

getDelayTolerance

public java.lang.Long[] getDelayTolerance()
Method getDelayTolerance

Returns:
Long

getDelayToleranceCount

public int getDelayToleranceCount()
Method getDelayToleranceCount

Returns:
int

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

removeAllDelayTolerance

public void removeAllDelayTolerance()
Method removeAllDelayTolerance


removeDelayTolerance

public java.lang.Long removeDelayTolerance(int index)
Method removeDelayTolerance

Parameters:
index -
Returns:
Long

setDelayTolerance

public void setDelayTolerance(int index,
                              java.lang.Long vDelayTolerance)
                       throws java.lang.IndexOutOfBoundsException
Method setDelayTolerance

Parameters:
index -
vDelayTolerance -
Throws:
java.lang.IndexOutOfBoundsException

setDelayTolerance

public void setDelayTolerance(java.lang.Long[] delayToleranceArray)
Method setDelayTolerance

Parameters:
delayToleranceArray -

unmarshalDelayToleranceList

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

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