Uses of Interface
net.opengis.waterml.x20.TimeZoneType
-
Packages that use TimeZoneType Package Description net.opengis.waterml.x20 net.opengis.waterml.x20.impl -
-
Uses of TimeZoneType in net.opengis.waterml.x20
Methods in net.opengis.waterml.x20 that return TimeZoneType Modifier and Type Method Description TimeZoneTypeTimeZoneDocument. addNewTimeZone()Appends and returns a new empty "TimeZone" elementTimeZoneTypeTimeZonePropertyType. addNewTimeZone()Appends and returns a new empty "TimeZone" elementTimeZoneTypeTimeZoneDocument. getTimeZone()Gets the "TimeZone" elementTimeZoneTypeTimeZonePropertyType. getTimeZone()Gets the "TimeZone" elementstatic TimeZoneTypeTimeZoneType.Factory. newInstance()static TimeZoneTypeTimeZoneType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(File file)static TimeZoneTypeTimeZoneType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(InputStream is)static TimeZoneTypeTimeZoneType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(Reader r)static TimeZoneTypeTimeZoneType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(String xmlAsString)static TimeZoneTypeTimeZoneType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(URL u)static TimeZoneTypeTimeZoneType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(XMLStreamReader sr)static TimeZoneTypeTimeZoneType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeZoneTypeTimeZoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeZoneTypeTimeZoneType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeZoneTypeTimeZoneType.Factory. parse(Node node)static TimeZoneTypeTimeZoneType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.waterml.x20 with parameters of type TimeZoneType Modifier and Type Method Description voidTimeZoneDocument. setTimeZone(TimeZoneType timeZone)Sets the "TimeZone" elementvoidTimeZonePropertyType. setTimeZone(TimeZoneType timeZone)Sets the "TimeZone" element -
Uses of TimeZoneType in net.opengis.waterml.x20.impl
Classes in net.opengis.waterml.x20.impl that implement TimeZoneType Modifier and Type Class Description classTimeZoneTypeImplAn XML TimeZoneType(@http://www.opengis.net/waterml/2.0).Methods in net.opengis.waterml.x20.impl that return TimeZoneType Modifier and Type Method Description TimeZoneTypeTimeZoneDocumentImpl. addNewTimeZone()Appends and returns a new empty "TimeZone" elementTimeZoneTypeTimeZonePropertyTypeImpl. addNewTimeZone()Appends and returns a new empty "TimeZone" elementTimeZoneTypeTimeZoneDocumentImpl. getTimeZone()Gets the "TimeZone" elementTimeZoneTypeTimeZonePropertyTypeImpl. getTimeZone()Gets the "TimeZone" elementMethods in net.opengis.waterml.x20.impl with parameters of type TimeZoneType Modifier and Type Method Description voidTimeZoneDocumentImpl. setTimeZone(TimeZoneType timeZone)Sets the "TimeZone" elementvoidTimeZonePropertyTypeImpl. setTimeZone(TimeZoneType timeZone)Sets the "TimeZone" element
-