Uses of Class
net.opengis.iso19139.gmx.v_20070417.AbstractCTCatalogueType
-
Packages that use AbstractCTCatalogueType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of AbstractCTCatalogueType in net.opengis.iso19139.gmx.v_20070417
Subclasses of AbstractCTCatalogueType in net.opengis.iso19139.gmx.v_20070417 Modifier and Type Class Description classCTCodelistCatalogueTypeJava class for CT_CodelistCatalogue_Type complex type.classCTCrsCatalogueTypeJava class for CT_CrsCatalogue_Type complex type.classCTUomCatalogueTypeJava class for CT_UomCatalogue_Type complex type.Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type AbstractCTCatalogueType Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractCTCatalogueType>CTCataloguePropertyType. abstractCTCatalogueMethods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type AbstractCTCatalogueType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractCTCatalogueType>ObjectFactory. createAbstractCTCatalogue(AbstractCTCatalogueType value)jakarta.xml.bind.JAXBElement<? extends AbstractCTCatalogueType>CTCataloguePropertyType. getAbstractCTCatalogue()Gets the value of the abstractCTCatalogue property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type AbstractCTCatalogueType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractCTCatalogueType>ObjectFactory. createAbstractCTCatalogue(AbstractCTCatalogueType value)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type AbstractCTCatalogueType Modifier and Type Method Description voidCTCataloguePropertyType. setAbstractCTCatalogue(jakarta.xml.bind.JAXBElement<? extends AbstractCTCatalogueType> value)Sets the value of the abstractCTCatalogue property.CTCataloguePropertyTypeCTCataloguePropertyType. withAbstractCTCatalogue(jakarta.xml.bind.JAXBElement<? extends AbstractCTCatalogueType> value)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type AbstractCTCatalogueType Constructor Description CTCataloguePropertyType(jakarta.xml.bind.JAXBElement<? extends AbstractCTCatalogueType> abstractCTCatalogue, 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
-