public class PartGroup extends Object
Java class for part-group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="part-group">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="group-name" type="{}group-name" minOccurs="0"/>
<element name="group-name-display" type="{}name-display" minOccurs="0"/>
<element name="group-abbreviation" type="{}group-name" minOccurs="0"/>
<element name="group-abbreviation-display" type="{}name-display" minOccurs="0"/>
<element name="group-symbol" type="{}group-symbol" minOccurs="0"/>
<element name="group-barline" type="{}group-barline" minOccurs="0"/>
<element name="group-time" type="{}empty" minOccurs="0"/>
<group ref="{}editorial"/>
</sequence>
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="number" type="{http://www.w3.org/2001/XMLSchema}token" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormattedText |
footnote |
protected GroupName |
groupAbbreviation |
protected NameDisplay |
groupAbbreviationDisplay |
protected GroupBarline |
groupBarline |
protected GroupName |
groupName |
protected NameDisplay |
groupNameDisplay |
protected GroupSymbol |
groupSymbol |
protected Empty |
groupTime |
protected Level |
level |
protected String |
number |
protected StartStop |
type |
| Constructor and Description |
|---|
PartGroup() |
| Modifier and Type | Method and Description |
|---|---|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
GroupName |
getGroupAbbreviation()
Gets the value of the groupAbbreviation property.
|
NameDisplay |
getGroupAbbreviationDisplay()
Gets the value of the groupAbbreviationDisplay property.
|
GroupBarline |
getGroupBarline()
Gets the value of the groupBarline property.
|
GroupName |
getGroupName()
Gets the value of the groupName property.
|
NameDisplay |
getGroupNameDisplay()
Gets the value of the groupNameDisplay property.
|
GroupSymbol |
getGroupSymbol()
Gets the value of the groupSymbol property.
|
Empty |
getGroupTime()
Gets the value of the groupTime property.
|
Level |
getLevel()
Gets the value of the level property.
|
String |
getNumber()
Gets the value of the number property.
|
StartStop |
getType()
Gets the value of the type property.
|
void |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setGroupAbbreviation(GroupName value)
Sets the value of the groupAbbreviation property.
|
void |
setGroupAbbreviationDisplay(NameDisplay value)
Sets the value of the groupAbbreviationDisplay property.
|
void |
setGroupBarline(GroupBarline value)
Sets the value of the groupBarline property.
|
void |
setGroupName(GroupName value)
Sets the value of the groupName property.
|
void |
setGroupNameDisplay(NameDisplay value)
Sets the value of the groupNameDisplay property.
|
void |
setGroupSymbol(GroupSymbol value)
Sets the value of the groupSymbol property.
|
void |
setGroupTime(Empty value)
Sets the value of the groupTime property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setType(StartStop value)
Sets the value of the type property.
|
protected GroupName groupName
protected NameDisplay groupNameDisplay
protected GroupName groupAbbreviation
protected NameDisplay groupAbbreviationDisplay
protected GroupSymbol groupSymbol
protected GroupBarline groupBarline
protected Empty groupTime
protected FormattedText footnote
protected Level level
protected StartStop type
protected String number
public GroupName getGroupName()
GroupNamepublic void setGroupName(GroupName value)
value - allowed object is
GroupNamepublic NameDisplay getGroupNameDisplay()
NameDisplaypublic void setGroupNameDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic GroupName getGroupAbbreviation()
GroupNamepublic void setGroupAbbreviation(GroupName value)
value - allowed object is
GroupNamepublic NameDisplay getGroupAbbreviationDisplay()
NameDisplaypublic void setGroupAbbreviationDisplay(NameDisplay value)
value - allowed object is
NameDisplaypublic GroupSymbol getGroupSymbol()
GroupSymbolpublic void setGroupSymbol(GroupSymbol value)
value - allowed object is
GroupSymbolpublic GroupBarline getGroupBarline()
GroupBarlinepublic void setGroupBarline(GroupBarline value)
value - allowed object is
GroupBarlinepublic Empty getGroupTime()
Emptypublic void setGroupTime(Empty value)
value - allowed object is
Emptypublic FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic StartStop getType()
StartStoppublic void setType(StartStop value)
value - allowed object is
StartStoppublic String getNumber()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.