Uses of Interface
net.opengis.swe.x101.TimeAggregateType
-
Packages that use TimeAggregateType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimeAggregateType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TimeAggregateType Modifier and Type Method Description TimeAggregateTypeTimeAggregateDocument. addNewTimeAggregate()Appends and returns a new empty "TimeAggregate" elementTimeAggregateTypeTimeAggregatePropertyType. addNewTimeAggregate()Appends and returns a new empty "TimeAggregate" elementTimeAggregateTypeTimeAggregateDocument. getTimeAggregate()Gets the "TimeAggregate" elementTimeAggregateTypeTimeAggregatePropertyType. getTimeAggregate()Gets the "TimeAggregate" elementstatic TimeAggregateTypeTimeAggregateType.Factory. newInstance()static TimeAggregateTypeTimeAggregateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(File file)static TimeAggregateTypeTimeAggregateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(InputStream is)static TimeAggregateTypeTimeAggregateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(Reader r)static TimeAggregateTypeTimeAggregateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(String xmlAsString)static TimeAggregateTypeTimeAggregateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(URL u)static TimeAggregateTypeTimeAggregateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(XMLStreamReader sr)static TimeAggregateTypeTimeAggregateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeAggregateTypeTimeAggregateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeAggregateTypeTimeAggregateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeAggregateTypeTimeAggregateType.Factory. parse(Node node)static TimeAggregateTypeTimeAggregateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type TimeAggregateType Modifier and Type Method Description voidTimeAggregateDocument. setTimeAggregate(TimeAggregateType timeAggregate)Sets the "TimeAggregate" elementvoidTimeAggregatePropertyType. setTimeAggregate(TimeAggregateType timeAggregate)Sets the "TimeAggregate" element -
Uses of TimeAggregateType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimeAggregateType Modifier and Type Class Description classTimeAggregateTypeImplAn XML TimeAggregateType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimeAggregateType Modifier and Type Method Description TimeAggregateTypeTimeAggregateDocumentImpl. addNewTimeAggregate()Appends and returns a new empty "TimeAggregate" elementTimeAggregateTypeTimeAggregatePropertyTypeImpl. addNewTimeAggregate()Appends and returns a new empty "TimeAggregate" elementTimeAggregateTypeTimeAggregateDocumentImpl. getTimeAggregate()Gets the "TimeAggregate" elementTimeAggregateTypeTimeAggregatePropertyTypeImpl. getTimeAggregate()Gets the "TimeAggregate" elementMethods in net.opengis.swe.x101.impl with parameters of type TimeAggregateType Modifier and Type Method Description voidTimeAggregateDocumentImpl. setTimeAggregate(TimeAggregateType timeAggregate)Sets the "TimeAggregate" elementvoidTimeAggregatePropertyTypeImpl. setTimeAggregate(TimeAggregateType timeAggregate)Sets the "TimeAggregate" element
-