Package | Description |
---|---|
buri.ddmsence.ddms.summary |
Contains the components from the "Summary" set of the DDMS specification.
|
Modifier and Type | Method and Description |
---|---|
CountryCode |
CountryCode.Builder.commit() |
CountryCode |
PostalAddress.getCountryCode()
Accessor for the country code
|
CountryCode |
GeographicIdentifier.getCountryCode()
Accessor for the country code.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
GeographicIdentifier.validateGencCountryCode(CountryCode countryCode)
Validates the syntax of the codespace/code value in a DDMS 5.0 (or later) country code.
|
Constructor and Description |
---|
Builder(CountryCode code)
Constructor which starts from an existing component.
|
GeographicIdentifier(List<String> names,
List<String> regions,
CountryCode countryCode,
SubDivisionCode subDivisionCode)
Constructor for creating a component from raw data.
|
PostalAddress(List<String> streets,
String city,
String stateOrProvince,
String postalCode,
CountryCode countryCode,
boolean hasState)
Constructor for creating a component from raw data
|
Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/