Class ScorePartwise
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}score-header"/>
<element name="part" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measure" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}music-data"/>
<attGroup ref="{}measure-attributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{}part-attributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{}document-attributes"/>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Defaultsprotected Identificationprotected Stringprotected Stringprotected List<ScorePartwise.Part>protected PartListprotected Stringprotected Work -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the credit property.Gets the value of the defaults property.Gets the value of the identification property.Gets the value of the movementNumber property.Gets the value of the movementTitle property.getPart()Gets the value of the part property.Gets the value of the partList property.Gets the value of the version property.getWork()Gets the value of the work property.voidsetDefaults(Defaults value) Sets the value of the defaults property.voidsetIdentification(Identification value) Sets the value of the identification property.voidsetMovementNumber(String value) Sets the value of the movementNumber property.voidsetMovementTitle(String value) Sets the value of the movementTitle property.voidsetPartList(PartList value) Sets the value of the partList property.voidsetVersion(String value) Sets the value of the version property.voidSets the value of the work property.
-
Field Details
-
work
-
movementNumber
-
movementTitle
-
identification
-
defaults
-
credit
-
partList
-
part
-
version
-
-
Constructor Details
-
ScorePartwise
public ScorePartwise()
-
-
Method Details
-
getWork
Gets the value of the work property.- Returns:
- possible object is
Work
-
setWork
Sets the value of the work property.- Parameters:
value- allowed object isWork
-
getMovementNumber
Gets the value of the movementNumber property.- Returns:
- possible object is
String
-
setMovementNumber
Sets the value of the movementNumber property.- Parameters:
value- allowed object isString
-
getMovementTitle
Gets the value of the movementTitle property.- Returns:
- possible object is
String
-
setMovementTitle
Sets the value of the movementTitle property.- Parameters:
value- allowed object isString
-
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
-
getDefaults
Gets the value of the defaults property.- Returns:
- possible object is
Defaults
-
setDefaults
Sets the value of the defaults property.- Parameters:
value- allowed object isDefaults
-
getCredit
Gets the value of the credit 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 credit property.For example, to add a new item, do as follows:
getCredit().add(newItem);Objects of the following type(s) are allowed in the list
Credit -
getPartList
Gets the value of the partList property.- Returns:
- possible object is
PartList
-
setPartList
Sets the value of the partList property.- Parameters:
value- allowed object isPartList
-
getPart
Gets the value of the part 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 part property.For example, to add a new item, do as follows:
getPart().add(newItem);Objects of the following type(s) are allowed in the list
ScorePartwise.Part -
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-