Uses of Interface
org.isotc211.x2005.gmd.CIDatePropertyType
-
Packages that use CIDatePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of CIDatePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return CIDatePropertyType Modifier and Type Method Description CIDatePropertyTypeCICitationType. addNewDate()Appends and returns a new empty value (as xml) as the last "date" elementCIDatePropertyTypePTLocaleContainerType. addNewDate()Appends and returns a new empty value (as xml) as the last "date" elementCIDatePropertyType[]CICitationType. getDateArray()Gets array of all "date" elementsCIDatePropertyTypeCICitationType. getDateArray(int i)Gets ith "date" elementCIDatePropertyType[]PTLocaleContainerType. getDateArray()Gets array of all "date" elementsCIDatePropertyTypePTLocaleContainerType. getDateArray(int i)Gets ith "date" elementCIDatePropertyTypeCICitationType. insertNewDate(int i)Inserts and returns a new empty value (as xml) as the ith "date" elementCIDatePropertyTypePTLocaleContainerType. insertNewDate(int i)Inserts and returns a new empty value (as xml) as the ith "date" elementstatic CIDatePropertyTypeCIDatePropertyType.Factory. newInstance()static CIDatePropertyTypeCIDatePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(File file)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(InputStream is)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(Reader r)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(String xmlAsString)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(URL u)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(XMLStreamReader sr)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CIDatePropertyTypeCIDatePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CIDatePropertyTypeCIDatePropertyType.Factory. parse(Node node)static CIDatePropertyTypeCIDatePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type CIDatePropertyType Modifier and Type Method Description voidCICitationType. setDateArray(int i, CIDatePropertyType date)Sets ith "date" elementvoidCICitationType. setDateArray(CIDatePropertyType[] dateArray)Sets array of all "date" elementvoidPTLocaleContainerType. setDateArray(int i, CIDatePropertyType date)Sets ith "date" elementvoidPTLocaleContainerType. setDateArray(CIDatePropertyType[] dateArray)Sets array of all "date" element -
Uses of CIDatePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement CIDatePropertyType Modifier and Type Class Description classCIDatePropertyTypeImplAn XML CI_Date_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return CIDatePropertyType Modifier and Type Method Description CIDatePropertyTypeCICitationTypeImpl. addNewDate()Appends and returns a new empty value (as xml) as the last "date" elementCIDatePropertyTypePTLocaleContainerTypeImpl. addNewDate()Appends and returns a new empty value (as xml) as the last "date" elementCIDatePropertyType[]CICitationTypeImpl. getDateArray()Gets array of all "date" elementsCIDatePropertyTypeCICitationTypeImpl. getDateArray(int i)Gets ith "date" elementCIDatePropertyType[]PTLocaleContainerTypeImpl. getDateArray()Gets array of all "date" elementsCIDatePropertyTypePTLocaleContainerTypeImpl. getDateArray(int i)Gets ith "date" elementCIDatePropertyTypeCICitationTypeImpl. insertNewDate(int i)Inserts and returns a new empty value (as xml) as the ith "date" elementCIDatePropertyTypePTLocaleContainerTypeImpl. insertNewDate(int i)Inserts and returns a new empty value (as xml) as the ith "date" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type CIDatePropertyType Modifier and Type Method Description voidCICitationTypeImpl. setDateArray(int i, CIDatePropertyType date)Sets ith "date" elementvoidCICitationTypeImpl. setDateArray(CIDatePropertyType[] dateArray)Sets array of all "date" elementvoidPTLocaleContainerTypeImpl. setDateArray(int i, CIDatePropertyType date)Sets ith "date" elementvoidPTLocaleContainerTypeImpl. setDateArray(CIDatePropertyType[] dateArray)Sets array of all "date" element
-