public class Grouping extends Object
Java class for grouping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="grouping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feature" type="{}feature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{}start-stop-single" />
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}token" default="1" />
<attribute name="member-of" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Feature> |
feature |
protected String |
memberOf |
protected String |
number |
protected StartStopSingle |
type |
| Constructor and Description |
|---|
Grouping() |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
getFeature()
Gets the value of the feature property.
|
String |
getMemberOf()
Gets the value of the memberOf property.
|
String |
getNumber()
Gets the value of the number property.
|
StartStopSingle |
getType()
Gets the value of the type property.
|
void |
setMemberOf(String value)
Sets the value of the memberOf property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setType(StartStopSingle value)
Sets the value of the type property.
|
protected StartStopSingle type
protected String number
protected String memberOf
public List<Feature> getFeature()
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 feature property.
For example, to add a new item, do as follows:
getFeature().add(newItem);
Objects of the following type(s) are allowed in the list
Feature
public StartStopSingle getType()
StartStopSinglepublic void setType(StartStopSingle value)
value - allowed object is
StartStopSinglepublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getMemberOf()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.