public class InternalOperatorInBlockDiagram extends Object
Java class for internalOperatorInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="internalOperatorInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="internalOperatorValueInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}internalOperatorValueInBlockDiagram" minOccurs="0"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="and"/>
<enumeration value="or"/>
<enumeration value="add"/>
<enumeration value="multiply"/>
<enumeration value="threshold"/>
<enumeration value="autoActivate"/>
<enumeration value="assign"/>
</restriction>
</simpleType>
</attribute>
<attribute name="sub">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ge"/>
<enumeration value="gt"/>
<enumeration value="le"/>
<enumeration value="lt"/>
</restriction>
</simpleType>
</attribute>
<attribute name="offsetX" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
<attribute name="offsetY" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected short |
id |
protected InternalOperatorValueInBlockDiagram |
internalOperatorValueInBlockDiagram |
protected BigDecimal |
offsetX |
protected BigDecimal |
offsetY |
protected String |
sub |
protected String |
type |
| Constructor and Description |
|---|
InternalOperatorInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
short |
getId()
Gets the value of the id property.
|
InternalOperatorValueInBlockDiagram |
getInternalOperatorValueInBlockDiagram()
Gets the value of the internalOperatorValueInBlockDiagram property.
|
BigDecimal |
getOffsetX()
Gets the value of the offsetX property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
String |
getSub()
Gets the value of the sub property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setInternalOperatorValueInBlockDiagram(InternalOperatorValueInBlockDiagram value)
Sets the value of the internalOperatorValueInBlockDiagram property.
|
void |
setOffsetX(BigDecimal value)
Sets the value of the offsetX property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setSub(String value)
Sets the value of the sub property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected InternalOperatorValueInBlockDiagram internalOperatorValueInBlockDiagram
protected short id
protected String type
protected String sub
protected BigDecimal offsetX
protected BigDecimal offsetY
public InternalOperatorValueInBlockDiagram getInternalOperatorValueInBlockDiagram()
InternalOperatorValueInBlockDiagrampublic void setInternalOperatorValueInBlockDiagram(InternalOperatorValueInBlockDiagram value)
value - allowed object is
InternalOperatorValueInBlockDiagrampublic short getId()
public void setId(short value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getSub()
Stringpublic void setSub(String value)
value - allowed object is
Stringpublic BigDecimal getOffsetX()
BigDecimalpublic void setOffsetX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getOffsetY()
BigDecimalpublic void setOffsetY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.