Class StaffDetails
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"/>
<sequence minOccurs="0">
<element name="staff-lines" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
<element name="line-detail" type="{}line-detail" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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="{}staff-size" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-spacing"/>
<attGroup ref="{}print-object"/>
<attribute name="number" type="{}staff-number" />
<attribute name="show-frets" type="{}show-frets" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected List<LineDetail>protected BigIntegerprotected YesNoprotected YesNoprotected ShowFretsprotected BigIntegerprotected StaffSizeprotected List<StaffTuning>protected StaffType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCapo()Gets the value of the capo property.Gets the value of the lineDetail property.Gets the value of the number property.Gets the value of the printObject property.Gets the value of the printSpacing property.Gets the value of the showFrets property.Gets the value of the staffLines property.Gets the value of the staffSize property.Gets the value of the staffTuning property.Gets the value of the staffType property.voidsetCapo(BigInteger value) Sets the value of the capo property.voidsetNumber(BigInteger value) Sets the value of the number property.voidsetPrintObject(YesNo value) Sets the value of the printObject property.voidsetPrintSpacing(YesNo value) Sets the value of the printSpacing property.voidsetShowFrets(ShowFrets value) Sets the value of the showFrets property.voidsetStaffLines(BigInteger value) Sets the value of the staffLines property.voidsetStaffSize(StaffSize value) Sets the value of the staffSize property.voidsetStaffType(StaffType value) Sets the value of the staffType property.
-
Field Details
-
staffType
-
staffLines
-
lineDetail
-
staffTuning
-
capo
-
staffSize
-
number
-
showFrets
-
printSpacing
-
printObject
-
-
Constructor Details
-
StaffDetails
public StaffDetails()
-
-
Method Details
-
getStaffType
Gets the value of the staffType property.- Returns:
- possible object is
StaffType
-
setStaffType
Sets the value of the staffType property.- Parameters:
value- allowed object isStaffType
-
getStaffLines
Gets the value of the staffLines property.- Returns:
- possible object is
BigInteger
-
setStaffLines
Sets the value of the staffLines property.- Parameters:
value- allowed object isBigInteger
-
getLineDetail
Gets the value of the lineDetail property.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
setmethod for the lineDetail property.For example, to add a new item, do as follows:
getLineDetail().add(newItem);Objects of the following type(s) are allowed in the list
LineDetail -
getStaffTuning
Gets the value of the staffTuning property.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
setmethod 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 -
getCapo
Gets the value of the capo property.- Returns:
- possible object is
BigInteger
-
setCapo
Sets the value of the capo property.- Parameters:
value- allowed object isBigInteger
-
getStaffSize
Gets the value of the staffSize property.- Returns:
- possible object is
StaffSize
-
setStaffSize
Sets the value of the staffSize property.- Parameters:
value- allowed object isStaffSize
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigInteger
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isBigInteger
-
getShowFrets
Gets the value of the showFrets property.- Returns:
- possible object is
ShowFrets
-
setShowFrets
Sets the value of the showFrets property.- Parameters:
value- allowed object isShowFrets
-
getPrintSpacing
Gets the value of the printSpacing property.- Returns:
- possible object is
YesNo
-
setPrintSpacing
Sets the value of the printSpacing property.- Parameters:
value- allowed object isYesNo
-
getPrintObject
Gets the value of the printObject property.- Returns:
- possible object is
YesNo
-
setPrintObject
Sets the value of the printObject property.- Parameters:
value- allowed object isYesNo
-