public class DegradedInBlockDiagram extends Object
Java class for degradedInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="degradedInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="degradedShapeInBlockDiagram" type="{http://www.sbml.org/2001/ns/celldesigner}degradedShapeInBlockDiagram"/>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</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 DegradedShapeInBlockDiagram |
degradedShapeInBlockDiagram |
protected short |
id |
protected BigDecimal |
offsetY |
| Constructor and Description |
|---|
DegradedInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
DegradedShapeInBlockDiagram |
getDegradedShapeInBlockDiagram()
Gets the value of the degradedShapeInBlockDiagram property.
|
short |
getId()
Gets the value of the id property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
void |
setDegradedShapeInBlockDiagram(DegradedShapeInBlockDiagram value)
Sets the value of the degradedShapeInBlockDiagram property.
|
void |
setId(short value)
Sets the value of the id property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
protected DegradedShapeInBlockDiagram degradedShapeInBlockDiagram
protected short id
protected BigDecimal offsetY
public DegradedShapeInBlockDiagram getDegradedShapeInBlockDiagram()
DegradedShapeInBlockDiagrampublic void setDegradedShapeInBlockDiagram(DegradedShapeInBlockDiagram value)
value - allowed object is
DegradedShapeInBlockDiagrampublic short getId()
public void setId(short value)
public BigDecimal getOffsetY()
BigDecimalpublic void setOffsetY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.