Skip navigation links
A C E G H I P S T V 

A

areAllFieldsSet() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 

C

com.helger.peppol.sbdh - package com.helger.peppol.sbdh
 
com.helger.peppol.sbdh.read - package com.helger.peppol.sbdh.read
 
com.helger.peppol.sbdh.write - package com.helger.peppol.sbdh.write
 
CPeppolSBDH - Class in com.helger.peppol.sbdh
Constants for the usage of SBDH headers in PEPPOL.
create(Element) - Static method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Deprecated.
create(Element, IIdentifierFactory) - Static method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Create a new PeppolSBDHDocument object for a business message.
createSBDMarshaller() - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Create a new SBD marshaller used for reading SBD documents.
createStandardBusinessDocument(PeppolSBDHDocument) - Method in class com.helger.peppol.sbdh.write.PeppolSBDHDocumentWriter
Create a new StandardBusinessDocument from the specified document data.

E

EPeppolSBDHDocumentReadError - Enum in com.helger.peppol.sbdh.read
This enum contains all the errors that can occur during SBD reading
equals(Object) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
extractData(InputStream) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Extract the document data from the Standard Business Document represents by the passed parameter.
extractData(IReadableResource) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Extract the document data from the Standard Bussiness Document represents by the passed parameter.
extractData(Node) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Extract the document data from the Standard Bussiness Document represents by the passed parameter.
extractData(StandardBusinessDocument) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Extract the document data from the Standard Bussiness Document represents by the passed parameter.

G

getBusinessMessage() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Get the contained business message.
getCreationDateAndTime() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
The date and time for when this envelope was created.
getDocumentTypeAsIdentifier() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getDocumentTypeScheme() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getDocumentTypeValue() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getErrorCode() - Method in exception com.helger.peppol.sbdh.read.PeppolSBDHDocumentReadException
 
getErrorMessage() - Method in enum com.helger.peppol.sbdh.read.EPeppolSBDHDocumentReadError
 
getFromIDOrNull(String) - Static method in enum com.helger.peppol.sbdh.read.EPeppolSBDHDocumentReadError
 
getHeaderVersion() - Method in class com.helger.peppol.sbdh.write.PeppolSBDHDocumentWriter
Override this method to customize the created header version
getID() - Method in enum com.helger.peppol.sbdh.read.EPeppolSBDHDocumentReadError
 
getInstanceIdentifier() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
An informative unique ID created by the issuer of the envelope.
getProcessAsIdentifier() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getProcessScheme() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getProcessValue() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getReceiverAsIdentifier() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getReceiverScheme() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getReceiverValue() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getSenderAsIdentifier() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getSenderScheme() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getSenderValue() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
getStandard() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
The standard of the enveloped business message, normally described by use of the XML namespace of the business message root element (such as urn:oasis:names:specification:ubl:schema:xsd:Order-2).
getType() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Message type - mandatory in SBDH.
getTypeVersion() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
The version number of the enveloped business message (such as the value "2.1" for OASIS UBL 2.1 or "2.0" for OASIS UBL 2.0).

H

hasBusinessMessage() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Check if a business message is present without having the need to explicitly call PeppolSBDHDocument.getBusinessMessage() which returns a cloned node and is therefore an expensive operation.
hashCode() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
HEADER_VERSION - Static variable in class com.helger.peppol.sbdh.CPeppolSBDH
The expected SBDH header version

I

