public class Tie extends Object
Java class for tie complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tie">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="time-only" type="{}time-only" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
timeOnly |
protected StartStop |
type |
| Constructor and Description |
|---|
Tie() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTimeOnly()
Gets the value of the timeOnly property.
|
StartStop |
getType()
Gets the value of the type property.
|
void |
setTimeOnly(String value)
Sets the value of the timeOnly property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
public StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic String getTimeOnly()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.