| Package | Description |
|---|---|
| org.unece.cefact.namespaces.standardbusinessdocumentheader |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ContactInformation> |
Partner.contactInformations |
| Modifier and Type | Method and Description |
|---|---|
ContactInformation |
ObjectFactory.createContactInformation()
Create an instance of
ContactInformation |
ContactInformation |
ContactInformation.withContact(java.lang.String value) |
ContactInformation |
ContactInformation.withContactTypeIdentifier(java.lang.String value) |
ContactInformation |
ContactInformation.withEmailAddress(java.lang.String value) |
ContactInformation |
ContactInformation.withFaxNumber(java.lang.String value) |
ContactInformation |
ContactInformation.withTelephoneNumber(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<ContactInformation> value) |
Partner |
Partner.withContactInformations(java.util.Collection<ContactInformation> values) |
Partner |
Partner.withContactInformations(java.util.List<ContactInformation> value) |
| Constructor and Description |
|---|
Partner(PartnerIdentification identifier,
java.util.List<ContactInformation> contactInformations)
Fully-initialising value constructor
|
Copyright © 2015 Digipost Open Source. All Rights Reserved.