Uses of Interface
net.opengis.gml.x32.TimeUnitType
-
Packages that use TimeUnitType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeUnitType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeUnitType Modifier and Type Method Description static TimeUnitTypeTimeUnitType.Factory. newInstance()static TimeUnitTypeTimeUnitType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. newValue(Object obj)static TimeUnitTypeTimeUnitType.Factory. parse(File file)static TimeUnitTypeTimeUnitType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(InputStream is)static TimeUnitTypeTimeUnitType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(Reader r)static TimeUnitTypeTimeUnitType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(String xmlAsString)static TimeUnitTypeTimeUnitType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(URL u)static TimeUnitTypeTimeUnitType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(XMLStreamReader sr)static TimeUnitTypeTimeUnitType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeUnitTypeTimeUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeUnitTypeTimeUnitType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeUnitTypeTimeUnitType.Factory. parse(Node node)static TimeUnitTypeTimeUnitType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TimeUnitTypeTimeIntervalLengthType. xgetUnit()Gets (as xml) the "unit" attributeMethods in net.opengis.gml.x32 with parameters of type TimeUnitType Modifier and Type Method Description voidTimeIntervalLengthType. xsetUnit(TimeUnitType unit)Sets (as xml) the "unit" attribute -
Uses of TimeUnitType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeUnitType Modifier and Type Class Description classTimeUnitTypeImplAn XML TimeUnitType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeUnitType Modifier and Type Method Description TimeUnitTypeTimeIntervalLengthTypeImpl. xgetUnit()Gets (as xml) the "unit" attributeMethods in net.opengis.gml.x32.impl with parameters of type TimeUnitType Modifier and Type Method Description voidTimeIntervalLengthTypeImpl. xsetUnit(TimeUnitType unit)Sets (as xml) the "unit" attribute
-