public class MiterLimit 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" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected BigDecimal |
value |
| Constructor and Description |
|---|
MiterLimit() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected BigDecimal value
protected String clazz
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String getClazz()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.