|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.NamedChemicalRef
public class NamedChemicalRef
The reference value of a named chemical.
| Constructor Summary | |
|---|---|
NamedChemicalRef()
|
|
| Method Summary | |
|---|---|
String |
getAc()
Returns the value of field 'ac'. |
Object |
getIdref()
Returns the value of field 'idref'. |
String |
getOrganism()
Returns the value of field 'organism'. |
String |
getRole()
Returns the value of field 'role'. |
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 |
setAc(String ac)
Sets the value of field 'ac'. |
void |
setIdref(Object idref)
Sets the value of field 'idref'. |
void |
setOrganism(String organism)
Sets the value of field 'organism'. |
void |
setRole(String role)
Sets the value of field 'role'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
static NamedChemicalRef |
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 NamedChemicalRef()
| Method Detail |
|---|
public String getAc()
public Object getIdref()
public String getOrganism()
public String getRole()
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 setAc(String ac)
ac - the value of field 'ac'.public void setIdref(Object idref)
idref - the value of field 'idref'.public void setOrganism(String organism)
organism - the value of field 'organism'.public void setRole(String role)
role - the value of field 'role'.public void setSpid(String spid)
spid - the value of field 'spid'.
public static NamedChemicalRef 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 | |||||||||