Uses of Interface
net.opengis.gml.x32.TimeClockType
-
Packages that use TimeClockType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeClockType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TimeClockType Modifier and Type Method Description TimeClockTypeTimeClockDocument. addNewTimeClock()Appends and returns a new empty "TimeClock" elementTimeClockTypeTimeClockPropertyType. addNewTimeClock()Appends and returns a new empty "TimeClock" elementTimeClockTypeTimeClockDocument. getTimeClock()Gets the "TimeClock" elementTimeClockTypeTimeClockPropertyType. getTimeClock()Gets the "TimeClock" elementstatic TimeClockTypeTimeClockType.Factory. newInstance()static TimeClockTypeTimeClockType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(File file)static TimeClockTypeTimeClockType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(InputStream is)static TimeClockTypeTimeClockType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(Reader r)static TimeClockTypeTimeClockType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(String xmlAsString)static TimeClockTypeTimeClockType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(URL u)static TimeClockTypeTimeClockType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(XMLStreamReader sr)static TimeClockTypeTimeClockType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeClockTypeTimeClockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeClockTypeTimeClockType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeClockTypeTimeClockType.Factory. parse(Node node)static TimeClockTypeTimeClockType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TimeClockType Modifier and Type Method Description voidTimeClockDocument. setTimeClock(TimeClockType timeClock)Sets the "TimeClock" elementvoidTimeClockPropertyType. setTimeClock(TimeClockType timeClock)Sets the "TimeClock" element -
Uses of TimeClockType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeClockType Modifier and Type Class Description classTimeClockTypeImplAn XML TimeClockType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TimeClockType Modifier and Type Method Description TimeClockTypeTimeClockDocumentImpl. addNewTimeClock()Appends and returns a new empty "TimeClock" elementTimeClockTypeTimeClockPropertyTypeImpl. addNewTimeClock()Appends and returns a new empty "TimeClock" elementTimeClockTypeTimeClockDocumentImpl. getTimeClock()Gets the "TimeClock" elementTimeClockTypeTimeClockPropertyTypeImpl. getTimeClock()Gets the "TimeClock" elementMethods in net.opengis.gml.x32.impl with parameters of type TimeClockType Modifier and Type Method Description voidTimeClockDocumentImpl. setTimeClock(TimeClockType timeClock)Sets the "TimeClock" elementvoidTimeClockPropertyTypeImpl. setTimeClock(TimeClockType timeClock)Sets the "TimeClock" element
-