public class Dash extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>decimal">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected BigInteger |
order |
protected BigDecimal |
value |
| Constructor and Description |
|---|
Dash() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
BigInteger |
getOrder()
Gets the value of the order property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setOrder(BigInteger value)
Sets the value of the order property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String clazz
protected BigInteger order
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.