Uses of Interface
org.isotc211.x2005.gco.DateType
-
Packages that use DateType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl -
-
Uses of DateType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return DateType Modifier and Type Method Description static DateTypeDateType.Factory. newInstance()static DateTypeDateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. newValue(Object obj)static DateTypeDateType.Factory. parse(File file)static DateTypeDateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(InputStream is)static DateTypeDateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(Reader r)static DateTypeDateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(String xmlAsString)static DateTypeDateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(URL u)static DateTypeDateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(XMLStreamReader sr)static DateTypeDateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DateTypeDateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DateTypeDateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DateTypeDateType.Factory. parse(Node node)static DateTypeDateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)DateTypeDateDocument. xgetDate()Gets (as xml) the "Date" elementDateTypeDatePropertyType. xgetDate()Gets (as xml) the "Date" elementMethods in org.isotc211.x2005.gco with parameters of type DateType Modifier and Type Method Description voidDateDocument. xsetDate(DateType date)Sets (as xml) the "Date" elementvoidDatePropertyType. xsetDate(DateType date)Sets (as xml) the "Date" element -
Uses of DateType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement DateType Modifier and Type Class Description classDateTypeImplAn XML Date_Type(@http://www.isotc211.org/2005/gco).Methods in org.isotc211.x2005.gco.impl that return DateType Modifier and Type Method Description DateTypeDateDocumentImpl. xgetDate()Gets (as xml) the "Date" elementDateTypeDatePropertyTypeImpl. xgetDate()Gets (as xml) the "Date" elementMethods in org.isotc211.x2005.gco.impl with parameters of type DateType Modifier and Type Method Description voidDateDocumentImpl. xsetDate(DateType date)Sets (as xml) the "Date" elementvoidDatePropertyTypeImpl. xsetDate(DateType date)Sets (as xml) the "Date" element
-