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

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

public class ReactionType
extends ViewableType

For now, only a free text and a 'view' attribute.

Java class for reactionType complex type.

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

 <complexType name="reactionType">
   <complexContent>
     <extension base="{http://www.ebi.ac.uk/intenz}viewableType">
       <attribute name="iubmb" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean iubmb
           
 
Fields inherited from class uk.ac.ebi.intenz.xml.jaxb.ViewableType
content, view
 
Constructor Summary
ReactionType()
           
 
Method Summary
 Boolean isIubmb()
          Gets the value of the iubmb property.
 void setIubmb(Boolean value)
          Sets the value of the iubmb 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

iubmb

protected Boolean iubmb
Constructor Detail

ReactionType

public ReactionType()
Method Detail

isIubmb

public Boolean isIubmb()
Gets the value of the iubmb property.

Returns:
possible object is Boolean

setIubmb

public void setIubmb(Boolean value)
Sets the value of the iubmb property.

Parameters:
value - allowed object is Boolean


Copyright © 2013 EMBL-EBI. All Rights Reserved.