Uses of Class
net.opengis.iso19139.gmd.v_20070417.DQElementPropertyType
-
Packages that use DQElementPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of DQElementPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type DQElementPropertyType Modifier and Type Field Description protected List<DQElementPropertyType>DQDataQualityType. reportMethods in net.opengis.iso19139.gmd.v_20070417 that return DQElementPropertyType Modifier and Type Method Description DQElementPropertyTypeObjectFactory. createDQElementPropertyType()Create an instance ofDQElementPropertyTypeDQElementPropertyTypeDQElementPropertyType. withAbstractDQElement(jakarta.xml.bind.JAXBElement<? extends AbstractDQElementType> value)DQElementPropertyTypeDQElementPropertyType. withActuate(org.hisrc.w3c.xlink.v_1_0.ActuateType value)DQElementPropertyTypeDQElementPropertyType. withArcrole(String value)DQElementPropertyTypeDQElementPropertyType. withHref(String value)DQElementPropertyTypeDQElementPropertyType. withNilReason(String... values)DQElementPropertyTypeDQElementPropertyType. withNilReason(Collection<String> values)DQElementPropertyTypeDQElementPropertyType. withNilReason(List<String> value)DQElementPropertyTypeDQElementPropertyType. withRole(String value)DQElementPropertyTypeDQElementPropertyType. withShow(org.hisrc.w3c.xlink.v_1_0.ShowType value)DQElementPropertyTypeDQElementPropertyType. withTitle(String value)DQElementPropertyTypeDQElementPropertyType. withTYPE(org.hisrc.w3c.xlink.v_1_0.TypeType value)DQElementPropertyTypeDQElementPropertyType. withUuidref(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type DQElementPropertyType Modifier and Type Method Description List<DQElementPropertyType>DQDataQualityType. getReport()Gets the value of the report property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DQElementPropertyType Modifier and Type Method Description DQDataQualityTypeDQDataQualityType. withReport(DQElementPropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DQElementPropertyType Modifier and Type Method Description voidDQDataQualityType. setReport(List<DQElementPropertyType> value)DQDataQualityTypeDQDataQualityType. withReport(Collection<DQElementPropertyType> values)DQDataQualityTypeDQDataQualityType. withReport(List<DQElementPropertyType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type DQElementPropertyType Constructor Description DQDataQualityType(String id, String uuid, DQScopePropertyType scope, List<DQElementPropertyType> report, LILineagePropertyType lineage)Fully-initialising value constructor
-