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

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

public class EcSubsubclassType
extends Object

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

name

protected XmlContentType name

description

protected XmlContentType description

enzyme

protected List<EntryType> enzyme

ec3

protected BigInteger ec3
Constructor Detail

EcSubsubclassType

public EcSubsubclassType()
Method Detail

getName

public XmlContentType getName()
Gets the value of the name property.

Returns:
possible object is XmlContentType

setName

public void setName(XmlContentType value)
Sets the value of the name property.

Parameters:
value - allowed object is XmlContentType

getDescription

public XmlContentType getDescription()
Gets the value of the description property.

Returns:
possible object is XmlContentType

setDescription

public void setDescription(XmlContentType value)
Sets the value of the description property.

Parameters:
value - allowed object is XmlContentType

getEnzyme

public List<EntryType> getEnzyme()
Gets the value of the enzyme property.

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


getEc3

public BigInteger getEc3()
Gets the value of the ec3 property.

Returns:
possible object is BigInteger

setEc3

public void setEc3(BigInteger value)
Sets the value of the ec3 property.

Parameters:
value - allowed object is BigInteger


Copyright © 2013 EMBL-EBI. All Rights Reserved.