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