| Modifier and Type | Field and Description |
|---|---|
protected PostOffice |
AdministrativeArea.postOffice |
protected PostOffice |
AdministrativeArea.SubAdministrativeArea.postOffice |
protected PostOffice |
DependentLocalityType.postOffice |
protected PostOffice |
Locality.postOffice |
| Modifier and Type | Method and Description |
|---|---|
PostOffice |
ObjectFactory.createPostOffice()
Create an instance of
PostOffice |
PostOffice |
AdministrativeArea.getPostOffice()
Gets the value of the postOffice property.
|
PostOffice |
AdministrativeArea.SubAdministrativeArea.getPostOffice()
Gets the value of the postOffice property.
|
PostOffice |
DependentLocalityType.getPostOffice()
Gets the value of the postOffice property.
|
PostOffice |
Locality.getPostOffice()
Gets the value of the postOffice property.
|
PostOffice |
PostOffice.withAddressLine(AddressLine... values) |
PostOffice |
PostOffice.withAddressLine(java.util.Collection<AddressLine> values) |
PostOffice |
PostOffice.withAddressLine(java.util.List<AddressLine> value) |
PostOffice |
PostOffice.withAny(java.util.Collection<java.lang.Object> values) |
PostOffice |
PostOffice.withAny(java.util.List<java.lang.Object> value) |
PostOffice |
PostOffice.withAny(java.lang.Object... values) |
PostOffice |
PostOffice.withIndicator(java.lang.String value) |
PostOffice |
PostOffice.withPostalCode(PostalCode value) |
PostOffice |
PostOffice.withPostalRoute(PostalRouteType value) |
PostOffice |
PostOffice.withPostBox(PostBox value) |
PostOffice |
PostOffice.withPostOfficeName(java.util.Collection<PostOffice.PostOfficeName> values) |
PostOffice |
PostOffice.withPostOfficeName(java.util.List<PostOffice.PostOfficeName> value) |
PostOffice |
PostOffice.withPostOfficeName(PostOffice.PostOfficeName... values) |
PostOffice |
PostOffice.withPostOfficeNumber(PostOffice.PostOfficeNumber value) |
PostOffice |
PostOffice.withType(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdministrativeArea.setPostOffice(PostOffice value)
Sets the value of the postOffice property.
|
void |
AdministrativeArea.SubAdministrativeArea.setPostOffice(PostOffice value)
Sets the value of the postOffice property.
|
void |
DependentLocalityType.setPostOffice(PostOffice value)
Sets the value of the postOffice property.
|
void |
Locality.setPostOffice(PostOffice value)
Sets the value of the postOffice property.
|
AdministrativeArea |
AdministrativeArea.withPostOffice(PostOffice value) |
AdministrativeArea.SubAdministrativeArea |
AdministrativeArea.SubAdministrativeArea.withPostOffice(PostOffice value) |
DependentLocalityType |
DependentLocalityType.withPostOffice(PostOffice value) |
Locality |
Locality.withPostOffice(PostOffice value) |
Copyright © 2008-2022. All Rights Reserved.