|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.SigpathSubmission
public class SigpathSubmission
Root element used to encapsulate data for SigPath Export or Import
| Constructor Summary | |
|---|---|
SigpathSubmission()
|
|
| Method Summary | |
|---|---|
void |
addEnzymaticReaction(EnzymaticReaction vEnzymaticReaction)
Method addEnzymaticReaction |
void |
addEnzymaticReaction(int index,
EnzymaticReaction vEnzymaticReaction)
Method addEnzymaticReaction |
void |
addModel(int index,
Model vModel)
Method addModel |
void |
addModel(Model vModel)
Method addModel |
void |
addPathway(int index,
Pathway vPathway)
Method addPathway |
void |
addPathway(Pathway vPathway)
Method addPathway |
void |
addReaction(int index,
Reaction vReaction)
Method addReaction |
void |
addReaction(Reaction vReaction)
Method addReaction |
void |
clearEnzymaticReaction()
Method clearEnzymaticReaction |
void |
clearModel()
Method clearModel |
void |
clearPathway()
Method clearPathway |
void |
clearReaction()
Method clearReaction |
Enumeration |
enumerateEnzymaticReaction()
Method enumerateEnzymaticReaction |
Enumeration |
enumerateModel()
Method enumerateModel |
Enumeration |
enumeratePathway()
Method enumeratePathway |
Enumeration |
enumerateReaction()
Method enumerateReaction |
Components |
getComponents()
Returns the value of field 'components'. |
Concentration_measurements |
getConcentration_measurements()
Returns the value of field 'concentration_measurements'. |
EnzymaticReaction[] |
getEnzymaticReaction()
Method getEnzymaticReaction |
EnzymaticReaction |
getEnzymaticReaction(int index)
Method getEnzymaticReaction |
int |
getEnzymaticReactionCount()
Method getEnzymaticReactionCount |
String |
getExportBuildVersion()
Returns the value of field 'exportBuildVersion'. |
Date |
getExportDateTime()
Returns the value of field 'exportDateTime'. |
Kinetics |
getKinetics()
Returns the value of field 'kinetics'. |
Model[] |
getModel()
Method getModel |
Model |
getModel(int index)
Method getModel |
int |
getModelCount()
Method getModelCount |
NamedChemicalInteractions |
getNamedChemicalInteractions()
Returns the value of field 'namedChemicalInteractions'. |
NamedChemicals |
getNamedChemicals()
Returns the value of field 'namedChemicals'. |
Pathway[] |
getPathway()
Method getPathway |
Pathway |
getPathway(int index)
Method getPathway |
int |
getPathwayCount()
Method getPathwayCount |
Pending_reviews |
getPending_reviews()
Returns the value of field 'pending_reviews'. |
Proteins |
getProteins()
Returns the value of field 'proteins'. |
Reaction[] |
getReaction()
Method getReaction |
Reaction |
getReaction(int index)
Method getReaction |
int |
getReactionCount()
Method getReactionCount |
SmallMolecules |
getSmallMolecules()
Returns the value of field 'smallMolecules'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeEnzymaticReaction(EnzymaticReaction vEnzymaticReaction)
Method removeEnzymaticReaction |
boolean |
removeModel(Model vModel)
Method removeModel |
boolean |
removePathway(Pathway vPathway)
Method removePathway |
boolean |
removeReaction(Reaction vReaction)
Method removeReaction |
void |
setComponents(Components components)
Sets the value of field 'components'. |
void |
setConcentration_measurements(Concentration_measurements concentration_measurements)
Sets the value of field 'concentration_measurements'. |
void |
setEnzymaticReaction(EnzymaticReaction[] enzymaticReactionArray)
Method setEnzymaticReaction |
void |
setEnzymaticReaction(int index,
EnzymaticReaction vEnzymaticReaction)
Method setEnzymaticReaction |
void |
setExportBuildVersion(String exportBuildVersion)
Sets the value of field 'exportBuildVersion'. |
void |
setExportDateTime(Date exportDateTime)
Sets the value of field 'exportDateTime'. |
void |
setKinetics(Kinetics kinetics)
Sets the value of field 'kinetics'. |
void |
setModel(int index,
Model vModel)
Method setModel |
void |
setModel(Model[] modelArray)
Method setModel |
void |
setNamedChemicalInteractions(NamedChemicalInteractions namedChemicalInteractions)
Sets the value of field 'namedChemicalInteractions'. |
void |
setNamedChemicals(NamedChemicals namedChemicals)
Sets the value of field 'namedChemicals'. |
void |
setPathway(int index,
Pathway vPathway)
Method setPathway |
void |
setPathway(Pathway[] pathwayArray)
Method setPathway |
void |
setPending_reviews(Pending_reviews pending_reviews)
Sets the value of field 'pending_reviews'. |
void |
setProteins(Proteins proteins)
Sets the value of field 'proteins'. |
void |
setReaction(int index,
Reaction vReaction)
Method setReaction |
void |
setReaction(Reaction[] reactionArray)
Method setReaction |
void |
setSmallMolecules(SmallMolecules smallMolecules)
Sets the value of field 'smallMolecules'. |
static SigpathSubmission |
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 SigpathSubmission()
| Method Detail |
|---|
public void addEnzymaticReaction(EnzymaticReaction vEnzymaticReaction)
throws IndexOutOfBoundsException
vEnzymaticReaction -
IndexOutOfBoundsException
public void addEnzymaticReaction(int index,
EnzymaticReaction vEnzymaticReaction)
throws IndexOutOfBoundsException
index - vEnzymaticReaction -
IndexOutOfBoundsException
public void addModel(Model vModel)
throws IndexOutOfBoundsException
vModel -
IndexOutOfBoundsException
public void addModel(int index,
Model vModel)
throws IndexOutOfBoundsException
index - vModel -
IndexOutOfBoundsException
public void addPathway(Pathway vPathway)
throws IndexOutOfBoundsException
vPathway -
IndexOutOfBoundsException
public void addPathway(int index,
Pathway vPathway)
throws IndexOutOfBoundsException
index - vPathway -
IndexOutOfBoundsException
public void addReaction(Reaction vReaction)
throws IndexOutOfBoundsException
vReaction -
IndexOutOfBoundsException
public void addReaction(int index,
Reaction vReaction)
throws IndexOutOfBoundsException
index - vReaction -
IndexOutOfBoundsExceptionpublic void clearEnzymaticReaction()
public void clearModel()
public void clearPathway()
public void clearReaction()
public Enumeration enumerateEnzymaticReaction()
public Enumeration enumerateModel()
public Enumeration enumeratePathway()
public Enumeration enumerateReaction()
public Components getComponents()
public Concentration_measurements getConcentration_measurements()
public EnzymaticReaction getEnzymaticReaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic EnzymaticReaction[] getEnzymaticReaction()
public int getEnzymaticReactionCount()
public String getExportBuildVersion()
public Date getExportDateTime()
public Kinetics getKinetics()
public Model getModel(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Model[] getModel()
public int getModelCount()
public NamedChemicalInteractions getNamedChemicalInteractions()
public NamedChemicals getNamedChemicals()
public Pathway getPathway(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Pathway[] getPathway()
public int getPathwayCount()
public Pending_reviews getPending_reviews()
public Proteins getProteins()
public Reaction getReaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Reaction[] getReaction()
public int getReactionCount()
public SmallMolecules getSmallMolecules()
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 removeEnzymaticReaction(EnzymaticReaction vEnzymaticReaction)
vEnzymaticReaction -
public boolean removeModel(Model vModel)
vModel -
public boolean removePathway(Pathway vPathway)
vPathway -
public boolean removeReaction(Reaction vReaction)
vReaction -
public void setComponents(Components components)
components - the value of field 'components'.public void setConcentration_measurements(Concentration_measurements concentration_measurements)
concentration_measurements - the value of field
'concentration_measurements'.
public void setEnzymaticReaction(int index,
EnzymaticReaction vEnzymaticReaction)
throws IndexOutOfBoundsException
index - vEnzymaticReaction -
IndexOutOfBoundsExceptionpublic void setEnzymaticReaction(EnzymaticReaction[] enzymaticReactionArray)
enzymaticReactionArray - public void setExportBuildVersion(String exportBuildVersion)
exportBuildVersion - the value of field
'exportBuildVersion'.public void setExportDateTime(Date exportDateTime)
exportDateTime - the value of field 'exportDateTime'.public void setKinetics(Kinetics kinetics)
kinetics - the value of field 'kinetics'.
public void setModel(int index,
Model vModel)
throws IndexOutOfBoundsException
index - vModel -
IndexOutOfBoundsExceptionpublic void setModel(Model[] modelArray)
modelArray - public void setNamedChemicalInteractions(NamedChemicalInteractions namedChemicalInteractions)
namedChemicalInteractions - the value of field
'namedChemicalInteractions'.public void setNamedChemicals(NamedChemicals namedChemicals)
namedChemicals - the value of field 'namedChemicals'.
public void setPathway(int index,
Pathway vPathway)
throws IndexOutOfBoundsException
index - vPathway -
IndexOutOfBoundsExceptionpublic void setPathway(Pathway[] pathwayArray)
pathwayArray - public void setPending_reviews(Pending_reviews pending_reviews)
pending_reviews - the value of field 'pending_reviews'.public void setProteins(Proteins proteins)
proteins - the value of field 'proteins'.
public void setReaction(int index,
Reaction vReaction)
throws IndexOutOfBoundsException
index - vReaction -
IndexOutOfBoundsExceptionpublic void setReaction(Reaction[] reactionArray)
reactionArray - public void setSmallMolecules(SmallMolecules smallMolecules)
smallMolecules - the value of field 'smallMolecules'.
public static SigpathSubmission 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 | |||||||||