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
|
Copyright © 2015. All rights reserved.