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

java.lang.Object
  extended by 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>
 


Field Summary
protected  String note
           
 
Constructor Summary
InactiveStatusType()
           
 
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
 

Field Detail

note

protected String note
Constructor Detail

InactiveStatusType

public InactiveStatusType()
Method Detail

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.