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