Class ScorePart
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-link" type="{}part-link" maxOccurs="unbounded" 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"/>
<element name="player" type="{}player" 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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Identificationprotected PartNameprotected NameDisplayprotected PartNameprotected NameDisplayprotected List<ScoreInstrument> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()Gets the value of the group property.getId()Gets the value of the id property.Gets the value of the identification property.Gets the value of the midiDeviceAndMidiInstrument property.Gets the value of the partAbbreviation property.Gets the value of the partAbbreviationDisplay property.Gets the value of the partLink property.Gets the value of the partName property.Gets the value of the partNameDisplay property.Gets the value of the player property.Gets the value of the scoreInstrument property.voidSets the value of the id property.voidsetIdentification(Identification value) Sets the value of the identification property.voidsetPartAbbreviation(PartName value) Sets the value of the partAbbreviation property.voidSets the value of the partAbbreviationDisplay property.voidsetPartName(PartName value) Sets the value of the partName property.voidsetPartNameDisplay(NameDisplay value) Sets the value of the partNameDisplay property.
-
Field Details
-
identification
-
partLink
-
partName
-
partNameDisplay
-
partAbbreviation
-
partAbbreviationDisplay
-
group
-
scoreInstrument
-
player
-
midiDeviceAndMidiInstrument
-
id
-
-
Constructor Details
-
ScorePart
public ScorePart()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.- Returns:
- possible object is
Identification
-
setIdentification
Sets the value of the identification property.- Parameters:
value- allowed object isIdentification
-
getPartLink
Gets the value of the partLink 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 partLink property.For example, to add a new item, do as follows:
getPartLink().add(newItem);Objects of the following type(s) are allowed in the list
PartLink -
getPartName
Gets the value of the partName property.- Returns:
- possible object is
PartName
-
setPartName
Sets the value of the partName property.- Parameters:
value- allowed object isPartName
-
getPartNameDisplay
Gets the value of the partNameDisplay property.- Returns:
- possible object is
NameDisplay
-
setPartNameDisplay
Sets the value of the partNameDisplay property.- Parameters:
value- allowed object isNameDisplay
-
getPartAbbreviation
Gets the value of the partAbbreviation property.- Returns:
- possible object is
PartName
-
setPartAbbreviation
Sets the value of the partAbbreviation property.- Parameters:
value- allowed object isPartName
-
getPartAbbreviationDisplay
Gets the value of the partAbbreviationDisplay property.- Returns:
- possible object is
NameDisplay
-
setPartAbbreviationDisplay
Sets the value of the partAbbreviationDisplay property.- Parameters:
value- allowed object isNameDisplay
-
getGroup
Gets the value of the group 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 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 -
getScoreInstrument
Gets the value of the scoreInstrument 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 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 -
getPlayer
Gets the value of the player 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 player property.For example, to add a new item, do as follows:
getPlayer().add(newItem);Objects of the following type(s) are allowed in the list
Player -
getMidiDeviceAndMidiInstrument
Gets the value of the midiDeviceAndMidiInstrument 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 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
MidiDeviceMidiInstrument -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-