| 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 |
|---|
CountryCode.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 - 2014 by Brian Uri!
Generated on 11/20/2014 12:49 PM
http://ddmsence.urizone.net/