Package net.opengis.gml.x32
Interface TimeClockType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,TimeReferenceSystemType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeClockTypeImpl
public interface TimeClockType extends TimeReferenceSystemType
An XML TimeClockType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeClockType.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 TimeCalendarPropertyTypeaddNewDateBasis()Appends and returns a new empty value (as xml) as the last "dateBasis" elementStringOrRefTypeaddNewReferenceEvent()Appends and returns a new empty "referenceEvent" elementTimeCalendarPropertyType[]getDateBasisArray()Gets array of all "dateBasis" elementsTimeCalendarPropertyTypegetDateBasisArray(int i)Gets ith "dateBasis" elementStringOrRefTypegetReferenceEvent()Gets the "referenceEvent" elementCalendargetReferenceTime()Gets the "referenceTime" elementCalendargetUtcReference()Gets the "utcReference" elementTimeCalendarPropertyTypeinsertNewDateBasis(int i)Inserts and returns a new empty value (as xml) as the ith "dateBasis" elementvoidremoveDateBasis(int i)Removes the ith "dateBasis" elementvoidsetDateBasisArray(int i, TimeCalendarPropertyType dateBasis)Sets ith "dateBasis" elementvoidsetDateBasisArray(TimeCalendarPropertyType[] dateBasisArray)Sets array of all "dateBasis" elementvoidsetReferenceEvent(StringOrRefType referenceEvent)Sets the "referenceEvent" elementvoidsetReferenceTime(Calendar referenceTime)Sets the "referenceTime" elementvoidsetUtcReference(Calendar utcReference)Sets the "utcReference" elementintsizeOfDateBasisArray()Returns number of "dateBasis" elementorg.apache.xmlbeans.XmlTimexgetReferenceTime()Gets (as xml) the "referenceTime" elementorg.apache.xmlbeans.XmlTimexgetUtcReference()Gets (as xml) the "utcReference" elementvoidxsetReferenceTime(org.apache.xmlbeans.XmlTime referenceTime)Sets (as xml) the "referenceTime" elementvoidxsetUtcReference(org.apache.xmlbeans.XmlTime utcReference)Sets (as xml) the "utcReference" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from interface net.opengis.gml.x32.TimeReferenceSystemType
getDomainOfValidity, setDomainOfValidity, xgetDomainOfValidity, xsetDomainOfValidity
-
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
-
getReferenceEvent
StringOrRefType getReferenceEvent()
Gets the "referenceEvent" element
-
setReferenceEvent
void setReferenceEvent(StringOrRefType referenceEvent)
Sets the "referenceEvent" element
-
addNewReferenceEvent
StringOrRefType addNewReferenceEvent()
Appends and returns a new empty "referenceEvent" element
-
getReferenceTime
Calendar getReferenceTime()
Gets the "referenceTime" element
-
xgetReferenceTime
org.apache.xmlbeans.XmlTime xgetReferenceTime()
Gets (as xml) the "referenceTime" element
-
setReferenceTime
void setReferenceTime(Calendar referenceTime)
Sets the "referenceTime" element
-
xsetReferenceTime
void xsetReferenceTime(org.apache.xmlbeans.XmlTime referenceTime)
Sets (as xml) the "referenceTime" element
-
getUtcReference
Calendar getUtcReference()
Gets the "utcReference" element
-
xgetUtcReference
org.apache.xmlbeans.XmlTime xgetUtcReference()
Gets (as xml) the "utcReference" element
-
setUtcReference
void setUtcReference(Calendar utcReference)
Sets the "utcReference" element
-
xsetUtcReference
void xsetUtcReference(org.apache.xmlbeans.XmlTime utcReference)
Sets (as xml) the "utcReference" element
-
getDateBasisArray
TimeCalendarPropertyType[] getDateBasisArray()
Gets array of all "dateBasis" elements
-
getDateBasisArray
TimeCalendarPropertyType getDateBasisArray(int i)
Gets ith "dateBasis" element
-
sizeOfDateBasisArray
int sizeOfDateBasisArray()
Returns number of "dateBasis" element
-
setDateBasisArray
void setDateBasisArray(TimeCalendarPropertyType[] dateBasisArray)
Sets array of all "dateBasis" element
-
setDateBasisArray
void setDateBasisArray(int i, TimeCalendarPropertyType dateBasis)Sets ith "dateBasis" element
-
insertNewDateBasis
TimeCalendarPropertyType insertNewDateBasis(int i)
Inserts and returns a new empty value (as xml) as the ith "dateBasis" element
-
addNewDateBasis
TimeCalendarPropertyType addNewDateBasis()
Appends and returns a new empty value (as xml) as the last "dateBasis" element
-
removeDateBasis
void removeDateBasis(int i)
Removes the ith "dateBasis" element
-
-