public class Slash extends Object
Java class for slash complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="slash">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}slash" minOccurs="0"/>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="use-dots" type="{}yes-no" />
<attribute name="use-stems" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Empty> |
slashDot |
protected String |
slashType |
protected StartStop |
type |
protected YesNo |
useDots |
protected YesNo |
useStems |
| Constructor and Description |
|---|
Slash() |
| Modifier and Type | Method and Description |
|---|---|
List<Empty> |
getSlashDot()
Gets the value of the slashDot property.
|
String |
getSlashType()
Gets the value of the slashType property.
|
StartStop |
getType()
Gets the value of the type property.
|
YesNo |
getUseDots()
Gets the value of the useDots property.
|
YesNo |
getUseStems()
Gets the value of the useStems property.
|
void |
setSlashType(String value)
Sets the value of the slashType property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
void |
setUseDots(YesNo value)
Sets the value of the useDots property.
|
void |
setUseStems(YesNo value)
Sets the value of the useStems property.
|
protected String slashType
protected StartStop type
protected YesNo useDots
protected YesNo useStems
public String getSlashType()
Stringpublic void setSlashType(String value)
value - allowed object is
Stringpublic List<Empty> getSlashDot()
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 slashDot property.
For example, to add a new item, do as follows:
getSlashDot().add(newItem);
Objects of the following type(s) are allowed in the list
Empty
public StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic YesNo getUseDots()
YesNopublic void setUseDots(YesNo value)
value - allowed object is
YesNopublic YesNo getUseStems()
YesNoCopyright © 2016 Audiveris Ltd. All rights reserved.