public class SystemDividers extends Object
Java class for system-dividers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="system-dividers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left-divider" type="{}empty-print-object-style-align"/>
<element name="right-divider" type="{}empty-print-object-style-align"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EmptyPrintObjectStyleAlign |
leftDivider |
protected EmptyPrintObjectStyleAlign |
rightDivider |
| Constructor and Description |
|---|
SystemDividers() |
| Modifier and Type | Method and Description |
|---|---|
EmptyPrintObjectStyleAlign |
getLeftDivider()
Gets the value of the leftDivider property.
|
EmptyPrintObjectStyleAlign |
getRightDivider()
Gets the value of the rightDivider property.
|
void |
setLeftDivider(EmptyPrintObjectStyleAlign value)
Sets the value of the leftDivider property.
|
void |
setRightDivider(EmptyPrintObjectStyleAlign value)
Sets the value of the rightDivider property.
|
protected EmptyPrintObjectStyleAlign leftDivider
protected EmptyPrintObjectStyleAlign rightDivider
public EmptyPrintObjectStyleAlign getLeftDivider()
EmptyPrintObjectStyleAlignpublic void setLeftDivider(EmptyPrintObjectStyleAlign value)
value - allowed object is
EmptyPrintObjectStyleAlignpublic EmptyPrintObjectStyleAlign getRightDivider()
EmptyPrintObjectStyleAlignpublic void setRightDivider(EmptyPrintObjectStyleAlign value)
value - allowed object is
EmptyPrintObjectStyleAlignCopyright © 2016 Audiveris Ltd. All rights reserved.