Package org.audiveris.proxymusic
Class Opus
java.lang.Object
org.audiveris.proxymusic.Opus
The opus type represents a link to a MusicXML opus document that composes multiple MusicXML scores into a collection.
Java class for opus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="opus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}link-attributes"/>
</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.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.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
-
href
-
type
-
role
-
title
-
show
-
actuate
-
-
Constructor Details
-
Opus
public Opus()
-
-
Method Details
-
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
-