public interface MeasureTVPType extends TimeValuePairType
| Modifier and Type | Interface and Description |
|---|---|
static class |
MeasureTVPType.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 |
|---|---|
TVPMeasurementMetadataPropertyType |
addNewMetadata()
Appends and returns a new empty "metadata" element
|
MeasureType |
addNewValue()
Appends and returns a new empty "value" element
|
TVPMeasurementMetadataPropertyType |
getMetadata()
Gets the "metadata" element
|
MeasureType |
getValue()
Gets the "value" element
|
boolean |
isNilValue()
Tests for nil "value" element
|
boolean |
isSetMetadata()
True if has "metadata" element
|
boolean |
isSetValue()
True if has "value" element
|
void |
setMetadata(TVPMeasurementMetadataPropertyType metadata)
Sets the "metadata" element
|
void |
setNilValue()
Nils the "value" element
|
void |
setValue(MeasureType value)
Sets the "value" element
|
void |
unsetMetadata()
Unsets the "metadata" element
|
void |
unsetValue()
Unsets the "value" element
|
addNewTime, getTime, isSetTime, setTime, unsetTimechangeType, 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, xmlTextMeasureType getValue()
boolean isNilValue()
boolean isSetValue()
void setValue(MeasureType value)
MeasureType addNewValue()
void setNilValue()
void unsetValue()
TVPMeasurementMetadataPropertyType getMetadata()
boolean isSetMetadata()
void setMetadata(TVPMeasurementMetadataPropertyType metadata)
TVPMeasurementMetadataPropertyType addNewMetadata()
void unsetMetadata()
Copyright © 2017 52north.org. All rights reserved.