Class FirstFret

java.lang.Object
org.audiveris.proxymusic.FirstFret

public class FirstFret extends Object
The first-fret type indicates which fret is shown in the top space of the frame; it is fret 1 if the element is not present. The optional text attribute indicates how this is represented in the fret diagram, while the location attribute indicates whether the text appears to the left or right of the frame.

Java class for first-fret complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="first-fret">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger">
       <attribute name="text" type="{http://www.w3.org/2001/XMLSchema}token" />
       <attribute name="location" type="{}left-right" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FirstFret

      public FirstFret()
  • Method Details

    • getValue

      public BigInteger getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigInteger
    • setValue

      public void setValue(BigInteger value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigInteger
    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getLocation

      public LeftRight getLocation()
      Gets the value of the location property.
      Returns:
      possible object is LeftRight
    • setLocation

      public void setLocation(LeftRight value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is LeftRight