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

java.lang.Object
  extended by uk.ac.ebi.intenz.xml.jaxb.EnzymeType
      extended by uk.ac.ebi.intenz.xml.jaxb.EntryType

public class EntryType
extends EnzymeType

Java class for entryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entryType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}enzymeType">
       <attribute name="ec4" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="preliminary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger ec4
           
protected  Boolean preliminary
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.EnzymeType
acceptedName, cofactors, comments, deleted, ec, history, links, reactions, references, synonyms, systematicName, transferred
 
Constructor Summary
EntryType()
           
 
Method Summary
 BigInteger getEc4()
          Gets the value of the ec4 property.
 boolean isPreliminary()
          Gets the value of the preliminary property.
 void setEc4(BigInteger value)
          Sets the value of the ec4 property.
 void setPreliminary(Boolean value)
          Sets the value of the preliminary property.
 
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.EnzymeType
getAcceptedName, getCofactors, getComments, getDeleted, getEc, getHistory, getLinks, getReactions, getReferences, getSynonyms, getSystematicName, getTransferred, setCofactors, setComments, setDeleted, setEc, setHistory, setLinks, setReactions, setReferences, setSynonyms, setSystematicName, setTransferred
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ec4

protected BigInteger ec4

preliminary

protected Boolean preliminary
Constructor Detail

EntryType

public EntryType()
Method Detail

getEc4

public BigInteger getEc4()
Gets the value of the ec4 property.

Returns:
possible object is BigInteger

setEc4

public void setEc4(BigInteger value)
Sets the value of the ec4 property.

Parameters:
value - allowed object is BigInteger

isPreliminary

public boolean isPreliminary()
Gets the value of the preliminary property.

Returns:
possible object is Boolean

setPreliminary

public void setPreliminary(Boolean value)
Sets the value of the preliminary property.

Parameters:
value - allowed object is Boolean


Copyright © 2013 EMBL-EBI. All Rights Reserved.