|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.ModelReaction
public class ModelReaction
Used to identify a reaction within a model
| Constructor Summary | |
|---|---|
ModelReaction()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the value of field 'description'. |
Object |
getIdref()
Returns the value of field 'idref'. |
String |
getSpid()
Returns the value of field 'spid'. |
String |
getSummary()
Returns the value of field 'summary'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setIdref(Object idref)
Sets the value of field 'idref'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setSummary(String summary)
Sets the value of field 'summary'. |
static ModelReaction |
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 ModelReaction()
| Method Detail |
|---|
public String getDescription()
public Object getIdref()
public String getSpid()
public String getSummary()
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 setDescription(String description)
description - the value of field 'description'.public void setIdref(Object idref)
idref - the value of field 'idref'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setSummary(String summary)
summary - the value of field 'summary'.
public static ModelReaction 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 | |||||||||