Uses of Interface
eu.europa.ec.inspire.schemas.net.x40.NetworkType.GeographicalName
-
Packages that use NetworkType.GeographicalName Package Description eu.europa.ec.inspire.schemas.net.x40 eu.europa.ec.inspire.schemas.net.x40.impl -
-
Uses of NetworkType.GeographicalName in eu.europa.ec.inspire.schemas.net.x40
Methods in eu.europa.ec.inspire.schemas.net.x40 that return NetworkType.GeographicalName Modifier and Type Method Description NetworkType.GeographicalNameNetworkType. addNewGeographicalName()Appends and returns a new empty value (as xml) as the last "geographicalName" elementNetworkType.GeographicalName[]NetworkType. getGeographicalNameArray()Gets array of all "geographicalName" elementsNetworkType.GeographicalNameNetworkType. getGeographicalNameArray(int i)Gets ith "geographicalName" elementNetworkType.GeographicalNameNetworkType. insertNewGeographicalName(int i)Inserts and returns a new empty value (as xml) as the ith "geographicalName" elementstatic NetworkType.GeographicalNameNetworkType.GeographicalName.Factory. newInstance()static NetworkType.GeographicalNameNetworkType.GeographicalName.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.net.x40 with parameters of type NetworkType.GeographicalName Modifier and Type Method Description voidNetworkType. setGeographicalNameArray(int i, NetworkType.GeographicalName geographicalName)Sets ith "geographicalName" elementvoidNetworkType. setGeographicalNameArray(NetworkType.GeographicalName[] geographicalNameArray)Sets array of all "geographicalName" element -
Uses of NetworkType.GeographicalName in eu.europa.ec.inspire.schemas.net.x40.impl
Classes in eu.europa.ec.inspire.schemas.net.x40.impl that implement NetworkType.GeographicalName Modifier and Type Class Description static classNetworkTypeImpl.GeographicalNameImplAn XML geographicalName(@http://inspire.ec.europa.eu/schemas/net/4.0).Methods in eu.europa.ec.inspire.schemas.net.x40.impl that return NetworkType.GeographicalName Modifier and Type Method Description NetworkType.GeographicalNameNetworkTypeImpl. addNewGeographicalName()Appends and returns a new empty value (as xml) as the last "geographicalName" elementNetworkType.GeographicalName[]NetworkTypeImpl. getGeographicalNameArray()Gets array of all "geographicalName" elementsNetworkType.GeographicalNameNetworkTypeImpl. getGeographicalNameArray(int i)Gets ith "geographicalName" elementNetworkType.GeographicalNameNetworkTypeImpl. insertNewGeographicalName(int i)Inserts and returns a new empty value (as xml) as the ith "geographicalName" elementMethods in eu.europa.ec.inspire.schemas.net.x40.impl with parameters of type NetworkType.GeographicalName Modifier and Type Method Description voidNetworkTypeImpl. setGeographicalNameArray(int i, NetworkType.GeographicalName geographicalName)Sets ith "geographicalName" elementvoidNetworkTypeImpl. setGeographicalNameArray(NetworkType.GeographicalName[] geographicalNameArray)Sets array of all "geographicalName" element
-