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

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

public class EcClassType
extends Object

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

name

protected XmlContentType name

description

protected XmlContentType description

ecSubclass

protected List<EcSubclassType> ecSubclass

ec1

protected BigInteger ec1
Constructor Detail

EcClassType

public EcClassType()
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

getEcSubclass

public List<EcSubclassType> getEcSubclass()
Gets the value of the ecSubclass 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 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


getEc1

public BigInteger getEc1()
Gets the value of the ec1 property.

Returns:
possible object is BigInteger

setEc1

public void setEc1(BigInteger value)
Sets the value of the ec1 property.

Parameters:
value - allowed object is BigInteger


Copyright © 2013 EMBL-EBI. All Rights Reserved.