All Implemented Interfaces:
MusicItem

@Entity
public class Supports
extends Encoding
  • Constructor Summary

    Constructors
    Constructor Description
    Supports()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAttribute()  
    java.lang.String getElement()  
    java.lang.Boolean getType()  
    java.lang.String getValue()  
    void setAttribute​(java.lang.String attribute)  
    void setElement​(java.lang.String element)  
    void setType​(java.lang.Boolean type)  
    void setValue​(java.lang.String value)  

    Methods inherited from class com.musicxmltasks.database.OrderedItem

    getOrdering, setOrdering

    Methods inherited from class com.musicxmltasks.database.DatabaseItem

    getId, setId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Supports

      public Supports()
  • Method Details

    • getType

      public java.lang.Boolean getType()
    • setType

      public void setType​(java.lang.Boolean type)
    • getElement

      public java.lang.String getElement()
    • setElement

      public void setElement​(java.lang.String element)
    • getAttribute

      public java.lang.String getAttribute()
    • setAttribute

      public void setAttribute​(java.lang.String attribute)
    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)