public class EffectInBlockDiagram extends Object
Java class for effectInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="effectInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effectTargetInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}effectTargetInBlockDiagram" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CATALYSIS"/>
<enumeration value="INHIBITION"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EffectTargetInBlockDiagram> |
effectTargetInBlockDiagram |
protected String |
type |
| Constructor and Description |
|---|
EffectInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
List<EffectTargetInBlockDiagram> |
getEffectTargetInBlockDiagram()
Gets the value of the effectTargetInBlockDiagram property.
|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected List<EffectTargetInBlockDiagram> effectTargetInBlockDiagram
protected String type
public List<EffectTargetInBlockDiagram> getEffectTargetInBlockDiagram()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the effectTargetInBlockDiagram property.
For example, to add a new item, do as follows:
getEffectTargetInBlockDiagram().add(newItem);
Objects of the following type(s) are allowed in the list
EffectTargetInBlockDiagram
public String getType()
StringCopyright © 2018. All rights reserved.