public interface TVPMeasurementMetadataType extends TVPMetadataType
| Modifier and Type | Interface and Description |
|---|---|
static class |
TVPMeasurementMetadataType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
QuantityPropertyType |
addNewAccuracy()
Appends and returns a new empty "accuracy" element
|
ReferenceType |
addNewCensoredReason()
Appends and returns a new empty "censoredReason" element
|
ReferenceType |
addNewInterpolationType()
Appends and returns a new empty "interpolationType" element
|
UnitReference |
addNewUom()
Appends and returns a new empty "uom" element
|
QuantityPropertyType |
getAccuracy()
Gets the "accuracy" element
|
org.apache.xmlbeans.GDuration |
getAggregationDuration()
Gets the "aggregationDuration" element
|
ReferenceType |
getCensoredReason()
Gets the "censoredReason" element
|
ReferenceType |
getInterpolationType()
Gets the "interpolationType" element
|
UnitReference |
getUom()
Gets the "uom" element
|
boolean |
isSetAccuracy()
True if has "accuracy" element
|
boolean |
isSetAggregationDuration()
True if has "aggregationDuration" element
|
boolean |
isSetCensoredReason()
True if has "censoredReason" element
|
boolean |
isSetInterpolationType()
True if has "interpolationType" element
|
boolean |
isSetUom()
True if has "uom" element
|
void |
setAccuracy(QuantityPropertyType accuracy)
Sets the "accuracy" element
|
void |
setAggregationDuration(org.apache.xmlbeans.GDuration aggregationDuration)
Sets the "aggregationDuration" element
|
void |
setCensoredReason(ReferenceType censoredReason)
Sets the "censoredReason" element
|
void |
setInterpolationType(ReferenceType interpolationType)
Sets the "interpolationType" element
|
void |
setUom(UnitReference uom)
Sets the "uom" element
|
void |
unsetAccuracy()
Unsets the "accuracy" element
|
void |
unsetAggregationDuration()
Unsets the "aggregationDuration" element
|
void |
unsetCensoredReason()
Unsets the "censoredReason" element
|
void |
unsetInterpolationType()
Unsets the "interpolationType" element
|
void |
unsetUom()
Unsets the "uom" element
|
org.apache.xmlbeans.XmlDuration |
xgetAggregationDuration()
Gets (as xml) the "aggregationDuration" element
|
void |
xsetAggregationDuration(org.apache.xmlbeans.XmlDuration aggregationDuration)
Sets (as xml) the "aggregationDuration" element
|
addNewNilReason, addNewProcessing, addNewQualifier, addNewQuality, addNewRelatedObservation, addNewSource, getComment, getNilReason, getProcessing, getQualifierArray, getQualifierArray, getQuality, getRelatedObservationArray, getRelatedObservationArray, getSource, insertNewQualifier, insertNewRelatedObservation, isSetComment, isSetNilReason, isSetProcessing, isSetQuality, isSetSource, removeQualifier, removeRelatedObservation, setComment, setNilReason, setProcessing, setQualifierArray, setQualifierArray, setQuality, setRelatedObservationArray, setRelatedObservationArray, setSource, sizeOfQualifierArray, sizeOfRelatedObservationArray, unsetComment, unsetNilReason, unsetProcessing, unsetQuality, unsetSource, xgetComment, xsetCommentchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextUnitReference getUom()
boolean isSetUom()
void setUom(UnitReference uom)
UnitReference addNewUom()
void unsetUom()
ReferenceType getInterpolationType()
boolean isSetInterpolationType()
void setInterpolationType(ReferenceType interpolationType)
ReferenceType addNewInterpolationType()
void unsetInterpolationType()
ReferenceType getCensoredReason()
boolean isSetCensoredReason()
void setCensoredReason(ReferenceType censoredReason)
ReferenceType addNewCensoredReason()
void unsetCensoredReason()
QuantityPropertyType getAccuracy()
boolean isSetAccuracy()
void setAccuracy(QuantityPropertyType accuracy)
QuantityPropertyType addNewAccuracy()
void unsetAccuracy()
org.apache.xmlbeans.GDuration getAggregationDuration()
org.apache.xmlbeans.XmlDuration xgetAggregationDuration()
boolean isSetAggregationDuration()
void setAggregationDuration(org.apache.xmlbeans.GDuration aggregationDuration)
void xsetAggregationDuration(org.apache.xmlbeans.XmlDuration aggregationDuration)
void unsetAggregationDuration()
Copyright © 2017 52north.org. All rights reserved.