public class Beam extends Object
Java class for beam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="beam">
<simpleContent>
<extension base="<>beam-value">
<attGroup ref="{}color"/>
<attribute name="number" type="{}beam-level" default="1" />
<attribute name="repeater" type="{}yes-no" />
<attribute name="fan" type="{}fan" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected Fan |
fan |
protected Integer |
number |
protected YesNo |
repeater |
protected BeamValue |
value |
| Constructor and Description |
|---|
Beam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
Fan |
getFan()
Gets the value of the fan property.
|
int |
getNumber()
Gets the value of the number property.
|
YesNo |
getRepeater()
Gets the value of the repeater property.
|
BeamValue |
getValue()
The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setFan(Fan value)
Sets the value of the fan property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setRepeater(YesNo value)
Sets the value of the repeater property.
|
void |
setValue(BeamValue value)
Sets the value of the value property.
|
protected BeamValue value
protected Integer number
protected YesNo repeater
protected Fan fan
protected String color
public BeamValue getValue()
BeamValuepublic void setValue(BeamValue value)
value - allowed object is
BeamValuepublic int getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic YesNo getRepeater()
YesNopublic void setRepeater(YesNo value)
value - allowed object is
YesNopublic void setFan(Fan value)
value - allowed object is
Fanpublic String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.