public class Link extends Object
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="{}link-attributes"/>
<attGroup ref="{}position"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actuate |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected String |
element |
protected String |
href |
protected String |
name |
protected BigInteger |
position |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected String |
role |
protected String |
show |
protected String |
title |
protected String |
type |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActuate()
Gets the value of the actuate property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
String |
getElement()
Gets the value of the element property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getPosition()
Gets the value of the position property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
void |
setActuate(String value)
Sets the value of the actuate property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setElement(String value)
Sets the value of the element property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPosition(BigInteger value)
Sets the value of the position property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(String value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String name
protected String element
protected BigInteger position
protected String href
protected String type
protected String role
protected String title
protected String show
protected String actuate
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
public 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
BigIntegerpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getShow()
Stringpublic void setShow(String value)
value - allowed object is
Stringpublic String getActuate()
Stringpublic void setActuate(String value)
value - allowed object is
Stringpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.