public class Bookmark extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
element |
protected String |
id |
protected String |
name |
protected BigInteger |
position |
| Constructor and Description |
|---|
Bookmark() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElement()
Gets the value of the element property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getPosition()
Gets the value of the position property.
|
void |
setElement(String value)
Sets the value of the element property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosition(BigInteger value)
Sets the value of the position property.
|
protected String id
protected String name
protected String element
protected BigInteger position
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getElement()
Stringpublic void setElement(String value)
value - allowed object is
Stringpublic BigInteger getPosition()
BigIntegerpublic void setPosition(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016 Audiveris Ltd. All rights reserved.