public class Frame extends Object
Java class for frame complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frame">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="frame-strings" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="frame-frets" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="first-fret" type="{}first-fret" minOccurs="0"/>
<element name="frame-note" type="{}frame-note" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{}position"/>
<attGroup ref="{}halign"/>
<attGroup ref="{}color"/>
<attGroup ref="{}valign-image"/>
<attribute name="height" type="{}tenths" />
<attribute name="width" type="{}tenths" />
<attribute name="unplayed" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected FirstFret |
firstFret |
protected BigInteger |
frameFrets |
protected List<FrameNote> |
frameNote |
protected BigInteger |
frameStrings |
protected LeftCenterRight |
halign |
protected BigDecimal |
height |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected String |
unplayed |
protected ValignImage |
valign |
protected BigDecimal |
width |
| Constructor and Description |
|---|
Frame() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
FirstFret |
getFirstFret()
Gets the value of the firstFret property.
|
BigInteger |
getFrameFrets()
Gets the value of the frameFrets property.
|
List<FrameNote> |
getFrameNote()
Gets the value of the frameNote property.
|
BigInteger |
getFrameStrings()
Gets the value of the frameStrings property.
|
LeftCenterRight |
getHalign()
Gets the value of the halign property.
|
BigDecimal |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
String |
getUnplayed()
Gets the value of the unplayed property.
|
ValignImage |
getValign()
Gets the value of the valign property.
|
BigDecimal |
getWidth()
Gets the value of the width property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setFirstFret(FirstFret value)
Sets the value of the firstFret property.
|
void |
setFrameFrets(BigInteger value)
Sets the value of the frameFrets property.
|
void |
setFrameStrings(BigInteger value)
Sets the value of the frameStrings property.
|
void |
setHalign(LeftCenterRight value)
Sets the value of the halign property.
|
void |
setHeight(BigDecimal value)
Sets the value of the height property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setUnplayed(String value)
Sets the value of the unplayed property.
|
void |
setValign(ValignImage value)
Sets the value of the valign property.
|
void |
setWidth(BigDecimal value)
Sets the value of the width property.
|
protected BigInteger frameStrings
protected BigInteger frameFrets
protected FirstFret firstFret
protected BigDecimal height
protected BigDecimal width
protected String unplayed
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected LeftCenterRight halign
protected String color
protected ValignImage valign
public BigInteger getFrameStrings()
BigIntegerpublic void setFrameStrings(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getFrameFrets()
BigIntegerpublic void setFrameFrets(BigInteger value)
value - allowed object is
BigIntegerpublic FirstFret getFirstFret()
FirstFretpublic void setFirstFret(FirstFret value)
value - allowed object is
FirstFretpublic List<FrameNote> getFrameNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the frameNote property.
For example, to add a new item, do as follows:
getFrameNote().add(newItem);
Objects of the following type(s) are allowed in the list
FrameNote
public BigDecimal getHeight()
BigDecimalpublic void setHeight(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getWidth()
BigDecimalpublic void setWidth(BigDecimal value)
value - allowed object is
BigDecimalpublic String getUnplayed()
Stringpublic void setUnplayed(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
BigDecimalpublic LeftCenterRight getHalign()
LeftCenterRightpublic void setHalign(LeftCenterRight value)
value - allowed object is
LeftCenterRightpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic ValignImage getValign()
ValignImagepublic void setValign(ValignImage value)
value - allowed object is
ValignImageCopyright © 2016 Audiveris Ltd. All rights reserved.