public class Catalyzed extends Object
Java class for catalyzed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="catalyzed"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="reaction" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Catalyzed() |
Modifier and Type | Method and Description |
---|---|
String |
getReaction()
Gets the value of the reaction property.
|
void |
setReaction(String value)
Sets the value of the reaction property.
|
protected String reaction
Copyright © 2018. All rights reserved.