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