Uses of Interface
net.opengis.swe.x101.IntervalType
-
Packages that use IntervalType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of IntervalType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return IntervalType Modifier and Type Method Description IntervalTypeIntervalDocument. addNewInterval()Appends and returns a new empty "Interval" elementIntervalTypeIntervalPropertyType. addNewInterval()Appends and returns a new empty "Interval" elementIntervalTypeIntervalDocument. getInterval()Gets the "Interval" elementIntervalTypeIntervalPropertyType. getInterval()Gets the "Interval" elementstatic IntervalTypeIntervalType.Factory. newInstance()static IntervalTypeIntervalType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(File file)static IntervalTypeIntervalType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(InputStream is)static IntervalTypeIntervalType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(Reader r)static IntervalTypeIntervalType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(String xmlAsString)static IntervalTypeIntervalType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(URL u)static IntervalTypeIntervalType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(XMLStreamReader sr)static IntervalTypeIntervalType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IntervalTypeIntervalType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IntervalTypeIntervalType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IntervalTypeIntervalType.Factory. parse(Node node)static IntervalTypeIntervalType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type IntervalType Modifier and Type Method Description voidIntervalDocument. setInterval(IntervalType interval)Sets the "Interval" elementvoidIntervalPropertyType. setInterval(IntervalType interval)Sets the "Interval" element -
Uses of IntervalType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement IntervalType Modifier and Type Class Description classIntervalTypeImplAn XML IntervalType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return IntervalType Modifier and Type Method Description IntervalTypeIntervalDocumentImpl. addNewInterval()Appends and returns a new empty "Interval" elementIntervalTypeIntervalPropertyTypeImpl. addNewInterval()Appends and returns a new empty "Interval" elementIntervalTypeIntervalDocumentImpl. getInterval()Gets the "Interval" elementIntervalTypeIntervalPropertyTypeImpl. getInterval()Gets the "Interval" elementMethods in net.opengis.swe.x101.impl with parameters of type IntervalType Modifier and Type Method Description voidIntervalDocumentImpl. setInterval(IntervalType interval)Sets the "Interval" elementvoidIntervalPropertyTypeImpl. setInterval(IntervalType interval)Sets the "Interval" element
-