public class StaffDetails extends Object
Java class for staff-details complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staff-details">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="staff-type" type="{}staff-type" minOccurs="0"/>
<element name="staff-lines" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="staff-tuning" type="{}staff-tuning" maxOccurs="unbounded" minOccurs="0"/>
<element name="capo" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="staff-size" type="{}non-negative-decimal" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-object"/>
<attGroup ref="{}print-spacing"/>
<attribute name="number" type="{}staff-number" />
<attribute name="show-frets" type="{}show-frets" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
capo |
protected BigInteger |
number |
protected YesNo |
printObject |
protected YesNo |
printSpacing |
protected ShowFrets |
showFrets |
protected BigInteger |
staffLines |
protected BigDecimal |
staffSize |
protected List<StaffTuning> |
staffTuning |
protected StaffType |
staffType |
| Constructor and Description |
|---|
StaffDetails() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCapo()
Gets the value of the capo property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
YesNo |
getPrintSpacing()
Gets the value of the printSpacing property.
|
ShowFrets |
getShowFrets()
Gets the value of the showFrets property.
|
BigInteger |
getStaffLines()
Gets the value of the staffLines property.
|
BigDecimal |
getStaffSize()
Gets the value of the staffSize property.
|
List<StaffTuning> |
getStaffTuning()
Gets the value of the staffTuning property.
|
StaffType |
getStaffType()
Gets the value of the staffType property.
|
void |
setCapo(BigInteger value)
Sets the value of the capo property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setPrintSpacing(YesNo value)
Sets the value of the printSpacing property.
|
void |
setShowFrets(ShowFrets value)
Sets the value of the showFrets property.
|
void |
setStaffLines(BigInteger value)
Sets the value of the staffLines property.
|
void |
setStaffSize(BigDecimal value)
Sets the value of the staffSize property.
|
void |
setStaffType(StaffType value)
Sets the value of the staffType property.
|
protected StaffType staffType
protected BigInteger staffLines
protected List<StaffTuning> staffTuning
protected BigInteger capo
protected BigDecimal staffSize
protected BigInteger number
protected ShowFrets showFrets
protected YesNo printObject
protected YesNo printSpacing
public StaffType getStaffType()
StaffTypepublic void setStaffType(StaffType value)
value - allowed object is
StaffTypepublic BigInteger getStaffLines()
BigIntegerpublic void setStaffLines(BigInteger value)
value - allowed object is
BigIntegerpublic List<StaffTuning> getStaffTuning()
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 staffTuning property.
For example, to add a new item, do as follows:
getStaffTuning().add(newItem);
Objects of the following type(s) are allowed in the list
StaffTuning
public BigInteger getCapo()
BigIntegerpublic void setCapo(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getStaffSize()
BigDecimalpublic void setStaffSize(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic ShowFrets getShowFrets()
ShowFretspublic void setShowFrets(ShowFrets value)
value - allowed object is
ShowFretspublic YesNo getPrintObject()
YesNopublic void setPrintObject(YesNo value)
value - allowed object is
YesNopublic YesNo getPrintSpacing()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.