uk.ac.ebi.intenz.xml.jaxb
Class InactiveStatusType
java.lang.Object
uk.ac.ebi.intenz.xml.jaxb.InactiveStatusType
public class InactiveStatusType
- extends Object
Inactive EC number.
Java class for inactiveStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inactiveStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Method Summary |
String |
getNote()
Gets the value of the note property. |
void |
setNote(String value)
Sets the value of the note property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
note
protected String note
InactiveStatusType
public InactiveStatusType()
getNote
public String getNote()
- Gets the value of the note property.
- Returns:
- possible object is
String
setNote
public void setNote(String value)
- Sets the value of the note property.
- Parameters:
value
- allowed object is
String
Copyright © 2013 EMBL-EBI. All Rights Reserved.