Package org.audiveris.proxymusic
Class ScorePartwise.Part.Measure
java.lang.Object
org.audiveris.proxymusic.ScorePartwise.Part.Measure
- Enclosing class:
- ScorePartwise.Part
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}music-data"/>
<attGroup ref="{}measure-attributes"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the implicit property.Gets the value of the nonControlling property.Gets the value of the noteOrBackupOrForward property.Gets the value of the number property.getText()Gets the value of the text property.getWidth()Gets the value of the width property.voidSets the value of the id property.voidsetImplicit(YesNo value) Sets the value of the implicit property.voidsetNonControlling(YesNo value) Sets the value of the nonControlling property.voidSets the value of the number property.voidSets the value of the text property.voidsetWidth(BigDecimal value) Sets the value of the width property.
-
Field Details
-
noteOrBackupOrForward
-
number
-
text
-
implicit
-
nonControlling
-
width
-
id
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
getNoteOrBackupOrForward
Gets the value of the noteOrBackupOrForward property.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
setmethod for the noteOrBackupOrForward property.For example, to add a new item, do as follows:
getNoteOrBackupOrForward().add(newItem);Objects of the following type(s) are allowed in the list
NoteBackupForwardDirectionAttributesHarmonyFiguredBassPrintSoundListeningBarlineGroupingLinkBookmark -
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isString
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getImplicit
Gets the value of the implicit property.- Returns:
- possible object is
YesNo
-
setImplicit
Sets the value of the implicit property.- Parameters:
value- allowed object isYesNo
-
getNonControlling
Gets the value of the nonControlling property.- Returns:
- possible object is
YesNo
-
setNonControlling
Sets the value of the nonControlling property.- Parameters:
value- allowed object isYesNo
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
BigDecimal
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isBigDecimal
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-