|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.EcSubsubclassType
public class EcSubsubclassType
Enzyme subsubclass type.
Java class for ecSubsubclassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ecSubsubclassType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.ebi.ac.uk/intenz}name" minOccurs="0"/>
<element ref="{http://www.ebi.ac.uk/intenz}description" minOccurs="0"/>
<element name="enzyme" type="{http://www.ebi.ac.uk/intenz}entryType" maxOccurs="unbounded"/>
</sequence>
<attribute name="ec3" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XmlContentType |
description
|
protected BigInteger |
ec3
|
protected List<EntryType> |
enzyme
|
protected XmlContentType |
name
|
| Constructor Summary | |
|---|---|
EcSubsubclassType()
|
|
| Method Summary | |
|---|---|
XmlContentType |
getDescription()
Gets the value of the description property. |
BigInteger |
getEc3()
Gets the value of the ec3 property. |
List<EntryType> |
getEnzyme()
Gets the value of the enzyme property. |
XmlContentType |
getName()
Gets the value of the name property. |
void |
setDescription(XmlContentType value)
Sets the value of the description property. |
void |
setEc3(BigInteger value)
Sets the value of the ec3 property. |
void |
setName(XmlContentType value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected XmlContentType name
protected XmlContentType description
protected List<EntryType> enzyme
protected BigInteger ec3
| Constructor Detail |
|---|
public EcSubsubclassType()
| Method Detail |
|---|
public XmlContentType getName()
XmlContentTypepublic void setName(XmlContentType value)
value - allowed object is
XmlContentTypepublic XmlContentType getDescription()
XmlContentTypepublic void setDescription(XmlContentType value)
value - allowed object is
XmlContentTypepublic List<EntryType> getEnzyme()
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 enzyme property.
For example, to add a new item, do as follows:
getEnzyme().add(newItem);
Objects of the following type(s) are allowed in the list
EntryType
public BigInteger getEc3()
BigIntegerpublic void setEc3(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||