public class Time extends Object
Java class for time complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="time">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<group ref="{}time-signature" maxOccurs="unbounded"/>
<element name="interchangeable" type="{}interchangeable" minOccurs="0"/>
</sequence>
<element name="senza-misura" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attGroup ref="{}print-object"/>
<attGroup ref="{}print-style-align"/>
<attribute name="number" type="{}staff-number" />
<attribute name="symbol" type="{}time-symbol" />
<attribute name="separator" type="{}time-separator" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected LeftCenterRight |
halign |
protected Interchangeable |
interchangeable |
protected BigInteger |
number |
protected YesNo |
printObject |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected String |
senzaMisura |
protected TimeSeparator |
separator |
protected TimeSymbol |
symbol |
protected List<JAXBElement<String>> |
timeSignature |
protected Valign |
valign |
| Constructor and Description |
|---|
Time() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
LeftCenterRight |
getHalign()
Gets the value of the halign property.
|
Interchangeable |
getInterchangeable()
Gets the value of the interchangeable property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
String |
getSenzaMisura()
Gets the value of the senzaMisura property.
|
TimeSeparator |
getSeparator()
Gets the value of the separator property.
|
TimeSymbol |
getSymbol()
Gets the value of the symbol property.
|
List<JAXBElement<String>> |
getTimeSignature()
Gets the value of the timeSignature property.
|
Valign |
getValign()
Gets the value of the valign property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setHalign(LeftCenterRight value)
Sets the value of the halign property.
|
void |
setInterchangeable(Interchangeable value)
Sets the value of the interchangeable property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSenzaMisura(String value)
Sets the value of the senzaMisura property.
|
void |
setSeparator(TimeSeparator value)
Sets the value of the separator property.
|
void |
setSymbol(TimeSymbol value)
Sets the value of the symbol property.
|
void |
setValign(Valign value)
Sets the value of the valign property.
|
protected List<JAXBElement<String>> timeSignature
protected Interchangeable interchangeable
protected String senzaMisura
protected BigInteger number
protected TimeSymbol symbol
protected TimeSeparator separator
protected YesNo printObject
protected Valign valign
protected LeftCenterRight halign
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
public List<JAXBElement<String>> getTimeSignature()
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 timeSignature property.
For example, to add a new item, do as follows:
getTimeSignature().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
public Interchangeable getInterchangeable()
Interchangeablepublic void setInterchangeable(Interchangeable value)
value - allowed object is
Interchangeablepublic String getSenzaMisura()
Stringpublic void setSenzaMisura(String value)
value - allowed object is
Stringpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic TimeSymbol getSymbol()
TimeSymbolpublic void setSymbol(TimeSymbol value)
value - allowed object is
TimeSymbolpublic TimeSeparator getSeparator()
TimeSeparatorpublic void setSeparator(TimeSeparator value)
value - allowed object is
TimeSeparatorpublic YesNo getPrintObject()
YesNopublic void setPrintObject(YesNo value)
value - allowed object is
YesNopublic Valign getValign()
Valignpublic void setValign(Valign value)
value - allowed object is
Valignpublic LeftCenterRight getHalign()
LeftCenterRightpublic void setHalign(LeftCenterRight value)
value - allowed object is
LeftCenterRightpublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightCopyright © 2016 Audiveris Ltd. All rights reserved.