public class Score extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actuate |
protected String |
href |
protected YesNo |
newPage |
protected String |
role |
protected String |
show |
protected String |
title |
protected String |
type |
| Constructor and Description |
|---|
Score() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActuate()
Gets the value of the actuate property.
|
String |
getHref()
Gets the value of the href property.
|
YesNo |
getNewPage()
Gets the value of the newPage property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
void |
setActuate(String value)
Sets the value of the actuate property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setNewPage(YesNo value)
Sets the value of the newPage property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(String value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected YesNo newPage
protected String href
protected String type
protected String role
protected String title
protected String show
protected String actuate
public YesNo getNewPage()
YesNopublic void setNewPage(YesNo value)
value - allowed object is
YesNopublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getShow()
Stringpublic void setShow(String value)
value - allowed object is
Stringpublic String getActuate()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.