| Package | Description |
|---|---|
| org.unece.cefact.namespaces.standardbusinessdocumentheader |
| Modifier and Type | Field and Description |
|---|---|
protected List<Partner> |
StandardBusinessDocumentHeader.receivers |
protected List<Partner> |
StandardBusinessDocumentHeader.senders |
| Modifier and Type | Method and Description |
|---|---|
Partner |
ObjectFactory.createPartner()
Create an instance of
Partner |
Partner |
Partner.withContactInformations(Collection<ContactInformation> values) |
Partner |
Partner.withContactInformations(ContactInformation... values) |
Partner |
Partner.withContactInformations(List<ContactInformation> value) |
Partner |
Partner.withIdentifier(PartnerIdentification value) |
| Modifier and Type | Method and Description |
|---|---|
List<Partner> |
StandardBusinessDocumentHeader.getReceivers()
Gets the value of the receivers property.
|
List<Partner> |
StandardBusinessDocumentHeader.getSenders()
Gets the value of the senders property.
|
| Modifier and Type | Method and Description |
|---|---|
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withReceivers(Partner... values) |
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withSenders(Partner... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardBusinessDocumentHeader.setReceivers(List<Partner> value) |
void |
StandardBusinessDocumentHeader.setSenders(List<Partner> value) |
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withReceivers(Collection<Partner> values) |
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withReceivers(List<Partner> value) |
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withSenders(Collection<Partner> values) |
StandardBusinessDocumentHeader |
StandardBusinessDocumentHeader.withSenders(List<Partner> value) |
| Constructor and Description |
|---|
StandardBusinessDocumentHeader(String headerVersion,
List<Partner> senders,
List<Partner> receivers,
DocumentIdentification documentIdentification,
Manifest manifest,
BusinessScope businessScope)
Fully-initialising value constructor
|
StandardBusinessDocumentHeader(String headerVersion,
List<Partner> senders,
List<Partner> receivers,
DocumentIdentification documentIdentification,
Manifest manifest,
BusinessScope businessScope)
Fully-initialising value constructor
|
Copyright © 2017 Digipost. All Rights Reserved.