|
||||||||||
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()
String
public void setEc(String value)
value
- allowed object is
String
public InactiveStatusType getDeleted()
InactiveStatusType
public void setDeleted(InactiveStatusType value)
value
- allowed object is
InactiveStatusType
public InactiveStatusType getTransferred()
InactiveStatusType
public void setTransferred(InactiveStatusType value)
value
- allowed object is
InactiveStatusType
public 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()
EnzymeNameType
public void setSystematicName(EnzymeNameType value)
value
- allowed object is
EnzymeNameType
public Synonyms getSynonyms()
Synonyms
public void setSynonyms(Synonyms value)
value
- allowed object is
Synonyms
public Reactions getReactions()
Reactions
public void setReactions(Reactions value)
value
- allowed object is
Reactions
public Cofactors getCofactors()
Cofactors
public void setCofactors(Cofactors value)
value
- allowed object is
Cofactors
public Comments getComments()
Comments
public void setComments(Comments value)
value
- allowed object is
Comments
public Links getLinks()
Links
public void setLinks(Links value)
value
- allowed object is
Links
public References getReferences()
References
public void setReferences(References value)
value
- allowed object is
References
public String getHistory()
String
public 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 |