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