Package org.audiveris.proxymusic
Class Link
java.lang.Object
org.audiveris.proxymusic.Link
The link type serves as an outgoing simple XLink. If a relative link is used within a document that is part of a compressed MusicXML file, the link is relative to the root folder of the zip file.
Java class for link complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="link">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}element-position"/>
<attGroup ref="{}position"/>
<attGroup ref="{}link-attributes"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected BigIntegerprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actuate property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the element property.getHref()Gets the value of the href property.getName()Gets the value of the name property.Gets the value of the position property.Gets the value of the relativeX property.Gets the value of the relativeY 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.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetElement(String value) Sets the value of the element property.voidSets the value of the href property.voidSets the value of the name property.voidsetPosition(BigInteger value) Sets the value of the position property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY 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
-
name
-
element
-
position
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
href
-
type
-
role
-
title
-
show
-
actuate
-
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getElement
Gets the value of the element property.- Returns:
- possible object is
String
-
setElement
Sets the value of the element property.- Parameters:
value- allowed object isString
-
getPosition
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
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
-