Uses of Interface
eu.europa.ec.inspire.schemas.ef.x40.AbstractMonitoringFeatureType.ReportedTo
-
Packages that use AbstractMonitoringFeatureType.ReportedTo Package Description eu.europa.ec.inspire.schemas.ef.x40 eu.europa.ec.inspire.schemas.ef.x40.impl -
-
Uses of AbstractMonitoringFeatureType.ReportedTo in eu.europa.ec.inspire.schemas.ef.x40
Methods in eu.europa.ec.inspire.schemas.ef.x40 that return AbstractMonitoringFeatureType.ReportedTo Modifier and Type Method Description AbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureType. addNewReportedTo()Appends and returns a new empty value (as xml) as the last "reportedTo" elementAbstractMonitoringFeatureType.ReportedTo[]AbstractMonitoringFeatureType. getReportedToArray()Gets array of all "reportedTo" elementsAbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureType. getReportedToArray(int i)Gets ith "reportedTo" elementAbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureType. insertNewReportedTo(int i)Inserts and returns a new empty value (as xml) as the ith "reportedTo" elementstatic AbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureType.ReportedTo.Factory. newInstance()static AbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureType.ReportedTo.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.ef.x40 with parameters of type AbstractMonitoringFeatureType.ReportedTo Modifier and Type Method Description voidAbstractMonitoringFeatureType. setReportedToArray(int i, AbstractMonitoringFeatureType.ReportedTo reportedTo)Sets ith "reportedTo" elementvoidAbstractMonitoringFeatureType. setReportedToArray(AbstractMonitoringFeatureType.ReportedTo[] reportedToArray)Sets array of all "reportedTo" element -
Uses of AbstractMonitoringFeatureType.ReportedTo in eu.europa.ec.inspire.schemas.ef.x40.impl
Classes in eu.europa.ec.inspire.schemas.ef.x40.impl that implement AbstractMonitoringFeatureType.ReportedTo Modifier and Type Class Description static classAbstractMonitoringFeatureTypeImpl.ReportedToImplAn XML reportedTo(@http://inspire.ec.europa.eu/schemas/ef/4.0).Methods in eu.europa.ec.inspire.schemas.ef.x40.impl that return AbstractMonitoringFeatureType.ReportedTo Modifier and Type Method Description AbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureTypeImpl. addNewReportedTo()Appends and returns a new empty value (as xml) as the last "reportedTo" elementAbstractMonitoringFeatureType.ReportedTo[]AbstractMonitoringFeatureTypeImpl. getReportedToArray()Gets array of all "reportedTo" elementsAbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureTypeImpl. getReportedToArray(int i)Gets ith "reportedTo" elementAbstractMonitoringFeatureType.ReportedToAbstractMonitoringFeatureTypeImpl. insertNewReportedTo(int i)Inserts and returns a new empty value (as xml) as the ith "reportedTo" elementMethods in eu.europa.ec.inspire.schemas.ef.x40.impl with parameters of type AbstractMonitoringFeatureType.ReportedTo Modifier and Type Method Description voidAbstractMonitoringFeatureTypeImpl. setReportedToArray(int i, AbstractMonitoringFeatureType.ReportedTo reportedTo)Sets ith "reportedTo" elementvoidAbstractMonitoringFeatureTypeImpl. setReportedToArray(AbstractMonitoringFeatureType.ReportedTo[] reportedToArray)Sets array of all "reportedTo" element
-