| Modifier and Type | Field and Description |
|---|---|
protected PostBox |
DependentLocalityType.postBox |
protected PostBox |
PostalRouteType.postBox |
protected PostBox |
Locality.postBox |
protected PostBox |
LargeMailUserType.postBox |
protected PostBox |
PostOffice.postBox |
| Modifier and Type | Method and Description |
|---|---|
PostBox |
ObjectFactory.createPostBox()
Create an instance of
PostBox |
PostBox |
DependentLocalityType.getPostBox()
Gets the value of the postBox property.
|
PostBox |
PostalRouteType.getPostBox()
Gets the value of the postBox property.
|
PostBox |
Locality.getPostBox()
Gets the value of the postBox property.
|
PostBox |
LargeMailUserType.getPostBox()
Gets the value of the postBox property.
|
PostBox |
PostOffice.getPostBox()
Gets the value of the postBox property.
|
PostBox |
PostBox.withAddressLine(AddressLine... values) |
PostBox |
PostBox.withAddressLine(Collection<AddressLine> values) |
PostBox |
PostBox.withAddressLine(List<AddressLine> value) |
PostBox |
PostBox.withAny(Collection<Object> values) |
PostBox |
PostBox.withAny(List<Object> value) |
PostBox |
PostBox.withAny(Object... values) |
PostBox |
PostBox.withFirm(FirmType value) |
PostBox |
PostBox.withIndicator(String value) |
PostBox |
PostBox.withPostalCode(PostalCode value) |
PostBox |
PostBox.withPostBoxNumber(PostBox.PostBoxNumber value) |
PostBox |
PostBox.withPostBoxNumberExtension(PostBox.PostBoxNumberExtension value) |
PostBox |
PostBox.withPostBoxNumberPrefix(PostBox.PostBoxNumberPrefix value) |
PostBox |
PostBox.withPostBoxNumberSuffix(PostBox.PostBoxNumberSuffix value) |
PostBox |
PostBox.withType(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependentLocalityType.setPostBox(PostBox value)
Sets the value of the postBox property.
|
void |
PostalRouteType.setPostBox(PostBox value)
Sets the value of the postBox property.
|
void |
Locality.setPostBox(PostBox value)
Sets the value of the postBox property.
|
void |
LargeMailUserType.setPostBox(PostBox value)
Sets the value of the postBox property.
|
void |
PostOffice.setPostBox(PostBox value)
Sets the value of the postBox property.
|
DependentLocalityType |
DependentLocalityType.withPostBox(PostBox value) |
PostalRouteType |
PostalRouteType.withPostBox(PostBox value) |
Locality |
Locality.withPostBox(PostBox value) |
LargeMailUserType |
LargeMailUserType.withPostBox(PostBox value) |
PostOffice |
PostOffice.withPostBox(PostBox value) |
Copyright © 2008–2023. All rights reserved.