Class PartClef

java.lang.Object
org.audiveris.proxymusic.PartClef

public class PartClef extends Object
The child elements of the part-clef type have the same meaning as for the clef type. However that meaning applies to a transposed part created from the existing score file.

Java class for part-clef complex type.

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

 <complexType name="part-clef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{}clef"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartClef

      public PartClef()
  • Method Details

    • getSign

      public ClefSign getSign()
      Gets the value of the sign property.
      Returns:
      possible object is ClefSign
    • setSign

      public void setSign(ClefSign value)
      Sets the value of the sign property.
      Parameters:
      value - allowed object is ClefSign
    • getLine

      public BigInteger getLine()
      Gets the value of the line property.
      Returns:
      possible object is BigInteger
    • setLine

      public void setLine(BigInteger value)
      Sets the value of the line property.
      Parameters:
      value - allowed object is BigInteger
    • getClefOctaveChange

      public BigInteger getClefOctaveChange()
      Gets the value of the clefOctaveChange property.
      Returns:
      possible object is BigInteger
    • setClefOctaveChange

      public void setClefOctaveChange(BigInteger value)
      Sets the value of the clefOctaveChange property.
      Parameters:
      value - allowed object is BigInteger