public class StartingPointInBlockDiagram extends Object
Java class for startingPointInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="startingPointInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <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> <attribute name="residue"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="bindingSite"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="operator"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Short |
bindingSite |
protected BigDecimal |
offsetX |
protected BigDecimal |
offsetY |
protected Short |
operator |
protected Short |
residue |
Constructor and Description |
---|
StartingPointInBlockDiagram() |
Modifier and Type | Method and Description |
---|---|
Short |
getBindingSite()
Gets the value of the bindingSite property.
|
BigDecimal |
getOffsetX()
Gets the value of the offsetX property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
Short |
getOperator()
Gets the value of the operator property.
|
Short |
getResidue()
Gets the value of the residue property.
|
void |
setBindingSite(Short value)
Sets the value of the bindingSite property.
|
void |
setOffsetX(BigDecimal value)
Sets the value of the offsetX property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setOperator(Short value)
Sets the value of the operator property.
|
void |
setResidue(Short value)
Sets the value of the residue property.
|
protected BigDecimal offsetX
protected BigDecimal offsetY
protected Short residue
protected Short bindingSite
protected Short operator
public BigDecimal getOffsetX()
BigDecimal
public void setOffsetX(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getOffsetY()
BigDecimal
public void setOffsetY(BigDecimal value)
value
- allowed object is
BigDecimal
public Short getResidue()
Short
public void setResidue(Short value)
value
- allowed object is
Short
public Short getBindingSite()
Short
public void setBindingSite(Short value)
value
- allowed object is
Short
public Short getOperator()
Short
Copyright © 2018. All rights reserved.