Uses of Class
net.opengis.iso19139.gmd.v_20070417.AbstractDQResultType
-
Packages that use AbstractDQResultType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of AbstractDQResultType in net.opengis.iso19139.gmd.v_20070417
Subclasses of AbstractDQResultType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classDQConformanceResultTypequantitative_result from Quality Procedures - - renamed to remove implied use limitiation.classDQQuantitativeResultTypeQuantitative_conformance_measure from Quality Procedures.Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type AbstractDQResultType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractDQResultType>DQResultPropertyType. abstractDQResultMethods in net.opengis.iso19139.gmd.v_20070417 that return AbstractDQResultType Modifier and Type Method Description AbstractDQResultTypeAbstractDQResultType. withId(String value)AbstractDQResultTypeAbstractDQResultType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type AbstractDQResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractDQResultType>ObjectFactory. createAbstractDQResult(AbstractDQResultType value)jakarta.xml.bind.JAXBElement<? extends AbstractDQResultType>DQResultPropertyType. getAbstractDQResult()Gets the value of the abstractDQResult property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type AbstractDQResultType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractDQResultType>ObjectFactory. createAbstractDQResult(AbstractDQResultType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractDQResultType Modifier and Type Method Description voidDQResultPropertyType. setAbstractDQResult(jakarta.xml.bind.JAXBElement<? extends AbstractDQResultType> value)Sets the value of the abstractDQResult property.DQResultPropertyTypeDQResultPropertyType. withAbstractDQResult(jakarta.xml.bind.JAXBElement<? extends AbstractDQResultType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractDQResultType Constructor Description DQResultPropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractDQResultType> abstractDQResult, 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
-