|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.NamedChemical
public class NamedChemical
Annotates a SigPath chemical with a name but no accession code
| Constructor Summary | |
|---|---|
NamedChemical()
|
|
| Method Summary | |
|---|---|
void |
addExternalReference(ExternalReference vExternalReference)
Method addExternalReference |
void |
addExternalReference(int index,
ExternalReference vExternalReference)
Method addExternalReference |
void |
clearExternalReference()
Method clearExternalReference |
Enumeration |
enumerateExternalReference()
Method enumerateExternalReference |
Change_log |
getChange_log()
Returns the value of field 'change_log'. |
String |
getComments()
Returns the value of field 'comments'. |
String |
getDescription()
Returns the value of field 'description'. |
ExternalReference[] |
getExternalReference()
Method getExternalReference |
ExternalReference |
getExternalReference(int index)
Method getExternalReference |
int |
getExternalReferenceCount()
Method getExternalReferenceCount |
String |
getId()
Returns the value of field 'id'. |
String |
getName()
Returns the value of field 'name'. |
String |
getSpid()
Returns the value of field 'spid'. |
UserComments |
getUserComments()
Returns the value of field 'userComments'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeExternalReference(ExternalReference vExternalReference)
Method removeExternalReference |
void |
setChange_log(Change_log change_log)
Sets the value of field 'change_log'. |
void |
setComments(String comments)
Sets the value of field 'comments'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setExternalReference(ExternalReference[] externalReferenceArray)
Method setExternalReference |
void |
setExternalReference(int index,
ExternalReference vExternalReference)
Method setExternalReference |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setUserComments(UserComments userComments)
Sets the value of field 'userComments'. |
static NamedChemical |
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 NamedChemical()
| Method Detail |
|---|
public void addExternalReference(ExternalReference vExternalReference)
throws IndexOutOfBoundsException
vExternalReference -
IndexOutOfBoundsException
public void addExternalReference(int index,
ExternalReference vExternalReference)
throws IndexOutOfBoundsException
index - vExternalReference -
IndexOutOfBoundsExceptionpublic void clearExternalReference()
public Enumeration enumerateExternalReference()
public Change_log getChange_log()
public String getComments()
public String getDescription()
public ExternalReference getExternalReference(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ExternalReference[] getExternalReference()
public int getExternalReferenceCount()
public String getId()
public String getName()
public String getSpid()
public UserComments getUserComments()
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 removeExternalReference(ExternalReference vExternalReference)
vExternalReference -
public void setChange_log(Change_log change_log)
change_log - the value of field 'change_log'.public void setComments(String comments)
comments - the value of field 'comments'.public void setDescription(String description)
description - the value of field 'description'.
public void setExternalReference(int index,
ExternalReference vExternalReference)
throws IndexOutOfBoundsException
index - vExternalReference -
IndexOutOfBoundsExceptionpublic void setExternalReference(ExternalReference[] externalReferenceArray)
externalReferenceArray - public void setId(String id)
id - the value of field 'id'.public void setName(String name)
name - the value of field 'name'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setUserComments(UserComments userComments)
userComments - the value of field 'userComments'.
public static NamedChemical 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 | |||||||||