public class ScorePart extends Object
Java class for score-part complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="score-part">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identification" type="{}identification" minOccurs="0"/>
<element name="part-name" type="{}part-name"/>
<element name="part-name-display" type="{}name-display" minOccurs="0"/>
<element name="part-abbreviation" type="{}part-name" minOccurs="0"/>
<element name="part-abbreviation-display" type="{}name-display" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="score-instrument" type="{}score-instrument" maxOccurs="unbounded" minOccurs="0"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="midi-device" type="{}midi-device" minOccurs="0"/>
<element name="midi-instrument" type="{}midi-instrument" minOccurs="0"/>
</sequence>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
group |
protected String |
id |
protected Identification |
identification |
protected List<Object> |
midiDeviceAndMidiInstrument |
protected PartName |
partAbbreviation |
protected NameDisplay |
partAbbreviationDisplay |
protected PartName |
partName |
protected NameDisplay |
partNameDisplay |
protected List<ScoreInstrument> |
scoreInstrument |
| Constructor and Description |
|---|
ScorePart() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
Identification |
getIdentification()
Gets the value of the identification property.
|
List<Object> |
getMidiDeviceAndMidiInstrument()
Gets the value of the midiDeviceAndMidiInstrument property.
|
PartName |
getPartAbbreviation()
Gets the value of the partAbbreviation property.
|
NameDisplay |
getPartAbbreviationDisplay()
Gets the value of the partAbbreviationDisplay property.
|
PartName |
getPartName()
Gets the value of the partName property.
|
NameDisplay |
getPartNameDisplay()
Gets the value of the partNameDisplay property.
|
List<ScoreInstrument> |
getScoreInstrument()
Gets the value of the scoreInstrument property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdentification(Identification value)
Sets the value of the identification property.
|
void |
setPartAbbreviation(PartName value)
Sets the value of the partAbbreviation property.
|
void |
setPartAbbreviationDisplay(NameDisplay value)
Sets the value of the partAbbreviationDisplay property.
|
void |
setPartName(PartName value)
Sets the value of the partName property.
|
void |
setPartNameDisplay(NameDisplay value)
Sets the value of the partNameDisplay property.
|
protected Identification identification
protected PartName partName
protected NameDisplay partNameDisplay
protected PartName partAbbreviation
protected NameDisplay partAbbreviationDisplay
protected List<ScoreInstrument> scoreInstrument
protected String id
public Identification getIdentification()
Identificationpublic void setIdentification(Identification value)
value - allowed object is
Identificationpublic PartName getPartName()
PartNamepublic void setPartName(PartName value)
value - allowed object is
PartNamepublic NameDisplay getPartNameDisplay()
NameDisplaypublic void setPartNameDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic PartName getPartAbbreviation()
PartNamepublic void setPartAbbreviation(PartName value)
value - allowed object is
PartNamepublic NameDisplay getPartAbbreviationDisplay()
NameDisplaypublic void setPartAbbreviationDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic List<String> getGroup()
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 set method for the group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ScoreInstrument> getScoreInstrument()
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 set method for the scoreInstrument property.
For example, to add a new item, do as follows:
getScoreInstrument().add(newItem);
Objects of the following type(s) are allowed in the list
ScoreInstrument
public List<Object> getMidiDeviceAndMidiInstrument()
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 set method for the midiDeviceAndMidiInstrument property.
For example, to add a new item, do as follows:
getMidiDeviceAndMidiInstrument().add(newItem);
Objects of the following type(s) are allowed in the list
MidiDevice
MidiInstrument
Copyright © 2016 Audiveris Ltd. All rights reserved.