Uses of Interface
net.opengis.eml.x002.HourType
-
Packages that use HourType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of HourType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return HourType Modifier and Type Method Description static HourTypeHourType.Factory. newInstance()static HourTypeHourType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. newValue(Object obj)static HourTypeHourType.Factory. parse(File file)static HourTypeHourType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(InputStream is)static HourTypeHourType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(Reader r)static HourTypeHourType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(String xmlAsString)static HourTypeHourType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(URL u)static HourTypeHourType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(XMLStreamReader sr)static HourTypeHourType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static HourTypeHourType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HourTypeHourType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic HourTypeHourType.Factory. parse(Node node)static HourTypeHourType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)HourTypeTimerPatternType.TimerAt. xgetHour()Gets (as xml) the "Hour" elementMethods in net.opengis.eml.x002 with parameters of type HourType Modifier and Type Method Description voidTimerPatternType.TimerAt. xsetHour(HourType hour)Sets (as xml) the "Hour" element -
Uses of HourType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement HourType Modifier and Type Class Description classHourTypeImplAn XML HourType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return HourType Modifier and Type Method Description HourTypeTimerPatternTypeImpl.TimerAtImpl. xgetHour()Gets (as xml) the "Hour" elementMethods in net.opengis.eml.x002.impl with parameters of type HourType Modifier and Type Method Description voidTimerPatternTypeImpl.TimerAtImpl. xsetHour(HourType hour)Sets (as xml) the "Hour" element
-