java.lang.Object
com.musicxmltasks.database.DatabaseItem
com.musicxmltasks.musicxml.attributes.measure.SlashGroup
All Implemented Interfaces:
MusicItem

@Entity
public class SlashGroup
extends DatabaseItem
  • Constructor Details

    • SlashGroup

      public SlashGroup()
  • Method Details

    • getSlashType

      public NoteTypeValue getSlashType()
    • setSlashType

      public void setSlashType​(NoteTypeValue slashType)
    • getSlashDots

      public java.lang.Integer getSlashDots()
    • setSlashDots

      public void setSlashDots​(java.lang.Integer slashDots)
    • getExceptVoices

      public java.util.List<ExceptVoice> getExceptVoices()
    • setExceptVoices

      public void setExceptVoices​(java.util.List<ExceptVoice> exceptVoices)