|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.intenz.xml.jaxb.EcClassType
public class EcClassType
Enzyme class type.
Java class for ecClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ecClassType"> <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 ref="{http://www.ebi.ac.uk/intenz}ec_subclass" maxOccurs="unbounded"/> </sequence> <attribute name="ec1" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XmlContentType |
description
|
protected BigInteger |
ec1
|
protected List<EcSubclassType> |
ecSubclass
|
protected XmlContentType |
name
|
Constructor Summary | |
---|---|
EcClassType()
|
Method Summary | |
---|---|
XmlContentType |
getDescription()
Gets the value of the description property. |
BigInteger |
getEc1()
Gets the value of the ec1 property. |
List<EcSubclassType> |
getEcSubclass()
Gets the value of the ecSubclass property. |
XmlContentType |
getName()
Gets the value of the name property. |
void |
setDescription(XmlContentType value)
Sets the value of the description property. |
void |
setEc1(BigInteger value)
Sets the value of the ec1 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<EcSubclassType> ecSubclass
protected BigInteger ec1
Constructor Detail |
---|
public EcClassType()
Method Detail |
---|
public XmlContentType getName()
XmlContentType
public void setName(XmlContentType value)
value
- allowed object is
XmlContentType
public XmlContentType getDescription()
XmlContentType
public void setDescription(XmlContentType value)
value
- allowed object is
XmlContentType
public List<EcSubclassType> getEcSubclass()
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 ecSubclass property.
For example, to add a new item, do as follows:
getEcSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
EcSubclassType
public BigInteger getEc1()
BigInteger
public void setEc1(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |