Uses of Class
net.opengis.iso19139.gmd.v_20070417.CountryPropertyType
-
Packages that use CountryPropertyType Package Description net.opengis.iso19139.gmd.v_20070417 -
-
Uses of CountryPropertyType in net.opengis.iso19139.gmd.v_20070417
Fields in net.opengis.iso19139.gmd.v_20070417 declared as CountryPropertyType Modifier and Type Field Description protected CountryPropertyTypePTLocaleType. countryMethods in net.opengis.iso19139.gmd.v_20070417 that return CountryPropertyType Modifier and Type Method Description CountryPropertyTypeObjectFactory. createCountryPropertyType()Create an instance ofCountryPropertyTypeCountryPropertyTypePTLocaleType. getCountry()Gets the value of the country property.CountryPropertyTypeCountryPropertyType. withCountry(CodeListValueType value)CountryPropertyTypeCountryPropertyType. withNilReason(String... values)CountryPropertyTypeCountryPropertyType. withNilReason(Collection<String> values)CountryPropertyTypeCountryPropertyType. withNilReason(List<String> value)Methods in net.opengis.iso19139.gmd.v_20070417 with parameters of type CountryPropertyType Modifier and Type Method Description voidPTLocaleType. setCountry(CountryPropertyType value)Sets the value of the country property.PTLocaleTypePTLocaleType. withCountry(CountryPropertyType value)Constructors in net.opengis.iso19139.gmd.v_20070417 with parameters of type CountryPropertyType Constructor Description PTLocaleType(String id, String uuid, LanguageCodePropertyType languageCode, CountryPropertyType country, MDCharacterSetCodePropertyType characterEncoding)Fully-initialising value constructor
-