Class Bookmark

java.lang.Object
org.audiveris.proxymusic.Bookmark

public class Bookmark extends Object
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 Details

  • Constructor Details

    • Bookmark

      public Bookmark()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getElement

      public String getElement()
      Gets the value of the element property.
      Returns:
      possible object is String
    • setElement

      public void setElement(String value)
      Sets the value of the element property.
      Parameters:
      value - allowed object is String
    • getPosition

      public BigInteger getPosition()
      Gets the value of the position property.
      Returns:
      possible object is BigInteger
    • setPosition

      public void setPosition(BigInteger value)
      Sets the value of the position property.
      Parameters:
      value - allowed object is BigInteger