public class UnitOfMeasureType extends Object
Java class for UnitOfMeasureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitOfMeasureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="uom" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UnitOfMeasureType()
Default no-arg constructor
|
UnitOfMeasureType(String uom)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUom()
Gets the value of the uom property.
|
void |
setUom(String value)
Sets the value of the uom property.
|
Copyright © 2019 B3Partners B.V.. All rights reserved.