Uses of Interface
net.opengis.gml.x32.TimeCalendarType
-
Packages that use TimeCalendarType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TimeCalendarType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement TimeCalendarType Modifier and Type Class Description classTimeCalendarTypeImplAn XML TimeCalendarType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.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.x32.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
-