Uses of Class
net.opengis.iso19139.gmd.v_20070417.DQDataQualityType
-
Packages that use DQDataQualityType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of DQDataQualityType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as DQDataQualityType Modifier and Type Field Description protected DQDataQualityTypeDQDataQualityPropertyType. dqDataQualityMethods in net.opengis.iso19139.gmd.v_20070417 that return DQDataQualityType Modifier and Type Method Description DQDataQualityTypeObjectFactory. createDQDataQualityType()Create an instance ofDQDataQualityTypeDQDataQualityTypeDQDataQualityPropertyType. getDQDataQuality()Gets the value of the dqDataQuality property.DQDataQualityTypeDQDataQualityType. withId(String value)DQDataQualityTypeDQDataQualityType. withLineage(LILineagePropertyType value)DQDataQualityTypeDQDataQualityType. withReport(Collection<DQElementPropertyType> values)DQDataQualityTypeDQDataQualityType. withReport(List<DQElementPropertyType> value)DQDataQualityTypeDQDataQualityType. withReport(DQElementPropertyType... values)DQDataQualityTypeDQDataQualityType. withScope(DQScopePropertyType value)DQDataQualityTypeDQDataQualityType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type DQDataQualityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DQDataQualityType>ObjectFactory. createDQDataQuality(DQDataQualityType value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type DQDataQualityType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DQDataQualityType>ObjectFactory. createDQDataQuality(DQDataQualityType value)voidDQDataQualityPropertyType. setDQDataQuality(DQDataQualityType value)Sets the value of the dqDataQuality property.DQDataQualityPropertyTypeDQDataQualityPropertyType. withDQDataQuality(DQDataQualityType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type DQDataQualityType Constructor Description DQDataQualityPropertyType(DQDataQualityType dqDataQuality, List<String> nilReason, String uuidref, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-