public class ScoreTimewise extends Object
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="measure" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="part" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}music-data"/>
<attGroup ref="{}part-attributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{}measure-attributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{}document-attributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScoreTimewise.Measure
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Credit> |
credit |
protected Defaults |
defaults |
protected Identification |
identification |
protected List<ScoreTimewise.Measure> |
measure |
protected String |
movementNumber |
protected String |
movementTitle |
protected PartList |
partList |
protected String |
version |
protected Work |
work |
| Constructor and Description |
|---|
ScoreTimewise() |
| Modifier and Type | Method and Description |
|---|---|
List<Credit> |
getCredit()
Gets the value of the credit property.
|
Defaults |
getDefaults()
Gets the value of the defaults property.
|
Identification |
getIdentification()
Gets the value of the identification property.
|
List<ScoreTimewise.Measure> |
getMeasure()
Gets the value of the measure property.
|
String |
getMovementNumber()
Gets the value of the movementNumber property.
|
String |
getMovementTitle()
Gets the value of the movementTitle property.
|
PartList |
getPartList()
Gets the value of the partList property.
|
String |
getVersion()
Gets the value of the version property.
|
Work |
getWork()
Gets the value of the work property.
|
void |
setDefaults(Defaults value)
Sets the value of the defaults property.
|
void |
setIdentification(Identification value)
Sets the value of the identification property.
|
void |
setMovementNumber(String value)
Sets the value of the movementNumber property.
|
void |
setMovementTitle(String value)
Sets the value of the movementTitle property.
|
void |
setPartList(PartList value)
Sets the value of the partList property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setWork(Work value)
Sets the value of the work property.
|
protected Work work
protected String movementNumber
protected String movementTitle
protected Identification identification
protected Defaults defaults
protected PartList partList
protected List<ScoreTimewise.Measure> measure
protected String version
public void setWork(Work value)
value - allowed object is
Workpublic String getMovementNumber()
Stringpublic void setMovementNumber(String value)
value - allowed object is
Stringpublic String getMovementTitle()
Stringpublic void setMovementTitle(String value)
value - allowed object is
Stringpublic Identification getIdentification()
Identificationpublic void setIdentification(Identification value)
value - allowed object is
Identificationpublic Defaults getDefaults()
Defaultspublic void setDefaults(Defaults value)
value - allowed object is
Defaultspublic List<Credit> getCredit()
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 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
public PartList getPartList()
PartListpublic void setPartList(PartList value)
value - allowed object is
PartListpublic List<ScoreTimewise.Measure> getMeasure()
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 measure property.
For example, to add a new item, do as follows:
getMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
ScoreTimewise.Measure
public String getVersion()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.