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

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

public class EnzymeNameType
extends ViewableType

A name for the enzyme.

Java class for enzymeNameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="enzymeNameType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}viewableType">
       <attribute name="qualifier" type="{http://www.ebi.ac.uk/intenz}enzymeNameQualifierType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnzymeNameQualifierType qualifier
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ViewableType
content, view
 
Constructor Summary
EnzymeNameType()
           
 
Method Summary
 EnzymeNameQualifierType getQualifier()
          Gets the value of the qualifier property.
 void setQualifier(EnzymeNameQualifierType value)
          Sets the value of the qualifier property.
 
Methods inherited from class uk.ac.ebi.intenz.xml.jaxb.ViewableType
getContent, getView, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qualifier

protected EnzymeNameQualifierType qualifier
Constructor Detail

EnzymeNameType

public EnzymeNameType()
Method Detail

getQualifier

public EnzymeNameQualifierType getQualifier()
Gets the value of the qualifier property.

Returns:
possible object is EnzymeNameQualifierType

setQualifier

public void setQualifier(EnzymeNameQualifierType value)
Sets the value of the qualifier property.

Parameters:
value - allowed object is EnzymeNameQualifierType


Copyright © 2013 EMBL-EBI. All Rights Reserved.