|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.ExternalReference
public class ExternalReference
Annotates external references. For example, a chemical may have an accession code within another database, such as SWISS-PROT.
| Constructor Summary | |
|---|---|
ExternalReference()
|
|
| Method Summary | |
|---|---|
String |
getAc()
Returns the value of field 'ac'. |
String |
getDatabase()
Returns the value of field 'database'. |
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 |
setDatabase(String database)
Sets the value of field 'database'. |
static ExternalReference |
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 ExternalReference()
| Method Detail |
|---|
public String getAc()
public String getDatabase()
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 setDatabase(String database)
database - the value of field 'database'.
public static ExternalReference 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 | |||||||||