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