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

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

Uses of HourType in net.opengis.eml.x001
 

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

Methods in net.opengis.eml.x001 with parameters of type HourType
 void TimerPatternType.TimerAt.xsetHour(HourType hour)
          Sets (as xml) the "Hour" element
 

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

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

Methods in net.opengis.eml.x001.impl that return HourType
 HourType TimerPatternTypeImpl.TimerAtImpl.xgetHour()
          Gets (as xml) the "Hour" element
 

Methods in net.opengis.eml.x001.impl with parameters of type HourType
 void TimerPatternTypeImpl.TimerAtImpl.xsetHour(HourType hour)
          Sets (as xml) the "Hour" element
 



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