Uses of Interface
org.isotc211.x2005.gmd.CIDateType
-
Packages that use CIDateType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CIDateType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CIDateType Modifier and Type Method Description CIDateTypeCIDateDocument. addNewCIDate()Appends and returns a new empty "CI_Date" elementCIDateTypeCIDatePropertyType. addNewCIDate()Appends and returns a new empty "CI_Date" elementCIDateTypeCIDateDocument. getCIDate()Gets the "CI_Date" elementCIDateTypeCIDatePropertyType. getCIDate()Gets the "CI_Date" elementstatic CIDateTypeCIDateType.Factory. newInstance()static CIDateTypeCIDateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(File file)static CIDateTypeCIDateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(InputStream is)static CIDateTypeCIDateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(Reader r)static CIDateTypeCIDateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(String xmlAsString)static CIDateTypeCIDateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(URL u)static CIDateTypeCIDateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(XMLStreamReader sr)static CIDateTypeCIDateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CIDateTypeCIDateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CIDateTypeCIDateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CIDateTypeCIDateType.Factory. parse(Node node)static CIDateTypeCIDateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CIDateType Modifier and Type Method Description voidCIDateDocument. setCIDate(CIDateType ciDate)Sets the "CI_Date" elementvoidCIDatePropertyType. setCIDate(CIDateType ciDate)Sets the "CI_Date" element -
Uses of CIDateType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CIDateType Modifier and Type Class Description classCIDateTypeImplAn XML CI_Date_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CIDateType Modifier and Type Method Description CIDateTypeCIDateDocumentImpl. addNewCIDate()Appends and returns a new empty "CI_Date" elementCIDateTypeCIDatePropertyTypeImpl. addNewCIDate()Appends and returns a new empty "CI_Date" elementCIDateTypeCIDateDocumentImpl. getCIDate()Gets the "CI_Date" elementCIDateTypeCIDatePropertyTypeImpl. getCIDate()Gets the "CI_Date" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CIDateType Modifier and Type Method Description voidCIDateDocumentImpl. setCIDate(CIDateType ciDate)Sets the "CI_Date" elementvoidCIDatePropertyTypeImpl. setCIDate(CIDateType ciDate)Sets the "CI_Date" element
-