Package org.audiveris.proxymusic.opus
Class OpusLink
java.lang.Object
org.audiveris.proxymusic.opus.OpusLink
An opus-link provides a link to another opus document, allowing for multiple levels of opus collections via linking as well as nesting.
Java class for opus-link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="opus-link">
<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
-
OpusLink
public OpusLink()
-
-
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
-