4.1.0.610 20071213

ch.ecma.csta.binding
Class ForwardList

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

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

Class ForwardList.

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

Constructor Summary
ForwardList()
           
 
Method Summary
 void addForwardListItem(ForwardListItem vForwardListItem)
          Method addForwardListItem
 void addForwardListItem(int index, ForwardListItem vForwardListItem)
          Method addForwardListItem
 java.util.Enumeration enumerateForwardListItem()
          Method enumerateForwardListItem
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ForwardListItem[] getForwardListItem()
          Method getForwardListItem
 ForwardListItem getForwardListItem(int index)
          Method getForwardListItem
 int getForwardListItemCount()
          Method getForwardListItemCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllForwardListItem()
          Method removeAllForwardListItem
 ForwardListItem removeForwardListItem(int index)
          Method removeForwardListItem
 void setForwardListItem(ForwardListItem[] forwardListItemArray)
          Method setForwardListItem
 void setForwardListItem(int index, ForwardListItem vForwardListItem)
          Method setForwardListItem
static ForwardList unmarshalForwardList(java.io.Reader reader)
          Method unmarshalForwardList
 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

ForwardList

public ForwardList()
Method Detail

addForwardListItem

public void addForwardListItem(ForwardListItem vForwardListItem)
                        throws java.lang.IndexOutOfBoundsException
Method addForwardListItem

Parameters:
vForwardListItem -
Throws:
java.lang.IndexOutOfBoundsException

addForwardListItem

public void addForwardListItem(int index,
                               ForwardListItem vForwardListItem)
                        throws java.lang.IndexOutOfBoundsException
Method addForwardListItem

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

enumerateForwardListItem

public java.util.Enumeration enumerateForwardListItem()
Method enumerateForwardListItem

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

getForwardListItem

public ForwardListItem getForwardListItem(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getForwardListItem

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

getForwardListItem

public ForwardListItem[] getForwardListItem()
Method getForwardListItem

Returns:
ForwardListItem

getForwardListItemCount

public int getForwardListItemCount()
Method getForwardListItemCount

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

removeAllForwardListItem

public void removeAllForwardListItem()
Method removeAllForwardListItem


removeForwardListItem

public ForwardListItem removeForwardListItem(int index)
Method removeForwardListItem

Parameters:
index -
Returns:
ForwardListItem

setForwardListItem

public void setForwardListItem(int index,
                               ForwardListItem vForwardListItem)
                        throws java.lang.IndexOutOfBoundsException
Method setForwardListItem

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

setForwardListItem

public void setForwardListItem(ForwardListItem[] forwardListItemArray)
Method setForwardListItem

Parameters:
forwardListItemArray -

unmarshalForwardList

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

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