|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.ExcludedReactions
public class ExcludedReactions
Class ExcludedReactions.
| Constructor Summary | |
|---|---|
ExcludedReactions()
|
|
| Method Summary | |
|---|---|
void |
addExcludedReaction(ExcludedReaction vExcludedReaction)
Method addExcludedReaction |
void |
addExcludedReaction(int index,
ExcludedReaction vExcludedReaction)
Method addExcludedReaction |
void |
clearExcludedReaction()
Method clearExcludedReaction |
Enumeration |
enumerateExcludedReaction()
Method enumerateExcludedReaction |
ExcludedReaction[] |
getExcludedReaction()
Method getExcludedReaction |
ExcludedReaction |
getExcludedReaction(int index)
Method getExcludedReaction |
int |
getExcludedReactionCount()
Method getExcludedReactionCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeExcludedReaction(ExcludedReaction vExcludedReaction)
Method removeExcludedReaction |
void |
setExcludedReaction(ExcludedReaction[] excludedReactionArray)
Method setExcludedReaction |
void |
setExcludedReaction(int index,
ExcludedReaction vExcludedReaction)
Method setExcludedReaction |
static ExcludedReactions |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcludedReactions()
| Method Detail |
|---|
public void addExcludedReaction(ExcludedReaction vExcludedReaction)
throws IndexOutOfBoundsException
vExcludedReaction -
IndexOutOfBoundsException
public void addExcludedReaction(int index,
ExcludedReaction vExcludedReaction)
throws IndexOutOfBoundsException
index - vExcludedReaction -
IndexOutOfBoundsExceptionpublic void clearExcludedReaction()
public Enumeration enumerateExcludedReaction()
public ExcludedReaction getExcludedReaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ExcludedReaction[] getExcludedReaction()
public int getExcludedReactionCount()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic boolean removeExcludedReaction(ExcludedReaction vExcludedReaction)
vExcludedReaction -
public void setExcludedReaction(int index,
ExcludedReaction vExcludedReaction)
throws IndexOutOfBoundsException
index - vExcludedReaction -
IndexOutOfBoundsExceptionpublic void setExcludedReaction(ExcludedReaction[] excludedReactionArray)
excludedReactionArray -
public static ExcludedReactions unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||