public class UnitsOfMeasureElementType extends Object
Java class for unitsOfMeasureElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="unitsOfMeasureElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}CommonAttributes"/>
<attribute name="distance" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="meters" />
<attribute name="angle" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="degrees" />
<attribute name="mass" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="kilograms" />
<attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="seconds" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
angle |
protected String |
description |
protected String |
distance |
protected String |
id |
protected String |
mass |
protected String |
time |
protected Double |
timeStamp |
| Constructor and Description |
|---|
UnitsOfMeasureElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAngle()
Gets the value of the angle property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDistance()
Gets the value of the distance property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMass()
Gets the value of the mass property.
|
String |
getTime()
Gets the value of the time property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAngle(String value)
Sets the value of the angle property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDistance(String value)
Sets the value of the distance property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMass(String value)
Sets the value of the mass property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected String distance
protected String angle
protected String mass
protected String time
protected Double timeStamp
protected String description
protected String id
public String getDistance()
Stringpublic void setDistance(String value)
value - allowed object is
Stringpublic String getAngle()
Stringpublic void setAngle(String value)
value - allowed object is
Stringpublic String getMass()
Stringpublic void setMass(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
Stringpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String