| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 | |
| de.micromata.opengis.kml.v_2_2_0.xal |
| Modifier and Type | Method and Description |
|---|---|
static PostOffice |
KmlFactory.createXalPostOffice()
Create an instance of
PostOffice |
| Modifier and Type | Method and Description |
|---|---|
static AdministrativeArea |
KmlFactory.createXalAdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Create an instance of
AdministrativeArea |
static DependentLocality |
KmlFactory.createXalDependentLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Create an instance of
DependentLocality |
static Locality |
KmlFactory.createXalLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Create an instance of
Locality |
| Modifier and Type | Field and Description |
|---|---|
protected PostOffice |
Locality.postOffice |
protected PostOffice |
DependentLocality.postOffice |
protected PostOffice |
AdministrativeArea.postOffice |
protected PostOffice |
AdministrativeArea.SubAdministrativeArea.postOffice |
| Modifier and Type | Method and Description |
|---|---|
PostOffice |
PostOffice.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
PostOffice |
PostOffice.addToAny(Object any)
add a value to the any property collection
|
PostOffice |
PostOffice.addToPostOfficeName(PostOffice.PostOfficeName postOfficeName)
add a value to the postOfficeName property collection
|
PostOffice |
PostOffice.clone() |
PostOffice |
Locality.createAndSetPostOffice()
Creates a new instance of
PostOffice and set it to postOffice. |
PostOffice |
DependentLocality.createAndSetPostOffice()
Creates a new instance of
PostOffice and set it to postOffice. |
PostOffice |
AdministrativeArea.createAndSetPostOffice()
Creates a new instance of
PostOffice and set it to postOffice. |
PostOffice |
AdministrativeArea.SubAdministrativeArea.createAndSetPostOffice()
Creates a new instance of
PostOffice and set it to postOffice. |
PostOffice |
Locality.getPostOffice() |
PostOffice |
DependentLocality.getPostOffice() |
PostOffice |
AdministrativeArea.getPostOffice() |
PostOffice |
AdministrativeArea.SubAdministrativeArea.getPostOffice() |
PostOffice |
PostOffice.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
PostOffice |
PostOffice.withAny(List<Object> any)
fluent setter
|
PostOffice |
PostOffice.withIndicator(String indicator)
fluent setter
|
PostOffice |
PostOffice.withPostalCode(PostalCode postalCode)
fluent setter
|
PostOffice |
PostOffice.withPostalRoute(PostalRoute postalRoute)
fluent setter
|
PostOffice |
PostOffice.withPostBox(PostBox postBox)
fluent setter
|
PostOffice |
PostOffice.withPostOfficeName(List<PostOffice.PostOfficeName> postOfficeName)
fluent setter
|
PostOffice |
PostOffice.withPostOfficeNumber(PostOffice.PostOfficeNumber postOfficeNumber)
fluent setter
|
PostOffice |
PostOffice.withUnderscore(String underscore)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
AdministrativeArea |
AddressDetails.createAndSetAdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Creates a new instance of
AdministrativeArea and set it to administrativeArea. |
AdministrativeArea |
AddressDetails.Country.createAndSetAdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Creates a new instance of
AdministrativeArea and set it to administrativeArea. |
DependentLocality |
Thoroughfare.createAndSetDependentLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
DependentLocality and set it to dependentLocality. |
DependentLocality |
Locality.createAndSetDependentLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
DependentLocality and set it to dependentLocality. |
DependentLocality |
DependentLocality.createAndSetDependentLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
DependentLocality and set it to dependentLocality. |
Locality |
AdministrativeArea.createAndSetLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
Locality and set it to locality. |
Locality |
AdministrativeArea.SubAdministrativeArea.createAndSetLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
Locality and set it to locality. |
Locality |
AddressDetails.createAndSetLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
Locality and set it to locality. |
Locality |
AddressDetails.Country.createAndSetLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Creates a new instance of
Locality and set it to locality. |
AdministrativeArea.SubAdministrativeArea |
AdministrativeArea.createAndSetSubAdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Creates a new instance of
AdministrativeArea.SubAdministrativeArea and set it to subAdministrativeArea. |
void |
Locality.setPostOffice(PostOffice value) |
void |
DependentLocality.setPostOffice(PostOffice value) |
void |
AdministrativeArea.setPostOffice(PostOffice value) |
void |
AdministrativeArea.SubAdministrativeArea.setPostOffice(PostOffice value) |
| Constructor and Description |
|---|
AdministrativeArea.SubAdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Value constructor with only mandatory fields
|
AdministrativeArea(Locality locality,
PostOffice postOffice,
PostalCode postalCode)
Value constructor with only mandatory fields
|
DependentLocality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Value constructor with only mandatory fields
|
Locality(PostBox postBox,
LargeMailUser largeMailUser,
PostOffice postOffice,
PostalRoute postalRoute)
Value constructor with only mandatory fields
|
Copyright © 2014 Micromata GmbH. All rights reserved.