Uses of Interface
net.opengis.eml.x002.MinuteSecondType
-
Packages that use MinuteSecondType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of MinuteSecondType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return MinuteSecondType Modifier and Type Method Description static MinuteSecondTypeMinuteSecondType.Factory. newInstance()static MinuteSecondTypeMinuteSecondType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. newValue(Object obj)static MinuteSecondTypeMinuteSecondType.Factory. parse(File file)static MinuteSecondTypeMinuteSecondType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(InputStream is)static MinuteSecondTypeMinuteSecondType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(Reader r)static MinuteSecondTypeMinuteSecondType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(String xmlAsString)static MinuteSecondTypeMinuteSecondType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(URL u)static MinuteSecondTypeMinuteSecondType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(XMLStreamReader sr)static MinuteSecondTypeMinuteSecondType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static MinuteSecondTypeMinuteSecondType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic MinuteSecondTypeMinuteSecondType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic MinuteSecondTypeMinuteSecondType.Factory. parse(Node node)static MinuteSecondTypeMinuteSecondType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)MinuteSecondTypeTimerPatternType.TimerAt. xgetMinute()Gets (as xml) the "Minute" elementMinuteSecondTypeTimerPatternType.TimerAt. xgetSecond()Gets (as xml) the "Second" elementMethods in net.opengis.eml.x002 with parameters of type MinuteSecondType Modifier and Type Method Description voidTimerPatternType.TimerAt. xsetMinute(MinuteSecondType minute)Sets (as xml) the "Minute" elementvoidTimerPatternType.TimerAt. xsetSecond(MinuteSecondType second)Sets (as xml) the "Second" element -
Uses of MinuteSecondType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement MinuteSecondType Modifier and Type Class Description classMinuteSecondTypeImplAn XML MinuteSecondType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return MinuteSecondType Modifier and Type Method Description MinuteSecondTypeTimerPatternTypeImpl.TimerAtImpl. xgetMinute()Gets (as xml) the "Minute" elementMinuteSecondTypeTimerPatternTypeImpl.TimerAtImpl. xgetSecond()Gets (as xml) the "Second" elementMethods in net.opengis.eml.x002.impl with parameters of type MinuteSecondType Modifier and Type Method Description voidTimerPatternTypeImpl.TimerAtImpl. xsetMinute(MinuteSecondType minute)Sets (as xml) the "Minute" elementvoidTimerPatternTypeImpl.TimerAtImpl. xsetSecond(MinuteSecondType second)Sets (as xml) the "Second" element
-