public class Dimension
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="unitSymbol" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
units |
protected java.lang.String |
unitSymbol |
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUnits()
Gets the value of the units property.
|
java.lang.String |
getUnitSymbol()
Gets the value of the unitSymbol property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUnits(java.lang.String value)
Sets the value of the units property.
|
void |
setUnitSymbol(java.lang.String value)
Sets the value of the unitSymbol property.
|
protected java.lang.String name
protected java.lang.String units
protected java.lang.String unitSymbol
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnits()
Stringpublic void setUnits(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnitSymbol()
Stringpublic void setUnitSymbol(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.