uk.ac.ebi.intenz.xml.jaxb
Class EnzymeNameType
java.lang.Object
uk.ac.ebi.intenz.xml.jaxb.ViewableType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
qualifier
protected EnzymeNameQualifierType qualifier
EnzymeNameType
public EnzymeNameType()
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.