|
||||||||||
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
uk.ac.ebi.intenz.xml.jaxb.EntryType
public class EntryType
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 |
---|
protected BigInteger ec4
protected Boolean preliminary
Constructor Detail |
---|
public EntryType()
Method Detail |
---|
public BigInteger getEc4()
BigInteger
public void setEc4(BigInteger value)
value
- allowed object is
BigInteger
public boolean isPreliminary()
Boolean
public void setPreliminary(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |