public class Spacing extends Object implements Serializable
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>double">
<attribute name="unit" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
unit |
protected double |
value |
| Constructor and Description |
|---|
Spacing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUnit()
Gets the value of the unit property.
|
double |
getValue()
Gets the value of the value property.
|
boolean |
isSetUnit() |
boolean |
isSetValue() |
void |
setUnit(String value)
Sets the value of the unit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected double value
protected String unit
public double getValue()
public void setValue(double value)
public boolean isSetValue()
public String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic boolean isSetUnit()
Copyright © 2023. All rights reserved.