| Modifier and Type | Field and Description |
|---|---|
protected FirmType |
Premise.firm |
protected FirmType |
SubPremiseType.firm |
protected FirmType |
Thoroughfare.firm |
protected FirmType |
PostBox.firm |
| Modifier and Type | Method and Description |
|---|---|
FirmType |
ObjectFactory.createFirmType()
Create an instance of
FirmType |
FirmType |
Premise.getFirm()
Gets the value of the firm property.
|
FirmType |
SubPremiseType.getFirm()
Gets the value of the firm property.
|
FirmType |
Thoroughfare.getFirm()
Gets the value of the firm property.
|
FirmType |
PostBox.getFirm()
Gets the value of the firm property.
|
FirmType |
FirmType.withAddressLine(AddressLine... values) |
FirmType |
FirmType.withAddressLine(java.util.Collection<AddressLine> values) |
FirmType |
FirmType.withAddressLine(java.util.List<AddressLine> value) |
FirmType |
FirmType.withAny(java.util.Collection<java.lang.Object> values) |
FirmType |
FirmType.withAny(java.util.List<java.lang.Object> value) |
FirmType |
FirmType.withAny(java.lang.Object... values) |
FirmType |
FirmType.withDepartment(java.util.Collection<Department> values) |
FirmType |
FirmType.withDepartment(Department... values) |
FirmType |
FirmType.withDepartment(java.util.List<Department> value) |
FirmType |
FirmType.withFirmName(java.util.Collection<FirmType.FirmName> values) |
FirmType |
FirmType.withFirmName(FirmType.FirmName... values) |
FirmType |
FirmType.withFirmName(java.util.List<FirmType.FirmName> value) |
FirmType |
FirmType.withMailStop(MailStopType value) |
FirmType |
FirmType.withPostalCode(PostalCode value) |
FirmType |
FirmType.withType(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Premise.setFirm(FirmType value)
Sets the value of the firm property.
|
void |
SubPremiseType.setFirm(FirmType value)
Sets the value of the firm property.
|
void |
Thoroughfare.setFirm(FirmType value)
Sets the value of the firm property.
|
void |
PostBox.setFirm(FirmType value)
Sets the value of the firm property.
|
Premise |
Premise.withFirm(FirmType value) |
SubPremiseType |
SubPremiseType.withFirm(FirmType value) |
Thoroughfare |
Thoroughfare.withFirm(FirmType value) |
PostBox |
PostBox.withFirm(FirmType value) |
Copyright © 2008-2022. All Rights Reserved.