public class InternalOperatorValueInBlockDiagram extends Object
Java class for internalOperatorValueInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="internalOperatorValueInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="value" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</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 BigDecimal |
offsetX |
protected BigDecimal |
offsetY |
protected BigDecimal |
value |
| Constructor and Description |
|---|
InternalOperatorValueInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getOffsetX()
Gets the value of the offsetX property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setOffsetX(BigDecimal value)
Sets the value of the offsetX property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected BigDecimal offsetX
protected BigDecimal offsetY
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic 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.