isValidBusinessMessage(Element) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed business message is valid or not.
isValidCreationDateTime(LocalDateTime) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document identification creation date time is valid or not.
isValidDocumentTypeIdentifier(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document type identifier is valid or not.
isValidHeaderVersion(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed header version is valid or not.
isValidInstanceIdentifier(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document identification instance identifier is valid or not.
isValidProcessIdentifier(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed process identifier is valid or not.
isValidReceiverAuthority(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed receiver authority is valid or not.
isValidReceiverIdentifier(String, String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed receiver identifier is valid or not.
isValidSenderAuthority(String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed sender authority is valid or not.
isValidSenderIdentifier(String, String) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed sender identifier is valid or not.
isValidStandard(String, Element) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document identification standard is valid or not.
isValidType(String, Element) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document identification type is valid or not.
isValidTypeVersion(String, Element) - Method in class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
Check if the passed document identification type version is valid or not.

P

PeppolSBDHDocument - Class in com.helger.peppol.sbdh
This class contains all the PEPPOL data per SBDH document in a syntax neutral way.
PeppolSBDHDocument() - Constructor for class com.helger.peppol.sbdh.PeppolSBDHDocument
Deprecated.
Use the version with an explicit identifier factory.
PeppolSBDHDocument(IIdentifierFactory) - Constructor for class com.helger.peppol.sbdh.PeppolSBDHDocument
Constructor
PeppolSBDHDocumentReader - Class in com.helger.peppol.sbdh.read
Main class to read standard business documents and extract the PEPPOL required data out of it.
PeppolSBDHDocumentReader() - Constructor for class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
 
PeppolSBDHDocumentReader(IIdentifierFactory) - Constructor for class com.helger.peppol.sbdh.read.PeppolSBDHDocumentReader
 
PeppolSBDHDocumentReadException - Exception in com.helger.peppol.sbdh.read
Exception that can occur during the reading of SBDH documents.
PeppolSBDHDocumentReadException(EPeppolSBDHDocumentReadError) - Constructor for exception com.helger.peppol.sbdh.read.PeppolSBDHDocumentReadException
 
PeppolSBDHDocumentReadException(EPeppolSBDHDocumentReadError, String) - Constructor for exception com.helger.peppol.sbdh.read.PeppolSBDHDocumentReadException
 
PeppolSBDHDocumentReadException(EPeppolSBDHDocumentReadError, String, String) - Constructor for exception com.helger.peppol.sbdh.read.PeppolSBDHDocumentReadException
 
PeppolSBDHDocumentWriter - Class in com.helger.peppol.sbdh.write
 
PeppolSBDHDocumentWriter() - Constructor for class com.helger.peppol.sbdh.write.PeppolSBDHDocumentWriter
 

S

SCOPE_DOCUMENT_TYPE_ID - Static variable in class com.helger.peppol.sbdh.CPeppolSBDH
Constant for the Scope of the document type identifier
SCOPE_PROCESS_ID - Static variable in class com.helger.peppol.sbdh.CPeppolSBDH
Constant for the Scope of the process identifier
setBusinessMessage(Element) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the main business message that should be transmitted together with the SBDH.
setDocumentIdentification(String, String, String, String, LocalDateTime) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the content of the fields that are mapped to StandardBusinessDocumentHeader/DocumentIdentification.
setDocumentType(String, String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the document type identifier.
setDocumentTypeWithDefaultScheme(String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the document type identifier using the default identifier scheme/authority PeppolIdentifierHelper.DEFAULT_DOCUMENT_TYPE_SCHEME .
setProcess(String, String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the process identifier.
setProcessWithDefaultScheme(String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the document type identifier using the default identifier scheme/authority PeppolIdentifierHelper.DEFAULT_PROCESS_SCHEME.
setReceiver(String, String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the receiver identifier.
setReceiverWithDefaultScheme(String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the receiver identifier value using the default identifier scheme/authority PeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME.
setSender(String, String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the sender identifier.
setSenderWithDefaultScheme(String) - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
Set the sender identifier value using the default identifier scheme/authority PeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME.

T

toString() - Method in class com.helger.peppol.sbdh.PeppolSBDHDocument
 
TYPE_VERSION_20 - Static variable in class com.helger.peppol.sbdh.CPeppolSBDH
UBL 2.0 constant
TYPE_VERSION_21 - Static variable in class com.helger.peppol.sbdh.CPeppolSBDH
UBL 2.1 constant

V

valueOf(String) - Static method in enum com.helger.peppol.sbdh.read.EPeppolSBDHDocumentReadError
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.helger.peppol.sbdh.read.EPeppolSBDHDocumentReadError
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H I P S T V 
Skip navigation links

Copyright © 2014–2018 Philip Helger. All rights reserved.