| 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 PostBox |
KmlFactory.createXalPostBox(PostBox.PostBoxNumber postBoxNumber)
Create an instance of
PostBox |
| 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 PostBox |
PostOffice.postBox |
protected PostBox |
PostalRoute.postBox |
protected PostBox |
Locality.postBox |
protected PostBox |
LargeMailUser.postBox |
protected PostBox |
DependentLocality.postBox |
| Modifier and Type | Method and Description |
|---|---|
PostBox |
PostBox.addToAddressLine(AddressLine addressLine)
add a value to the addressLine property collection
|
PostBox |
PostBox.addToAny(Object any)
add a value to the any property collection
|
PostBox |
PostBox.clone() |
PostBox |
PostOffice.createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
PostBox |
PostalRoute.createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
PostBox |
Locality.createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
PostBox |
LargeMailUser.createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
PostBox |
DependentLocality.createAndSetPostBox(PostBox.PostBoxNumber postBoxNumber)
Creates a new instance of
PostBox and set it to postBox. |
PostBox |
PostOffice.getPostBox() |
PostBox |
PostalRoute.getPostBox() |
PostBox |
Locality.getPostBox() |
PostBox |
LargeMailUser.getPostBox() |
PostBox |
DependentLocality.getPostBox() |
PostBox |
PostBox.withAddressLine(List<AddressLine> addressLine)
fluent setter
|
PostBox |
PostBox.withAny(List<Object> any)
fluent setter
|
PostBox |
PostBox.withFirm(Firm firm)
fluent setter
|
PostBox |
PostBox.withIndicator(String indicator)
fluent setter
|
PostBox |
PostBox.withPostalCode(PostalCode postalCode)
fluent setter
|
PostBox |
PostBox.withPostBoxNumberExtension(PostBox.PostBoxNumberExtension postBoxNumberExtension)
fluent setter
|
PostBox |
PostBox.withPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix postBoxNumberPrefix)
fluent setter
|
PostBox |
PostBox.withPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix postBoxNumberSuffix)
fluent setter
|
PostBox |
PostBox.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.setPostBox(PostBox value) |
void |
PostalRoute.setPostBox(PostBox value) |
void |
Locality.setPostBox(PostBox value) |
void |
LargeMailUser.setPostBox(PostBox value) |
void |
DependentLocality.setPostBox(PostBox value) |
PostOffice |
PostOffice.withPostBox(PostBox postBox)
fluent setter
|
PostalRoute |
PostalRoute.withPostBox(PostBox postBox)
fluent setter
|
LargeMailUser |
LargeMailUser.withPostBox(PostBox postBox)
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.