|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Concentration_measurement
public class Concentration_measurement
Used to describe concentration measurements for molecules in SigPath
| Constructor Summary | |
|---|---|
Concentration_measurement()
|
|
| Method Summary | |
|---|---|
void |
deleteValue()
Method deleteValue |
String |
getComments()
Returns the value of field 'comments'. |
String |
getId()
Returns the value of field 'id'. |
String |
getMeasurement_method()
Returns the value of field 'measurement_method'. |
Molecule |
getMolecule()
Returns the value of field 'molecule'. |
Ref |
getRef()
Returns the value of field 'ref'. |
String |
getSample_prep()
Returns the value of field 'sample_prep'. |
String |
getSpid()
Returns the value of field 'spid'. |
String |
getTissue()
Returns the value of field 'tissue'. |
UnitType |
getUnit()
Returns the value of field 'unit'. |
double |
getValue()
Returns the value of field 'value'. |
boolean |
hasValue()
Method hasValue |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setComments(String comments)
Sets the value of field 'comments'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setMeasurement_method(String measurement_method)
Sets the value of field 'measurement_method'. |
void |
setMolecule(Molecule molecule)
Sets the value of field 'molecule'. |
void |
setRef(Ref ref)
Sets the value of field 'ref'. |
void |
setSample_prep(String sample_prep)
Sets the value of field 'sample_prep'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setTissue(String tissue)
Sets the value of field 'tissue'. |
void |
setUnit(UnitType unit)
Sets the value of field 'unit'. |
void |
setValue(double value)
Sets the value of field 'value'. |
static Concentration_measurement |
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 Concentration_measurement()
| Method Detail |
|---|
public void deleteValue()
public String getComments()
public String getId()
public String getMeasurement_method()
public Molecule getMolecule()
public Ref getRef()
public String getSample_prep()
public String getSpid()
public String getTissue()
public UnitType getUnit()
public double getValue()
public boolean hasValue()
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 setComments(String comments)
comments - the value of field 'comments'.public void setId(String id)
id - the value of field 'id'.public void setMeasurement_method(String measurement_method)
measurement_method - the value of field
'measurement_method'.public void setMolecule(Molecule molecule)
molecule - the value of field 'molecule'.public void setRef(Ref ref)
ref - the value of field 'ref'.public void setSample_prep(String sample_prep)
sample_prep - the value of field 'sample_prep'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setTissue(String tissue)
tissue - the value of field 'tissue'.public void setUnit(UnitType unit)
unit - the value of field 'unit'.public void setValue(double value)
value - the value of field 'value'.
public static Concentration_measurement 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 | |||||||||