Uses of Interface
net.opengis.gml.x32.CalDate
-
Packages that use CalDate Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CalDate in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CalDate Modifier and Type Method Description static CalDateCalDate.Factory. newInstance()static CalDateCalDate.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. newValue(Object obj)static CalDateCalDate.Factory. parse(File file)static CalDateCalDate.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(InputStream is)static CalDateCalDate.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(Reader r)static CalDateCalDate.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(String xmlAsString)static CalDateCalDate.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(URL u)static CalDateCalDate.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(XMLStreamReader sr)static CalDateCalDate.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CalDateCalDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CalDateCalDate.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CalDateCalDate.Factory. parse(Node node)static CalDateCalDate.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)CalDateTimeCalendarEraType. xgetReferenceDate()Gets (as xml) the "referenceDate" elementMethods in net.opengis.gml.x32 with parameters of type CalDate Modifier and Type Method Description voidTimeCalendarEraType. xsetReferenceDate(CalDate referenceDate)Sets (as xml) the "referenceDate" element -
Uses of CalDate in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CalDate Modifier and Type Class Description classCalDateImplAn XML CalDate(@http://www.opengis.net/gml/3.2).classTimePositionTypeImplAn XML TimePositionType(@http://www.opengis.net/gml/3.2).classTimePositionUnionImplAn XML TimePositionUnion(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CalDate Modifier and Type Method Description CalDateTimeCalendarEraTypeImpl. xgetReferenceDate()Gets (as xml) the "referenceDate" elementMethods in net.opengis.gml.x32.impl with parameters of type CalDate Modifier and Type Method Description voidTimeCalendarEraTypeImpl. xsetReferenceDate(CalDate referenceDate)Sets (as xml) the "referenceDate" element
-