| Package | Description |
|---|---|
| com.helger.peppol.sbdh | |
| com.helger.peppol.sbdh.read | |
| com.helger.peppol.sbdh.write |
| Modifier and Type | Method and Description |
|---|---|
static PeppolSBDHDocument |
PeppolSBDHDocument.create(Element aBusinessMessage)
Deprecated.
|
static PeppolSBDHDocument |
PeppolSBDHDocument.create(Element aBusinessMessage,
com.helger.peppol.identifier.factory.IIdentifierFactory aIdentifierFactory)
Create a new
PeppolSBDHDocument object for a business message. |
PeppolSBDHDocument |
PeppolSBDHDocument.setBusinessMessage(Element aBusinessMessage)
Set the main business message that should be transmitted together with the
SBDH.
|
PeppolSBDHDocument |
PeppolSBDHDocument.setDocumentIdentification(String sStandard,
String sTypeVersion,
String sType,
String sInstanceIdentifier,
LocalDateTime aCreationDateAndTime)
Set the content of the fields that are mapped to
StandardBusinessDocumentHeader/DocumentIdentification. |
PeppolSBDHDocument |
PeppolSBDHDocument.setDocumentType(String sScheme,
String sValue)
Set the document type identifier.
|
PeppolSBDHDocument |
PeppolSBDHDocument.setDocumentTypeWithDefaultScheme(String sValue)
Set the document type identifier using the default identifier
scheme/authority
PeppolIdentifierHelper.DEFAULT_DOCUMENT_TYPE_SCHEME . |
PeppolSBDHDocument |
PeppolSBDHDocument.setProcess(String sScheme,
String sValue)
Set the process identifier.
|
PeppolSBDHDocument |
PeppolSBDHDocument.setProcessWithDefaultScheme(String sValue)
Set the document type identifier using the default identifier
scheme/authority
PeppolIdentifierHelper.DEFAULT_PROCESS_SCHEME. |
PeppolSBDHDocument |
PeppolSBDHDocument.setReceiver(String sScheme,
String sValue)
Set the receiver identifier.
|
PeppolSBDHDocument |
PeppolSBDHDocument.setReceiverWithDefaultScheme(String sValue)
Set the receiver identifier value using the default identifier
scheme/authority
PeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME. |
PeppolSBDHDocument |
PeppolSBDHDocument.setSender(String sScheme,
String sValue)
Set the sender identifier.
|
PeppolSBDHDocument |
PeppolSBDHDocument.setSenderWithDefaultScheme(String sValue)
Set the sender identifier value using the default identifier
scheme/authority
PeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME. |
| Modifier and Type | Method and Description |
|---|---|
PeppolSBDHDocument |
PeppolSBDHDocumentReader.extractData(InputStream aStandardBusinessDocument)
Extract the document data from the Standard Business Document represents by
the passed parameter.
|
PeppolSBDHDocument |
PeppolSBDHDocumentReader.extractData(com.helger.commons.io.resource.IReadableResource aStandardBusinessDocument)
Extract the document data from the Standard Bussiness Document represents
by the passed parameter.
|
PeppolSBDHDocument |
PeppolSBDHDocumentReader.extractData(Node aStandardBusinessDocument)
Extract the document data from the Standard Bussiness Document represents
by the passed parameter.
|
PeppolSBDHDocument |
PeppolSBDHDocumentReader.extractData(org.unece.cefact.namespaces.sbdh.StandardBusinessDocument aStandardBusinessDocument)
Extract the document data from the Standard Bussiness Document represents
by the passed parameter.
|
| Modifier and Type | Method and Description |
|---|---|
org.unece.cefact.namespaces.sbdh.StandardBusinessDocument |
PeppolSBDHDocumentWriter.createStandardBusinessDocument(PeppolSBDHDocument aData)
Create a new
StandardBusinessDocument from the specified document
data. |
Copyright © 2014–2018 Philip Helger. All rights reserved.