|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.InvolvedInReaction
public class InvolvedInReaction
Used to list reactions that a molecule is involved in by spid (unique SigPath identifier)
| Constructor Summary | |
|---|---|
InvolvedInReaction()
|
|
| Method Summary | |
|---|---|
String |
getSpid()
Returns the value of field 'spid'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
static InvolvedInReaction |
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 InvolvedInReaction()
| Method Detail |
|---|
public String getSpid()
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 void setSpid(String spid)
spid - the value of field 'spid'.
public static InvolvedInReaction 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 | |||||||||