edu.byu.deg.osmx.binding
Interface DataTypeType
- All Known Subinterfaces:
- DataType
- All Known Implementing Classes:
- DataTypeImpl, DataTypeTypeImpl
- public interface DataTypeType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="typeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unitOfMeasure" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
getUnitOfMeasure
public String getUnitOfMeasure()
- Returns:
- possible object is
String
setUnitOfMeasure
public void setUnitOfMeasure(String value)
- Parameters:
value
- allowed object is
String
isSetUnitOfMeasure
public boolean isSetUnitOfMeasure()
unsetUnitOfMeasure
public void unsetUnitOfMeasure()
getTypeName
public String getTypeName()
- Returns:
- possible object is
String
setTypeName
public void setTypeName(String value)
- Parameters:
value
- allowed object is
String
isSetTypeName
public boolean isSetTypeName()
unsetTypeName
public void unsetTypeName()