Package org.audiveris.proxymusic
Class Accord
java.lang.Object
org.audiveris.proxymusic.Accord
The accord type represents the tuning of a single string in the scordatura element. It uses the same group of elements as the staff-tuning element. Strings are numbered from high to low.
Java class for accord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}tuning"/>
<attribute name="string" type="{}string-number" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigDecimalprotected intprotected Step -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the string property.Gets the value of the tuningAlter property.intGets the value of the tuningOctave property.Gets the value of the tuningStep property.voidsetString(BigInteger value) Sets the value of the string property.voidsetTuningAlter(BigDecimal value) Sets the value of the tuningAlter property.voidsetTuningOctave(int value) Sets the value of the tuningOctave property.voidsetTuningStep(Step value) Sets the value of the tuningStep property.
-
Field Details
-
tuningStep
-
tuningAlter
-
tuningOctave
protected int tuningOctave -
string
-
-
Constructor Details
-
Accord
public Accord()
-
-
Method Details
-
getTuningStep
Gets the value of the tuningStep property.- Returns:
- possible object is
Step
-
setTuningStep
Sets the value of the tuningStep property.- Parameters:
value- allowed object isStep
-
getTuningAlter
Gets the value of the tuningAlter property.- Returns:
- possible object is
BigDecimal
-
setTuningAlter
Sets the value of the tuningAlter property.- Parameters:
value- allowed object isBigDecimal
-
getTuningOctave
public int getTuningOctave()Gets the value of the tuningOctave property. -
setTuningOctave
public void setTuningOctave(int value) Sets the value of the tuningOctave property. -
getString
Gets the value of the string property.- Returns:
- possible object is
BigInteger
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isBigInteger
-