|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.CustomKinetic
public class CustomKinetic
Class CustomKinetic.
| Constructor Summary | |
|---|---|
CustomKinetic()
|
|
| Method Summary | |
|---|---|
Formula |
getFormula()
Returns the value of field 'formula'. |
ParametersBindingsDeclaration |
getParametersBindingsDeclaration()
Returns the value of field 'parametersBindingsDeclaration'. |
SpeciesBindingsDeclaration |
getSpeciesBindingsDeclaration()
Returns the value of field 'speciesBindingsDeclaration'. |
UnitType |
getUnit()
Returns the value of field 'unit'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setFormula(Formula formula)
Sets the value of field 'formula'. |
void |
setParametersBindingsDeclaration(ParametersBindingsDeclaration parametersBindingsDeclaration)
Sets the value of field 'parametersBindingsDeclaration'. |
void |
setSpeciesBindingsDeclaration(SpeciesBindingsDeclaration speciesBindingsDeclaration)
Sets the value of field 'speciesBindingsDeclaration'. |
void |
setUnit(UnitType unit)
Sets the value of field 'unit'. |
static CustomKinetic |
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 CustomKinetic()
| Method Detail |
|---|
public Formula getFormula()
public ParametersBindingsDeclaration getParametersBindingsDeclaration()
public SpeciesBindingsDeclaration getSpeciesBindingsDeclaration()
public UnitType getUnit()
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 setFormula(Formula formula)
formula - the value of field 'formula'.public void setParametersBindingsDeclaration(ParametersBindingsDeclaration parametersBindingsDeclaration)
parametersBindingsDeclaration - the value of field
'parametersBindingsDeclaration'.public void setSpeciesBindingsDeclaration(SpeciesBindingsDeclaration speciesBindingsDeclaration)
speciesBindingsDeclaration - the value of field
'speciesBindingsDeclaration'.public void setUnit(UnitType unit)
unit - the value of field 'unit'.
public static CustomKinetic 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 | |||||||||