Package org.audiveris.proxymusic
Class Bookmark
java.lang.Object
org.audiveris.proxymusic.Bookmark
The bookmark type serves as a well-defined target for an incoming simple XLink.
Java class for bookmark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bookmark">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}element-position"/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the element property.getId()Gets the value of the id property.getName()Gets the value of the name property.Gets the value of the position property.voidsetElement(String value) Sets the value of the element property.voidSets the value of the id property.voidSets the value of the name property.voidsetPosition(BigInteger value) Sets the value of the position property.
-
Field Details
-
id
-
name
-
element
-
position
-
-
Constructor Details
-
Bookmark
public Bookmark()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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
-