Uses of Interface
org.isotc211.x2005.gco.GenericNamePropertyType
-
Packages that use GenericNamePropertyType Package Description org.isotc211.x2005.gco org.isotc211.x2005.gco.impl org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of GenericNamePropertyType in org.isotc211.x2005.gco
Methods in org.isotc211.x2005.gco that return GenericNamePropertyType Modifier and Type Method Description static GenericNamePropertyTypeGenericNamePropertyType.Factory. newInstance()static GenericNamePropertyTypeGenericNamePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(File file)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(InputStream is)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(Reader r)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(String xmlAsString)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(URL u)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(XMLStreamReader sr)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(Node node)static GenericNamePropertyTypeGenericNamePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of GenericNamePropertyType in org.isotc211.x2005.gco.impl
Classes in org.isotc211.x2005.gco.impl that implement GenericNamePropertyType Modifier and Type Class Description classGenericNamePropertyTypeImplAn XML GenericName_PropertyType(@http://www.isotc211.org/2005/gco). -
Uses of GenericNamePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return GenericNamePropertyType Modifier and Type Method Description GenericNamePropertyTypeMDFeatureCatalogueDescriptionType. addNewFeatureTypes()Appends and returns a new empty value (as xml) as the last "featureTypes" elementGenericNamePropertyType[]MDFeatureCatalogueDescriptionType. getFeatureTypesArray()Gets array of all "featureTypes" elementsGenericNamePropertyTypeMDFeatureCatalogueDescriptionType. getFeatureTypesArray(int i)Gets ith "featureTypes" elementGenericNamePropertyTypeMDFeatureCatalogueDescriptionType. insertNewFeatureTypes(int i)Inserts and returns a new empty value (as xml) as the ith "featureTypes" elementMethods in org.isotc211.x2005.gmd with parameters of type GenericNamePropertyType Modifier and Type Method Description voidMDFeatureCatalogueDescriptionType. setFeatureTypesArray(int i, GenericNamePropertyType featureTypes)Sets ith "featureTypes" elementvoidMDFeatureCatalogueDescriptionType. setFeatureTypesArray(GenericNamePropertyType[] featureTypesArray)Sets array of all "featureTypes" element -
Uses of GenericNamePropertyType in org.isotc211.x2005.gmd.impl
Methods in org.isotc211.x2005.gmd.impl that return GenericNamePropertyType Modifier and Type Method Description GenericNamePropertyTypeMDFeatureCatalogueDescriptionTypeImpl. addNewFeatureTypes()Appends and returns a new empty value (as xml) as the last "featureTypes" elementGenericNamePropertyType[]MDFeatureCatalogueDescriptionTypeImpl. getFeatureTypesArray()Gets array of all "featureTypes" elementsGenericNamePropertyTypeMDFeatureCatalogueDescriptionTypeImpl. getFeatureTypesArray(int i)Gets ith "featureTypes" elementGenericNamePropertyTypeMDFeatureCatalogueDescriptionTypeImpl. insertNewFeatureTypes(int i)Inserts and returns a new empty value (as xml) as the ith "featureTypes" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type GenericNamePropertyType Modifier and Type Method Description voidMDFeatureCatalogueDescriptionTypeImpl. setFeatureTypesArray(int i, GenericNamePropertyType featureTypes)Sets ith "featureTypes" elementvoidMDFeatureCatalogueDescriptionTypeImpl. setFeatureTypesArray(GenericNamePropertyType[] featureTypesArray)Sets array of all "featureTypes" element
-