Uses of Interface
net.opengis.swe.x20.TimeType
-
Packages that use TimeType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of TimeType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return TimeType Modifier and Type Method Description TimeTypeAnyNumericalPropertyType. addNewTime()Appends and returns a new empty "Time" elementTimeTypeAnyScalarPropertyType. addNewTime()Appends and returns a new empty "Time" elementTimeTypeTimeDocument. addNewTime()Appends and returns a new empty "Time" elementTimeTypeTimePropertyType. addNewTime()Appends and returns a new empty "Time" elementTimeTypeAnyNumericalPropertyType. getTime()Gets the "Time" elementTimeTypeAnyScalarPropertyType. getTime()Gets the "Time" elementTimeTypeTimeDocument. getTime()Gets the "Time" elementTimeTypeTimePropertyType. getTime()Gets the "Time" elementstatic TimeTypeTimeType.Factory. newInstance()static TimeTypeTimeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(File file)static TimeTypeTimeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(InputStream is)static TimeTypeTimeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(Reader r)static TimeTypeTimeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(String xmlAsString)static TimeTypeTimeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(URL u)static TimeTypeTimeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(XMLStreamReader sr)static TimeTypeTimeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeTypeTimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeTypeTimeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeTypeTimeType.Factory. parse(Node node)static TimeTypeTimeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type TimeType Modifier and Type Method Description voidAnyNumericalPropertyType. setTime(TimeType time)Sets the "Time" elementvoidAnyScalarPropertyType. setTime(TimeType time)Sets the "Time" elementvoidTimeDocument. setTime(TimeType time)Sets the "Time" elementvoidTimePropertyType. setTime(TimeType time)Sets the "Time" element -
Uses of TimeType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement TimeType Modifier and Type Class Description classTimeTypeImplAn XML TimeType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return TimeType Modifier and Type Method Description TimeTypeAnyNumericalPropertyTypeImpl. addNewTime()Appends and returns a new empty "Time" elementTimeTypeAnyScalarPropertyTypeImpl. addNewTime()Appends and returns a new empty "Time" elementTimeTypeTimeDocumentImpl. addNewTime()Appends and returns a new empty "Time" elementTimeTypeTimePropertyTypeImpl. addNewTime()Appends and returns a new empty "Time" elementTimeTypeAnyNumericalPropertyTypeImpl. getTime()Gets the "Time" elementTimeTypeAnyScalarPropertyTypeImpl. getTime()Gets the "Time" elementTimeTypeTimeDocumentImpl. getTime()Gets the "Time" elementTimeTypeTimePropertyTypeImpl. getTime()Gets the "Time" elementMethods in net.opengis.swe.x20.impl with parameters of type TimeType Modifier and Type Method Description voidAnyNumericalPropertyTypeImpl. setTime(TimeType time)Sets the "Time" elementvoidAnyScalarPropertyTypeImpl. setTime(TimeType time)Sets the "Time" elementvoidTimeDocumentImpl. setTime(TimeType time)Sets the "Time" elementvoidTimePropertyTypeImpl. setTime(TimeType time)Sets the "Time" element
-