public class DistanceType extends Object implements Visitable
Java class for DistanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
units |
| Constructor and Description |
|---|
DistanceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
String |
getContent()
Gets the value of the content property.
|
String |
getUnits()
Gets the value of the units property.
|
boolean |
isSetContent() |
boolean |
isSetUnits() |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic boolean isSetContent()
public String getUnits()
Stringpublic void setUnits(String value)
value - allowed object is
Stringpublic boolean isSetUnits()
This work is licensed under a Creative Commons Attribution 4.0 International License.