Uses of Interface
org.isotc211.x2005.gco.DateTimePropertyType
-
Packages that use DateTimePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DateTimePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return DateTimePropertyType Modifier and Type Method Description static DateTimePropertyTypeDateTimePropertyType.Factory. newInstance()static DateTimePropertyTypeDateTimePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(File file)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(InputStream is)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(Reader r)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(String xmlAsString)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(URL u)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(XMLStreamReader sr)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DateTimePropertyTypeDateTimePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DateTimePropertyTypeDateTimePropertyType.Factory. parse(Node node)static DateTimePropertyTypeDateTimePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DateTimePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement DateTimePropertyType Modifier and Type Class Description classDateTimePropertyTypeImplAn XML DateTime_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of DateTimePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DateTimePropertyType Modifier and Type Method Description DateTimePropertyTypeAbstractDQElementType. addNewDateTime()Appends and returns a new empty value (as xml) as the last "dateTime" elementDateTimePropertyTypeLIProcessStepType. addNewDateTime()Appends and returns a new empty "dateTime" elementDateTimePropertyTypeMDStandardOrderProcessType. addNewPlannedAvailableDateTime()Appends and returns a new empty "plannedAvailableDateTime" elementDateTimePropertyTypeMDUsageType. addNewUsageDateTime()Appends and returns a new empty "usageDateTime" elementDateTimePropertyTypeLIProcessStepType. getDateTime()Gets the "dateTime" elementDateTimePropertyType[]AbstractDQElementType. getDateTimeArray()Gets array of all "dateTime" elementsDateTimePropertyTypeAbstractDQElementType. getDateTimeArray(int i)Gets ith "dateTime" elementDateTimePropertyTypeMDStandardOrderProcessType. getPlannedAvailableDateTime()Gets the "plannedAvailableDateTime" elementDateTimePropertyTypeMDUsageType. getUsageDateTime()Gets the "usageDateTime" elementDateTimePropertyTypeAbstractDQElementType. insertNewDateTime(int i)Inserts and returns a new empty value (as xml) as the ith "dateTime" elementMethods in org.isotc211.x2005.gmd with parameters of type DateTimePropertyType Modifier and Type Method Description voidLIProcessStepType. setDateTime(DateTimePropertyType dateTime)Sets the "dateTime" elementvoidAbstractDQElementType. setDateTimeArray(int i, DateTimePropertyType dateTime)Sets ith "dateTime" elementvoidAbstractDQElementType. setDateTimeArray(DateTimePropertyType[] dateTimeArray)Sets array of all "dateTime" elementvoidMDStandardOrderProcessType. setPlannedAvailableDateTime(DateTimePropertyType plannedAvailableDateTime)Sets the "plannedAvailableDateTime" elementvoidMDUsageType. setUsageDateTime(DateTimePropertyType usageDateTime)Sets the "usageDateTime" element -
Uses of DateTimePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return DateTimePropertyType Modifier and Type Method Description DateTimePropertyTypeAbstractDQElementTypeImpl. addNewDateTime()Appends and returns a new empty value (as xml) as the last "dateTime" elementDateTimePropertyTypeLIProcessStepTypeImpl. addNewDateTime()Appends and returns a new empty "dateTime" elementDateTimePropertyTypeMDStandardOrderProcessTypeImpl. addNewPlannedAvailableDateTime()Appends and returns a new empty "plannedAvailableDateTime" elementDateTimePropertyTypeMDUsageTypeImpl. addNewUsageDateTime()Appends and returns a new empty "usageDateTime" elementDateTimePropertyTypeLIProcessStepTypeImpl. getDateTime()Gets the "dateTime" elementDateTimePropertyType[]AbstractDQElementTypeImpl. getDateTimeArray()Gets array of all "dateTime" elementsDateTimePropertyTypeAbstractDQElementTypeImpl. getDateTimeArray(int i)Gets ith "dateTime" elementDateTimePropertyTypeMDStandardOrderProcessTypeImpl. getPlannedAvailableDateTime()Gets the "plannedAvailableDateTime" elementDateTimePropertyTypeMDUsageTypeImpl. getUsageDateTime()Gets the "usageDateTime" elementDateTimePropertyTypeAbstractDQElementTypeImpl. insertNewDateTime(int i)Inserts and returns a new empty value (as xml) as the ith "dateTime" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DateTimePropertyType Modifier and Type Method Description voidLIProcessStepTypeImpl. setDateTime(DateTimePropertyType dateTime)Sets the "dateTime" elementvoidAbstractDQElementTypeImpl. setDateTimeArray(int i, DateTimePropertyType dateTime)Sets ith "dateTime" elementvoidAbstractDQElementTypeImpl. setDateTimeArray(DateTimePropertyType[] dateTimeArray)Sets array of all "dateTime" elementvoidMDStandardOrderProcessTypeImpl. setPlannedAvailableDateTime(DateTimePropertyType plannedAvailableDateTime)Sets the "plannedAvailableDateTime" elementvoidMDUsageTypeImpl. setUsageDateTime(DateTimePropertyType usageDateTime)Sets the "usageDateTime" element
-