Uses of Class
net.opengis.iso19139.gmd.v_20070417.AbstractMDContentInformationType
-
Packages that use AbstractMDContentInformationType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of AbstractMDContentInformationType in net.opengis.iso19139.gmd.v_20070417
Subclasses of AbstractMDContentInformationType in net.opengis.iso19139.gmd.v_20070417 Modifier and Type Class Description classMDCoverageDescriptionTypeInformation about the domain of the raster cellclassMDFeatureCatalogueDescriptionTypeInformation identifing the feature catalogueclassMDImageDescriptionTypeInformation about an image's suitability for useFields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type AbstractMDContentInformationType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractMDContentInformationType>MDContentInformationPropertyType. abstractMDContentInformationMethods in net.opengis.iso19139.gmd.v_20070417 that return AbstractMDContentInformationType Modifier and Type Method Description AbstractMDContentInformationTypeAbstractMDContentInformationType. withId(String value)AbstractMDContentInformationTypeAbstractMDContentInformationType. withUuid(String value)Methods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type AbstractMDContentInformationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractMDContentInformationType>ObjectFactory. createAbstractMDContentInformation(AbstractMDContentInformationType value)jakarta.xml.bind.JAXBElement<? extends AbstractMDContentInformationType>MDContentInformationPropertyType. getAbstractMDContentInformation()Gets the value of the abstractMDContentInformation property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type AbstractMDContentInformationType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractMDContentInformationType>ObjectFactory. createAbstractMDContentInformation(AbstractMDContentInformationType value)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractMDContentInformationType Modifier and Type Method Description voidMDContentInformationPropertyType. setAbstractMDContentInformation(jakarta.xml.bind.JAXBElement<? extends AbstractMDContentInformationType> value)Sets the value of the abstractMDContentInformation property.MDContentInformationPropertyTypeMDContentInformationPropertyType. withAbstractMDContentInformation(jakarta.xml.bind.JAXBElement<? extends AbstractMDContentInformationType> value)Constructor parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type AbstractMDContentInformationType Constructor Description MDContentInformationPropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractMDContentInformationType> abstractMDContentInformation, 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
-