Uses of Interface
net.opengis.gml.TimeCalendarType
-
Packages that use TimeCalendarType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TimeCalendarType in net.opengis.gml
Methods in net.opengis.gml that return TimeCalendarType Modifier and Type Method Description TimeCalendarTypeTimeCalendarDocument. addNewTimeCalendar()Appends and returns a new empty "TimeCalendar" elementTimeCalendarTypeTimeCalendarPropertyType. addNewTimeCalendar()Appends and returns a new empty "TimeCalendar" elementTimeCalendarTypeTimeCalendarDocument. getTimeCalendar()Gets the "TimeCalendar" elementTimeCalendarTypeTimeCalendarPropertyType. getTimeCalendar()Gets the "TimeCalendar" elementstatic TimeCalendarTypeTimeCalendarType.Factory. newInstance()static TimeCalendarTypeTimeCalendarType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(File file)static TimeCalendarTypeTimeCalendarType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(InputStream is)static TimeCalendarTypeTimeCalendarType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(Reader r)static TimeCalendarTypeTimeCalendarType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(String xmlAsString)static TimeCalendarTypeTimeCalendarType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(URL u)static TimeCalendarTypeTimeCalendarType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(XMLStreamReader sr)static TimeCalendarTypeTimeCalendarType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeCalendarTypeTimeCalendarType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeCalendarTypeTimeCalendarType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeCalendarTypeTimeCalendarType.Factory. parse(Node node)static TimeCalendarTypeTimeCalendarType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type TimeCalendarType Modifier and Type Method Description voidTimeCalendarDocument. setTimeCalendar(TimeCalendarType timeCalendar)Sets the "TimeCalendar" elementvoidTimeCalendarPropertyType. setTimeCalendar(TimeCalendarType timeCalendar)Sets the "TimeCalendar" element -
Uses of TimeCalendarType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TimeCalendarType Modifier and Type Class Description classTimeCalendarTypeImplAn XML TimeCalendarType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return TimeCalendarType Modifier and Type Method Description TimeCalendarTypeTimeCalendarDocumentImpl. addNewTimeCalendar()Appends and returns a new empty "TimeCalendar" elementTimeCalendarTypeTimeCalendarPropertyTypeImpl. addNewTimeCalendar()Appends and returns a new empty "TimeCalendar" elementTimeCalendarTypeTimeCalendarDocumentImpl. getTimeCalendar()Gets the "TimeCalendar" elementTimeCalendarTypeTimeCalendarPropertyTypeImpl. getTimeCalendar()Gets the "TimeCalendar" elementMethods in net.opengis.gml.impl with parameters of type TimeCalendarType Modifier and Type Method Description voidTimeCalendarDocumentImpl. setTimeCalendar(TimeCalendarType timeCalendar)Sets the "TimeCalendar" elementvoidTimeCalendarPropertyTypeImpl. setTimeCalendar(TimeCalendarType timeCalendar)Sets the "TimeCalendar" element
-