| Package | Description |
|---|---|
| org.unece.cefact.namespaces.standardbusinessdocumentheader |
| Modifier and Type | Field and Description |
|---|---|
protected List<ContactInformation> |
Partner.contactInformations |
| Modifier and Type | Method and Description |
|---|---|
ContactInformation |
ObjectFactory.createContactInformation()
Create an instance of
ContactInformation |
ContactInformation |
ContactInformation.withContact(String value) |
ContactInformation |
ContactInformation.withContactTypeIdentifier(String value) |
ContactInformation |
ContactInformation.withEmailAddress(String value) |
ContactInformation |
ContactInformation.withFaxNumber(String value) |
ContactInformation |
ContactInformation.withTelephoneNumber(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ContactInformation> |
Partner.getContactInformations()
Gets the value of the contactInformations property.
|
| Modifier and Type | Method and Description |
|---|---|
Partner |
Partner.withContactInformations(ContactInformation... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Partner.setContactInformations(List<ContactInformation> value) |
Partner |
Partner.withContactInformations(Collection<ContactInformation> values) |
Partner |
Partner.withContactInformations(List<ContactInformation> value) |
| Constructor and Description |
|---|
Partner(PartnerIdentification identifier,
List<ContactInformation> contactInformations)
Fully-initialising value constructor
|
Copyright © 2014 Digipost Open Source. All Rights Reserved.