Uses of Interface
net.opengis.swe.x101.TimePair
-
Packages that use TimePair Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimePair in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TimePair Modifier and Type Method Description TimePairAllowedTimesDocument.AllowedTimes. addNewInterval()Appends and returns a new empty value (as xml) as the last "interval" elementTimePairAllowedTimesDocument.AllowedTimes. insertNewInterval(int i)Inserts and returns a new empty value (as xml) as the ith "interval" elementstatic TimePairTimePair.Factory. newInstance()static TimePairTimePair.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. newValue(Object obj)static TimePairTimePair.Factory. parse(File file)static TimePairTimePair.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(InputStream is)static TimePairTimePair.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(Reader r)static TimePairTimePair.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(String xmlAsString)static TimePairTimePair.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(URL u)static TimePairTimePair.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(XMLStreamReader sr)static TimePairTimePair.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimePairTimePair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimePairTimePair.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimePairTimePair.Factory. parse(Node node)static TimePairTimePair.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimePair[]AllowedTimesDocument.AllowedTimes. xgetIntervalArray()Gets (as xml) array of all "interval" elementsTimePairAllowedTimesDocument.AllowedTimes. xgetIntervalArray(int i)Gets (as xml) ith "interval" elementTimePairTimeRangeDocument.TimeRange. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101 with parameters of type TimePair Modifier and Type Method Description voidAllowedTimesDocument.AllowedTimes. xsetIntervalArray(int i, TimePair interval)Sets (as xml) ith "interval" elementvoidAllowedTimesDocument.AllowedTimes. xsetIntervalArray(TimePair[] intervalArray)Sets (as xml) array of all "interval" elementvoidTimeRangeDocument.TimeRange. xsetValue(TimePair value)Sets (as xml) the "value" element -
Uses of TimePair in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimePair Modifier and Type Class Description classTimePairImplAn XML timePair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimePair Modifier and Type Method Description TimePairAllowedTimesDocumentImpl.AllowedTimesImpl. addNewInterval()Appends and returns a new empty value (as xml) as the last "interval" elementTimePairAllowedTimesDocumentImpl.AllowedTimesImpl. insertNewInterval(int i)Inserts and returns a new empty value (as xml) as the ith "interval" elementTimePair[]AllowedTimesDocumentImpl.AllowedTimesImpl. xgetIntervalArray()Gets (as xml) array of all "interval" elementsTimePairAllowedTimesDocumentImpl.AllowedTimesImpl. xgetIntervalArray(int i)Gets (as xml) ith "interval" elementTimePairTimeRangeDocumentImpl.TimeRangeImpl. xgetValue()Gets (as xml) the "value" elementMethods in net.opengis.swe.x101.impl with parameters of type TimePair Modifier and Type Method Description voidAllowedTimesDocumentImpl.AllowedTimesImpl. xsetIntervalArray(int i, TimePair interval)Sets (as xml) ith "interval" elementvoidAllowedTimesDocumentImpl.AllowedTimesImpl. xsetIntervalArray(TimePair[] intervalArray)Sets (as xml) array of all "interval" elementvoidTimeRangeDocumentImpl.TimeRangeImpl. xsetValue(TimePair value)Sets (as xml) the "value" element
-