| Modifier and Type | Field and Description |
|---|---|
protected MailStopType |
Department.mailStop |
protected MailStopType |
Premise.mailStop |
protected MailStopType |
SubPremiseType.mailStop |
protected MailStopType |
FirmType.mailStop |
| Modifier and Type | Method and Description |
|---|---|
MailStopType |
ObjectFactory.createMailStopType()
Create an instance of
MailStopType |
MailStopType |
Department.getMailStop()
Gets the value of the mailStop property.
|
MailStopType |
Premise.getMailStop()
Gets the value of the mailStop property.
|
MailStopType |
SubPremiseType.getMailStop()
Gets the value of the mailStop property.
|
MailStopType |
FirmType.getMailStop()
Gets the value of the mailStop property.
|
MailStopType |
MailStopType.withAddressLine(AddressLine... values) |
MailStopType |
MailStopType.withAddressLine(Collection<AddressLine> values) |
MailStopType |
MailStopType.withAddressLine(List<AddressLine> value) |
MailStopType |
MailStopType.withAny(Collection<Object> values) |
MailStopType |
MailStopType.withAny(List<Object> value) |
MailStopType |
MailStopType.withAny(Object... values) |
MailStopType |
MailStopType.withMailStopName(MailStopType.MailStopName value) |
MailStopType |
MailStopType.withMailStopNumber(MailStopType.MailStopNumber value) |
MailStopType |
MailStopType.withType(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Department.setMailStop(MailStopType value)
Sets the value of the mailStop property.
|
void |
Premise.setMailStop(MailStopType value)
Sets the value of the mailStop property.
|
void |
SubPremiseType.setMailStop(MailStopType value)
Sets the value of the mailStop property.
|
void |
FirmType.setMailStop(MailStopType value)
Sets the value of the mailStop property.
|
Department |
Department.withMailStop(MailStopType value) |
Premise |
Premise.withMailStop(MailStopType value) |
SubPremiseType |
SubPremiseType.withMailStop(MailStopType value) |
FirmType |
FirmType.withMailStop(MailStopType value) |
Copyright © 2008–2023. All rights reserved.