Package org.audiveris.proxymusic.opus
Class Score
java.lang.Object
org.audiveris.proxymusic.opus.Score
The score elements provide the links to the individual scores within an opus. The new-page attribute, added in Version 2.0, is used to indicate if the first page of the score is different than the last page of the previous score. If new-page is "yes", then a different page is used; if "no", then the same page is used. The default value is implementation-dependent.
Java class for score complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="score">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}link-attributes"/>
<attribute name="new-page" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actuate property.getHref()Gets the value of the href property.Gets the value of the newPage property.getRole()Gets the value of the role property.getShow()Gets the value of the show property.getTitle()Gets the value of the title property.getType()Gets the value of the type property.voidsetActuate(String value) Sets the value of the actuate property.voidSets the value of the href property.voidsetNewPage(YesNo value) Sets the value of the newPage property.voidSets the value of the role property.voidSets the value of the show property.voidSets the value of the title property.voidSets the value of the type property.
-
Field Details
-
newPage
-
href
-
type
-
role
-
title
-
show
-
actuate
-
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
getNewPage
Gets the value of the newPage property.- Returns:
- possible object is
YesNo
-
setNewPage
Sets the value of the newPage property.- Parameters:
value- allowed object isYesNo
-
getHref
Gets the value of the href property.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getShow
Gets the value of the show property.- Returns:
- possible object is
String
-
setShow
Sets the value of the show property.- Parameters:
value- allowed object isString
-
getActuate
Gets the value of the actuate property.- Returns:
- possible object is
String
-
setActuate
Sets the value of the actuate property.- Parameters:
value- allowed object isString
-