Uses of Class
net.opengis.iso19139.gco.v_20070417.GenericNamePropertyType
-
Packages that use GenericNamePropertyType Package Description net.opengis.iso19139.gco.v_20070417 net.opengis.iso19139.gmd.v_20070417 net.opengis.iso19139.gmx.v_20070417 -
-
Uses of GenericNamePropertyType in net.opengis.iso19139.gco.v_20070417
Methods in net.opengis.iso19139.gco.v_20070417 that return GenericNamePropertyType Modifier and Type Method Description GenericNamePropertyTypeObjectFactory. createGenericNamePropertyType()Create an instance ofGenericNamePropertyTypeGenericNamePropertyTypeGenericNamePropertyType. withAbstractGenericName(jakarta.xml.bind.JAXBElement<CodeType> value)GenericNamePropertyTypeGenericNamePropertyType. withNilReason(String... values)GenericNamePropertyTypeGenericNamePropertyType. withNilReason(Collection<String> values)GenericNamePropertyTypeGenericNamePropertyType. withNilReason(List<String> value) -
Uses of GenericNamePropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 with type parameters of type GenericNamePropertyType Modifier and Type Field Description protected List<GenericNamePropertyType>MDFeatureCatalogueDescriptionType. featureTypesMethods in net.opengis.iso19139.gmd.v_20070417 that return types with arguments of type GenericNamePropertyType Modifier and Type Method Description List<GenericNamePropertyType>MDFeatureCatalogueDescriptionType. getFeatureTypes()Gets the value of the featureTypes property.Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type GenericNamePropertyType Modifier and Type Method Description MDFeatureCatalogueDescriptionTypeMDFeatureCatalogueDescriptionType. withFeatureTypes(GenericNamePropertyType... values)Method parameters in net.opengis.iso19139.gmd.v_20070417 with type arguments of type GenericNamePropertyType Modifier and Type Method Description voidMDFeatureCatalogueDescriptionType. setFeatureTypes(List<GenericNamePropertyType> value)MDFeatureCatalogueDescriptionTypeMDFeatureCatalogueDescriptionType. withFeatureTypes(Collection<GenericNamePropertyType> values)MDFeatureCatalogueDescriptionTypeMDFeatureCatalogueDescriptionType. withFeatureTypes(List<GenericNamePropertyType> value) -
Uses of GenericNamePropertyType in net.opengis.iso19139.gmx.v_20070417
Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type GenericNamePropertyType Modifier and Type Field Description protected List<GenericNamePropertyType>MXDataFileType. featureTypesMethods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type GenericNamePropertyType Modifier and Type Method Description List<GenericNamePropertyType>MXDataFileType. getFeatureTypes()Gets the value of the featureTypes property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type GenericNamePropertyType Modifier and Type Method Description MXDataFileTypeMXDataFileType. withFeatureTypes(GenericNamePropertyType... values)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type GenericNamePropertyType Modifier and Type Method Description voidMXDataFileType. setFeatureTypes(List<GenericNamePropertyType> value)MXDataFileTypeMXDataFileType. withFeatureTypes(Collection<GenericNamePropertyType> values)MXDataFileTypeMXDataFileType. withFeatureTypes(List<GenericNamePropertyType> value)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type GenericNamePropertyType Constructor Description MXDataFileType(String id, String uuid, FileNamePropertyType fileName, CharacterStringPropertyType fileDescription, MimeFileTypePropertyType fileType, List<GenericNamePropertyType> featureTypes, MDFormatPropertyType fileFormat)Fully-initialising value constructor
-