Package net.opengis.swe.x20
Interface TimeType
-
- All Superinterfaces:
AbstractDataComponentType,AbstractSimpleComponentType,AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeTypeImpl
public interface TimeType extends AbstractSimpleComponentType
An XML TimeType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AllowedTimesPropertyTypeaddNewConstraint()Appends and returns a new empty "constraint" elementUnitReferenceaddNewUom()Appends and returns a new empty "uom" elementAllowedTimesPropertyTypegetConstraint()Gets the "constraint" elementStringgetLocalFrame()Gets the "localFrame" attributeCalendargetReferenceTime()Gets the "referenceTime" attributeUnitReferencegetUom()Gets the "uom" elementObjectgetValue()Gets the "value" elementbooleanisSetConstraint()True if has "constraint" elementbooleanisSetLocalFrame()True if has "localFrame" attributebooleanisSetReferenceTime()True if has "referenceTime" attributebooleanisSetValue()True if has "value" elementvoidsetConstraint(AllowedTimesPropertyType constraint)Sets the "constraint" elementvoidsetLocalFrame(String localFrame)Sets the "localFrame" attributevoidsetReferenceTime(Calendar referenceTime)Sets the "referenceTime" attributevoidsetUom(UnitReference uom)Sets the "uom" elementvoidsetValue(Object value)Sets the "value" elementvoidunsetConstraint()Unsets the "constraint" elementvoidunsetLocalFrame()Unsets the "localFrame" attributevoidunsetReferenceTime()Unsets the "referenceTime" attributevoidunsetValue()Unsets the "value" elementorg.apache.xmlbeans.XmlAnyURIxgetLocalFrame()Gets (as xml) the "localFrame" attributeorg.apache.xmlbeans.XmlDateTimexgetReferenceTime()Gets (as xml) the "referenceTime" attributeTimePositionxgetValue()Gets (as xml) the "value" elementvoidxsetLocalFrame(org.apache.xmlbeans.XmlAnyURI localFrame)Sets (as xml) the "localFrame" attributevoidxsetReferenceTime(org.apache.xmlbeans.XmlDateTime referenceTime)Sets (as xml) the "referenceTime" attributevoidxsetValue(TimePosition value)Sets (as xml) the "value" element-
Methods inherited from interface net.opengis.swe.x20.AbstractDataComponentType
getDefinition, getOptional, getUpdatable, isSetDefinition, isSetOptional, isSetUpdatable, setDefinition, setOptional, setUpdatable, unsetDefinition, unsetOptional, unsetUpdatable, xgetDefinition, xgetOptional, xgetUpdatable, xsetDefinition, xsetOptional, xsetUpdatable
-
Methods inherited from interface net.opengis.swe.x20.AbstractSimpleComponentType
addNewNilValues, addNewQuality, getAxisID, getNilValues, getQualityArray, getQualityArray, getReferenceFrame, insertNewQuality, isSetAxisID, isSetNilValues, isSetReferenceFrame, removeQuality, setAxisID, setNilValues, setQualityArray, setQualityArray, setReferenceFrame, sizeOfQualityArray, unsetAxisID, unsetNilValues, unsetReferenceFrame, xgetAxisID, xgetReferenceFrame, xsetAxisID, xsetReferenceFrame
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel, unsetDescription, unsetIdentifier, unsetLabel, xgetDescription, xgetIdentifier, xgetLabel, xsetDescription, xsetIdentifier, xsetLabel
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getUom
UnitReference getUom()
Gets the "uom" element
-
setUom
void setUom(UnitReference uom)
Sets the "uom" element
-
addNewUom
UnitReference addNewUom()
Appends and returns a new empty "uom" element
-
getConstraint
AllowedTimesPropertyType getConstraint()
Gets the "constraint" element
-
isSetConstraint
boolean isSetConstraint()
True if has "constraint" element
-
setConstraint
void setConstraint(AllowedTimesPropertyType constraint)
Sets the "constraint" element
-
addNewConstraint
AllowedTimesPropertyType addNewConstraint()
Appends and returns a new empty "constraint" element
-
unsetConstraint
void unsetConstraint()
Unsets the "constraint" element
-
getValue
Object getValue()
Gets the "value" element
-
xgetValue
TimePosition xgetValue()
Gets (as xml) the "value" element
-
isSetValue
boolean isSetValue()
True if has "value" element
-
setValue
void setValue(Object value)
Sets the "value" element
-
xsetValue
void xsetValue(TimePosition value)
Sets (as xml) the "value" element
-
unsetValue
void unsetValue()
Unsets the "value" element
-
getReferenceTime
Calendar getReferenceTime()
Gets the "referenceTime" attribute
-
xgetReferenceTime
org.apache.xmlbeans.XmlDateTime xgetReferenceTime()
Gets (as xml) the "referenceTime" attribute
-
isSetReferenceTime
boolean isSetReferenceTime()
True if has "referenceTime" attribute
-
setReferenceTime
void setReferenceTime(Calendar referenceTime)
Sets the "referenceTime" attribute
-
xsetReferenceTime
void xsetReferenceTime(org.apache.xmlbeans.XmlDateTime referenceTime)
Sets (as xml) the "referenceTime" attribute
-
unsetReferenceTime
void unsetReferenceTime()
Unsets the "referenceTime" attribute
-
getLocalFrame
String getLocalFrame()
Gets the "localFrame" attribute
-
xgetLocalFrame
org.apache.xmlbeans.XmlAnyURI xgetLocalFrame()
Gets (as xml) the "localFrame" attribute
-
isSetLocalFrame
boolean isSetLocalFrame()
True if has "localFrame" attribute
-
setLocalFrame
void setLocalFrame(String localFrame)
Sets the "localFrame" attribute
-
xsetLocalFrame
void xsetLocalFrame(org.apache.xmlbeans.XmlAnyURI localFrame)
Sets (as xml) the "localFrame" attribute
-
unsetLocalFrame
void unsetLocalFrame()
Unsets the "localFrame" attribute
-
-