|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.EnzymeType
public class EnzymeType
An enzyme entry.
Java class for enzymeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="enzymeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.ebi.ac.uk/intenz}ec"/>
<choice>
<element ref="{http://www.ebi.ac.uk/intenz}deleted"/>
<element ref="{http://www.ebi.ac.uk/intenz}transferred"/>
<sequence>
<element ref="{http://www.ebi.ac.uk/intenz}accepted_name" maxOccurs="unbounded"/>
<element ref="{http://www.ebi.ac.uk/intenz}systematic_name" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}synonyms" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}reactions"/>
<element ref="{http://www.ebi.ac.uk/intenz}cofactors" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}comments" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}links" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}references"/>
</sequence>
</choice>
<element name="history" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<EnzymeNameType> |
acceptedName
|
protected Cofactors |
cofactors
|
protected Comments |
comments
|
protected InactiveStatusType |
deleted
|
protected String |
ec
|
protected String |
history
|
protected Links |
links
|
protected Reactions |
reactions
|
protected References |
references
|
protected Synonyms |
synonyms
|
protected EnzymeNameType |
systematicName
|
protected InactiveStatusType |
transferred
|
| Constructor Summary | |
|---|---|
EnzymeType()
|
|
| Method Summary | |
|---|---|
List<EnzymeNameType> |
getAcceptedName()
Gets the value of the acceptedName property. |
Cofactors |
getCofactors()
Gets the value of the cofactors property. |
Comments |
getComments()
Gets the value of the comments property. |
InactiveStatusType |
getDeleted()
Gets the value of the deleted property. |
String |
getEc()
Gets the value of the ec property. |
String |
getHistory()
Gets the value of the history property. |
Links |
getLinks()
Gets the value of the links property. |
Reactions |
getReactions()
Gets the value of the reactions property. |
References |
getReferences()
Gets the value of the references property. |
Synonyms |
getSynonyms()
Gets the value of the synonyms property. |
EnzymeNameType |
getSystematicName()
Gets the value of the systematicName property. |
InactiveStatusType |
getTransferred()
Gets the value of the transferred property. |
void |
setCofactors(Cofactors value)
Sets the value of the cofactors property. |
void |
setComments(Comments value)
Sets the value of the comments property. |
void |
setDeleted(InactiveStatusType value)
Sets the value of the deleted property. |
void |
setEc(String value)
Sets the value of the ec property. |
void |
setHistory(String value)
Sets the value of the history property. |
void |
setLinks(Links value)
Sets the value of the links property. |
void |
setReactions(Reactions value)
Sets the value of the reactions property. |
void |
setReferences(References value)
Sets the value of the references property. |
void |
setSynonyms(Synonyms value)
Sets the value of the synonyms property. |
void |
setSystematicName(EnzymeNameType value)
Sets the value of the systematicName property. |
void |
setTransferred(InactiveStatusType value)
Sets the value of the transferred property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String ec
protected InactiveStatusType deleted
protected InactiveStatusType transferred
protected List<EnzymeNameType> acceptedName
protected EnzymeNameType systematicName
protected Synonyms synonyms
protected Reactions reactions
protected Cofactors cofactors
protected Comments comments
protected Links links
protected References references
protected String history
| Constructor Detail |
|---|
public EnzymeType()
| Method Detail |
|---|
public String getEc()
Stringpublic void setEc(String value)
value - allowed object is
Stringpublic InactiveStatusType getDeleted()
InactiveStatusTypepublic void setDeleted(InactiveStatusType value)
value - allowed object is
InactiveStatusTypepublic InactiveStatusType getTransferred()
InactiveStatusTypepublic void setTransferred(InactiveStatusType value)
value - allowed object is
InactiveStatusTypepublic List<EnzymeNameType> getAcceptedName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the acceptedName property.
For example, to add a new item, do as follows:
getAcceptedName().add(newItem);
Objects of the following type(s) are allowed in the list
EnzymeNameType
public EnzymeNameType getSystematicName()
EnzymeNameTypepublic void setSystematicName(EnzymeNameType value)
value - allowed object is
EnzymeNameTypepublic Synonyms getSynonyms()
Synonymspublic void setSynonyms(Synonyms value)
value - allowed object is
Synonymspublic Reactions getReactions()
Reactionspublic void setReactions(Reactions value)
value - allowed object is
Reactionspublic Cofactors getCofactors()
Cofactorspublic void setCofactors(Cofactors value)
value - allowed object is
Cofactorspublic Comments getComments()
Commentspublic void setComments(Comments value)
value - allowed object is
Commentspublic Links getLinks()
Linkspublic void setLinks(Links value)
value - allowed object is
Linkspublic References getReferences()
Referencespublic void setReferences(References value)
value - allowed object is
Referencespublic String getHistory()
Stringpublic void setHistory(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||