public class EndPointInBlockDiagram extends Object
Java class for endPointInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="endPointInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="offsetX" use="required">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}decimal" />
</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="effectSite">
<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>
<attribute name="link">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="degrade">
<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 Short |
degrade |
protected Short |
effectSite |
protected Short |
link |
protected List<BigDecimal> |
offsetX |
protected BigDecimal |
offsetY |
protected Short |
operator |
protected Short |
residue |
| Constructor and Description |
|---|
EndPointInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getBindingSite()
Gets the value of the bindingSite property.
|
Short |
getDegrade()
Gets the value of the degrade property.
|
Short |
getEffectSite()
Gets the value of the effectSite property.
|
Short |
getLink()
Gets the value of the link property.
|
List<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 |
setDegrade(Short value)
Sets the value of the degrade property.
|
void |
setEffectSite(Short value)
Sets the value of the effectSite property.
|
void |
setLink(Short value)
Sets the value of the link 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 List<BigDecimal> offsetX
protected BigDecimal offsetY
protected Short residue
protected Short bindingSite
protected Short effectSite
protected Short operator
protected Short link
protected Short degrade
public List<BigDecimal> getOffsetX()
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 offsetX property.
For example, to add a new item, do as follows:
getOffsetX().add(newItem);
Objects of the following type(s) are allowed in the list
BigDecimal
public BigDecimal getOffsetY()
BigDecimalpublic void setOffsetY(BigDecimal value)
value - allowed object is
BigDecimalpublic Short getResidue()
Shortpublic void setResidue(Short value)
value - allowed object is
Shortpublic Short getBindingSite()
Shortpublic void setBindingSite(Short value)
value - allowed object is
Shortpublic Short getEffectSite()
Shortpublic void setEffectSite(Short value)
value - allowed object is
Shortpublic Short getOperator()
Shortpublic void setOperator(Short value)
value - allowed object is
Shortpublic Short getLink()
Shortpublic void setLink(Short value)
value - allowed object is
Shortpublic Short getDegrade()
ShortCopyright © 2018. All rights reserved.