uk.ac.ebi.intenz.xml.jaxb
Class EnzymeType

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.EnzymeType
Direct Known Subclasses:
EntryType

public class EnzymeType
extends Object

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

ec

protected String ec

deleted

protected InactiveStatusType deleted

transferred

protected InactiveStatusType transferred

acceptedName

protected List<EnzymeNameType> acceptedName

systematicName

protected EnzymeNameType systematicName

synonyms

protected Synonyms synonyms

reactions

protected Reactions reactions

cofactors

protected Cofactors cofactors

comments

protected Comments comments

links

protected Links links

references

protected References references

history

protected String history
Constructor Detail

EnzymeType

public EnzymeType()
Method Detail

getEc

public String getEc()
Gets the value of the ec property.

Returns:
possible object is String

setEc

public void setEc(String value)
Sets the value of the ec property.

Parameters:
value - allowed object is String

getDeleted

public InactiveStatusType getDeleted()
Gets the value of the deleted property.

Returns:
possible object is InactiveStatusType

setDeleted

public void setDeleted(InactiveStatusType value)
Sets the value of the deleted property.

Parameters:
value - allowed object is InactiveStatusType

getTransferred

public InactiveStatusType getTransferred()
Gets the value of the transferred property.

Returns:
possible object is InactiveStatusType

setTransferred

public void setTransferred(InactiveStatusType value)
Sets the value of the transferred property.

Parameters:
value - allowed object is InactiveStatusType

getAcceptedName

public List<EnzymeNameType> getAcceptedName()
Gets the value of the acceptedName property.

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


getSystematicName

public EnzymeNameType getSystematicName()
Gets the value of the systematicName property.

Returns:
possible object is EnzymeNameType

setSystematicName

public void setSystematicName(EnzymeNameType value)
Sets the value of the systematicName property.

Parameters:
value - allowed object is EnzymeNameType

getSynonyms

public Synonyms getSynonyms()
Gets the value of the synonyms property.

Returns:
possible object is Synonyms

setSynonyms

public void setSynonyms(Synonyms value)
Sets the value of the synonyms property.

Parameters:
value - allowed object is Synonyms

getReactions

public Reactions getReactions()
Gets the value of the reactions property.

Returns:
possible object is Reactions

setReactions

public void setReactions(Reactions value)
Sets the value of the reactions property.

Parameters:
value - allowed object is Reactions

getCofactors

public Cofactors getCofactors()
Gets the value of the cofactors property.

Returns:
possible object is Cofactors

setCofactors

public void setCofactors(Cofactors value)
Sets the value of the cofactors property.

Parameters:
value - allowed object is Cofactors

getComments

public Comments getComments()
Gets the value of the comments property.

Returns:
possible object is Comments

setComments

public void setComments(Comments value)
Sets the value of the comments property.

Parameters:
value - allowed object is Comments

getLinks

public Links getLinks()
Gets the value of the links property.

Returns:
possible object is Links

setLinks

public void setLinks(Links value)
Sets the value of the links property.

Parameters:
value - allowed object is Links

getReferences

public References getReferences()
Gets the value of the references property.

Returns:
possible object is References

setReferences

public void setReferences(References value)
Sets the value of the references property.

Parameters:
value - allowed object is References

getHistory

public String getHistory()
Gets the value of the history property.

Returns:
possible object is String

setHistory

public void setHistory(String value)
Sets the value of the history property.

Parameters:
value - allowed object is String


Copyright © 2013 EMBL-EBI. All Rights Reserved.