Package org.audiveris.proxymusic
Class Miscellaneous
java.lang.Object
org.audiveris.proxymusic.Miscellaneous
If a program has other metadata not yet supported in the MusicXML format, it can go in the miscellaneous element. The miscellaneous type puts each separate part of metadata into its own miscellaneous-field type.
Java class for miscellaneous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="miscellaneous">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="miscellaneous-field" type="{}miscellaneous-field" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the miscellaneousField property.
-
Field Details
-
miscellaneousField
-
-
Constructor Details
-
Miscellaneous
public Miscellaneous()
-
-
Method Details
-
getMiscellaneousField
Gets the value of the miscellaneousField property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the miscellaneousField property.For example, to add a new item, do as follows:
getMiscellaneousField().add(newItem);Objects of the following type(s) are allowed in the list
MiscellaneousField
-