Uses of Interface
org.isotc211.x2005.gco.DatePropertyType
-
Packages that use DatePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DatePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return DatePropertyType Modifier and Type Method Description static DatePropertyTypeDatePropertyType.Factory. newInstance()static DatePropertyTypeDatePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(File file)static DatePropertyTypeDatePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(InputStream is)static DatePropertyTypeDatePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(Reader r)static DatePropertyTypeDatePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(String xmlAsString)static DatePropertyTypeDatePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(URL u)static DatePropertyTypeDatePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(XMLStreamReader sr)static DatePropertyTypeDatePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DatePropertyTypeDatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DatePropertyTypeDatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DatePropertyTypeDatePropertyType.Factory. parse(Node node)static DatePropertyTypeDatePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DatePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement DatePropertyType Modifier and Type Class Description classDatePropertyTypeImplAn XML Date_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of DatePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DatePropertyType Modifier and Type Method Description DatePropertyTypeCIDateType. addNewDate()Appends and returns a new empty "date" elementDatePropertyTypeMDMaintenanceInformationType. addNewDateOfNextUpdate()Appends and returns a new empty "dateOfNextUpdate" elementDatePropertyTypeMDMetadataType. addNewDateStamp()Appends and returns a new empty "dateStamp" elementDatePropertyTypeCICitationType. addNewEditionDate()Appends and returns a new empty "editionDate" elementDatePropertyTypeCIDateType. getDate()Gets the "date" elementDatePropertyTypeMDMaintenanceInformationType. getDateOfNextUpdate()Gets the "dateOfNextUpdate" elementDatePropertyTypeMDMetadataType. getDateStamp()Gets the "dateStamp" elementDatePropertyTypeCICitationType. getEditionDate()Gets the "editionDate" elementMethods in org.isotc211.x2005.gmd with parameters of type DatePropertyType Modifier and Type Method Description voidCIDateType. setDate(DatePropertyType date)Sets the "date" elementvoidMDMaintenanceInformationType. setDateOfNextUpdate(DatePropertyType dateOfNextUpdate)Sets the "dateOfNextUpdate" elementvoidMDMetadataType. setDateStamp(DatePropertyType dateStamp)Sets the "dateStamp" elementvoidCICitationType. setEditionDate(DatePropertyType editionDate)Sets the "editionDate" element -
Uses of DatePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return DatePropertyType Modifier and Type Method Description DatePropertyTypeCIDateTypeImpl. addNewDate()Appends and returns a new empty "date" elementDatePropertyTypeMDMaintenanceInformationTypeImpl. addNewDateOfNextUpdate()Appends and returns a new empty "dateOfNextUpdate" elementDatePropertyTypeMDMetadataTypeImpl. addNewDateStamp()Appends and returns a new empty "dateStamp" elementDatePropertyTypeCICitationTypeImpl. addNewEditionDate()Appends and returns a new empty "editionDate" elementDatePropertyTypeCIDateTypeImpl. getDate()Gets the "date" elementDatePropertyTypeMDMaintenanceInformationTypeImpl. getDateOfNextUpdate()Gets the "dateOfNextUpdate" elementDatePropertyTypeMDMetadataTypeImpl. getDateStamp()Gets the "dateStamp" elementDatePropertyTypeCICitationTypeImpl. getEditionDate()Gets the "editionDate" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DatePropertyType Modifier and Type Method Description voidCIDateTypeImpl. setDate(DatePropertyType date)Sets the "date" elementvoidMDMaintenanceInformationTypeImpl. setDateOfNextUpdate(DatePropertyType dateOfNextUpdate)Sets the "dateOfNextUpdate" elementvoidMDMetadataTypeImpl. setDateStamp(DatePropertyType dateStamp)Sets the "dateStamp" elementvoidCICitationTypeImpl. setEditionDate(DatePropertyType editionDate)Sets the "editionDate" element
-