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

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

public class EcSubclassType
extends Object

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

name

protected XmlContentType name

description

protected XmlContentType description

ecSubSubclass

protected List<EcSubsubclassType> ecSubSubclass

ec2

protected BigInteger ec2
Constructor Detail

EcSubclassType

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

getEcSubSubclass

public List<EcSubsubclassType> getEcSubSubclass()
Gets the value of the ecSubSubclass 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 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


getEc2

public BigInteger getEc2()
Gets the value of the ec2 property.

Returns:
possible object is BigInteger

setEc2

public void setEc2(BigInteger value)
Sets the value of the ec2 property.

Parameters:
value - allowed object is BigInteger


Copyright © 2013 EMBL-EBI. All Rights Reserved.