public class SystemMargins extends Object
Java class for system-margins complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="system-margins">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}left-right-margins"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
leftMargin |
protected BigDecimal |
rightMargin |
| Constructor and Description |
|---|
SystemMargins() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLeftMargin()
Gets the value of the leftMargin property.
|
BigDecimal |
getRightMargin()
Gets the value of the rightMargin property.
|
void |
setLeftMargin(BigDecimal value)
Sets the value of the leftMargin property.
|
void |
setRightMargin(BigDecimal value)
Sets the value of the rightMargin property.
|
protected BigDecimal leftMargin
protected BigDecimal rightMargin
public BigDecimal getLeftMargin()
BigDecimalpublic void setLeftMargin(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRightMargin()
BigDecimalpublic void setRightMargin(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.