Package org.audiveris.proxymusic
Class ScoreTimewise.Measure
java.lang.Object
org.audiveris.proxymusic.ScoreTimewise.Measure
- Enclosing class:
- ScoreTimewise
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">
<sequence>
<element name="part" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}music-data"/>
<attGroup ref="{}part-attributes"/>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attGroup ref="{}measure-attributes"/>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected YesNoprotected YesNoprotected Stringprotected List<ScoreTimewise.Measure.Part>protected Stringprotected BigDecimal -
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 number property.getPart()Gets the value of the part 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
-
part
-
number
-
text
-
implicit
-
nonControlling
-
width
-
id
-
-
Constructor Details
-
Measure
public Measure()
-
-
Method Details
-
getPart
Gets the value of the part 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 part property.For example, to add a new item, do as follows:
getPart().add(newItem);Objects of the following type(s) are allowed in the list
ScoreTimewise.Measure.Part -
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
-