| 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 PostalRoute |
KmlFactory.createXalPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Create an instance of
PostalRoute |
| Modifier and Type | Method and Description |
|---|---|
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 PostalRoute |
PostOffice.postalRoute |
protected PostalRoute |
Locality.postalRoute |
protected PostalRoute |
DependentLocality.postalRoute |
| Modifier and Type | Method and Description |
|---|---|
PostalRoute |
PostalRoute.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
PostalRoute |
PostalRoute.addToAny(Object any)
add a value to the any property collection
|
PostalRoute |
PostalRoute.addToPostalRouteName(PostalRoute.PostalRouteName postalRouteName)
add a value to the postalRouteName property collection
|
PostalRoute |
PostalRoute.clone() |
PostalRoute |
PostOffice.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
PostalRoute |
Locality.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
PostalRoute |
DependentLocality.createAndSetPostalRoute(List<PostalRoute.PostalRouteName> postalRouteName,
PostalRoute.PostalRouteNumber postalRouteNumber)
Creates a new instance of
PostalRoute and set it to postalRoute. |
PostalRoute |
PostOffice.getPostalRoute() |
PostalRoute |
Locality.getPostalRoute() |
PostalRoute |
DependentLocality.getPostalRoute() |
PostalRoute |
PostalRoute.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
PostalRoute |
PostalRoute.withAny(List<Object> any)
fluent setter
|
PostalRoute |
PostalRoute.withPostBox(PostBox postBox)
fluent setter
|
PostalRoute |
PostalRoute.withUnderscore(String underscore)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
PostOffice.setPostalRoute(PostalRoute value) |
void |
Locality.setPostalRoute(PostalRoute value) |
void |
DependentLocality.setPostalRoute(PostalRoute value) |
PostOffice |
PostOffice.withPostalRoute(PostalRoute postalRoute)
fluent setter
|
| Constructor and Description |
|---|
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.