Uses of Interface
net.opengis.swe.x101.TimeList
-
Packages that use TimeList Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TimeList in net.opengis.swe.x101
Subinterfaces of TimeList in net.opengis.swe.x101 Modifier and Type Interface Description interfaceTimePairAn XML timePair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101 that return TimeList Modifier and Type Method Description TimeListAllowedTimesDocument.AllowedTimes. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementTimeListAllowedTimesDocument.AllowedTimes. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementstatic TimeListTimeList.Factory. newInstance()static TimeListTimeList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. newValue(Object obj)static TimeListTimeList.Factory. parse(File file)static TimeListTimeList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(InputStream is)static TimeListTimeList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(Reader r)static TimeListTimeList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(String xmlAsString)static TimeListTimeList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(URL u)static TimeListTimeList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(XMLStreamReader sr)static TimeListTimeList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeListTimeList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeListTimeList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeListTimeList.Factory. parse(Node node)static TimeListTimeList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimeList[]AllowedTimesDocument.AllowedTimes. xgetValueListArray()Gets (as xml) array of all "valueList" elementsTimeListAllowedTimesDocument.AllowedTimes. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101 with parameters of type TimeList Modifier and Type Method Description voidAllowedTimesDocument.AllowedTimes. xsetValueListArray(int i, TimeList valueList)Sets (as xml) ith "valueList" elementvoidAllowedTimesDocument.AllowedTimes. xsetValueListArray(TimeList[] valueListArray)Sets (as xml) array of all "valueList" element -
Uses of TimeList in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TimeList Modifier and Type Class Description classTimeListImplAn XML timeList(@http://www.opengis.net/swe/1.0.1).classTimePairImplAn XML timePair(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TimeList Modifier and Type Method Description TimeListAllowedTimesDocumentImpl.AllowedTimesImpl. addNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementTimeListAllowedTimesDocumentImpl.AllowedTimesImpl. insertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementTimeList[]AllowedTimesDocumentImpl.AllowedTimesImpl. xgetValueListArray()Gets (as xml) array of all "valueList" elementsTimeListAllowedTimesDocumentImpl.AllowedTimesImpl. xgetValueListArray(int i)Gets (as xml) ith "valueList" elementMethods in net.opengis.swe.x101.impl with parameters of type TimeList Modifier and Type Method Description voidAllowedTimesDocumentImpl.AllowedTimesImpl. xsetValueListArray(int i, TimeList valueList)Sets (as xml) ith "valueList" elementvoidAllowedTimesDocumentImpl.AllowedTimesImpl. xsetValueListArray(TimeList[] valueListArray)Sets (as xml) array of all "valueList" element
-