Uses of Interface
net.opengis.eml.x001.DayOfWeekType

Packages that use DayOfWeekType
net.opengis.eml.x001   
net.opengis.eml.x001.impl   
 

Uses of DayOfWeekType in net.opengis.eml.x001
 

Methods in net.opengis.eml.x001 that return DayOfWeekType
static DayOfWeekType DayOfWeekType.Factory.newInstance()
           
static DayOfWeekType DayOfWeekType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.newValue(Object obj)
           
static DayOfWeekType DayOfWeekType.Factory.parse(File file)
           
static DayOfWeekType DayOfWeekType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(InputStream is)
           
static DayOfWeekType DayOfWeekType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(Node node)
           
static DayOfWeekType DayOfWeekType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(Reader r)
           
static DayOfWeekType DayOfWeekType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(String xmlAsString)
           
static DayOfWeekType DayOfWeekType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(URL u)
           
static DayOfWeekType DayOfWeekType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DayOfWeekType DayOfWeekType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DayOfWeekType DayOfWeekType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DayOfWeekType DayOfWeekType.Factory.parse(XMLStreamReader sr)
           
static DayOfWeekType DayOfWeekType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 DayOfWeekType TimerPatternType.TimerAt.xgetDayOfWeek()
          Gets (as xml) the "DayOfWeek" element
 

Methods in net.opengis.eml.x001 with parameters of type DayOfWeekType
 void TimerPatternType.TimerAt.xsetDayOfWeek(DayOfWeekType dayOfWeek)
          Sets (as xml) the "DayOfWeek" element
 

Uses of DayOfWeekType in net.opengis.eml.x001.impl
 

Classes in net.opengis.eml.x001.impl that implement DayOfWeekType
 class DayOfWeekTypeImpl
          An XML DayOfWeekType(@http://www.opengis.net/eml/0.0.1).
 

Methods in net.opengis.eml.x001.impl that return DayOfWeekType
 DayOfWeekType TimerPatternTypeImpl.TimerAtImpl.xgetDayOfWeek()
          Gets (as xml) the "DayOfWeek" element
 

Methods in net.opengis.eml.x001.impl with parameters of type DayOfWeekType
 void TimerPatternTypeImpl.TimerAtImpl.xsetDayOfWeek(DayOfWeekType dayOfWeek)
          Sets (as xml) the "DayOfWeek" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.