|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.ForwardList
public class ForwardList
Class ForwardList.
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 |
---|
public ForwardList()
Method Detail |
---|
public void addForwardListItem(ForwardListItem vForwardListItem) throws java.lang.IndexOutOfBoundsException
vForwardListItem
-
java.lang.IndexOutOfBoundsException
public void addForwardListItem(int index, ForwardListItem vForwardListItem) throws java.lang.IndexOutOfBoundsException
index
- vForwardListItem
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateForwardListItem()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public ForwardListItem getForwardListItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ForwardListItem[] getForwardListItem()
public int getForwardListItemCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllForwardListItem()
public ForwardListItem removeForwardListItem(int index)
index
-
public void setForwardListItem(int index, ForwardListItem vForwardListItem) throws java.lang.IndexOutOfBoundsException
index
- vForwardListItem
-
java.lang.IndexOutOfBoundsException
public void setForwardListItem(ForwardListItem[] forwardListItemArray)
forwardListItemArray
- public static ForwardList unmarshalForwardList(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |