Uses of Class
com.helger.peppol.sbdh.PeppolSBDHData
Packages that use PeppolSBDHData
-
Uses of PeppolSBDHData in com.helger.peppol.sbdh
Methods in com.helger.peppol.sbdh that return PeppolSBDHDataModifier and TypeMethodDescriptionstatic PeppolSBDHDataPeppolSBDHData.createUBL21(Element aBusinessMessage, com.helger.peppolid.factory.IIdentifierFactory aIdentifierFactory) Create a newPeppolSBDHDataobject for a business message assuming it is UBL 2.1.PeppolSBDHDataReader.extractData(com.helger.commons.io.resource.IReadableResource aStandardBusinessDocument) Extract the document data from the Standard Business Document represents by the passed parameter.PeppolSBDHDataReader.extractData(InputStream aStandardBusinessDocument) Extract the document data from the Standard Business Document represents by the passed parameter.PeppolSBDHDataReader.extractData(org.unece.cefact.namespaces.sbdh.StandardBusinessDocument aStandardBusinessDocument) Extract the document data from the Standard Business Document represents by the passed parameter.PeppolSBDHDataReader.extractData(org.unece.cefact.namespaces.sbdh.StandardBusinessDocumentHeader aSBDH, Element aBusinessMessage) Extract the document data from the Standard Business Document represents by the passed parameter.PeppolSBDHDataReader.extractData(Node aStandardBusinessDocument) Extract the document data from the Standard Business Document represents by the passed parameter.PeppolSBDHDataReader.extractDataUnchecked(org.unece.cefact.namespaces.sbdh.StandardBusinessDocumentHeader aSBDH, Element aBusinessMessage) Extract the document data from the Standard Business Document represents by the passed parameter without any value checks.PeppolSBDHData.setBusinessMessage(Element aBusinessMessage) Set the main business message that should be transmitted together with the SBDH.PeppolSBDHData.setBusinessMessageBinaryOnly(byte[] aBinaryPayload, com.helger.commons.mime.IMimeType aMimeType, Charset aCharset) Set a business message with binary payload.PeppolSBDHData.setBusinessMessageNoClone(Element aBusinessMessage) Set the main business message that should be transmitted together with the SBDH.PeppolSBDHData.setBusinessMessageTextOnly(String sTextPayload, com.helger.commons.mime.IMimeType aMimeType) Set a business message with text payload.PeppolSBDHData.setCountryC1(String sCountryC1) Set the country code of C1 to be used.PeppolSBDHData.setCreationDateAndTime(com.helger.commons.datetime.XMLOffsetDateTime aCreationDateAndTime) Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.PeppolSBDHData.setDocumentIdentification(String sStandard, String sTypeVersion, String sType, String sInstanceIdentifier, com.helger.commons.datetime.XMLOffsetDateTime aCreationDateAndTime) Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.PeppolSBDHData.setDocumentType(com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID) Set the document type identifier.PeppolSBDHData.setDocumentType(String sScheme, String sValue) Set the document type identifier.PeppolSBDHData.setDocumentTypeWithBusdoxDocidQns(String sValue) Set the document type identifier using the default identifier scheme/authorityPeppolIdentifierHelper.DOCUMENT_TYPE_SCHEME_BUSDOX_DOCID_QNS.PeppolSBDHData.setDocumentTypeWithPeppolDoctypeWildcard(String sValue) Set the document type identifier using the default identifier scheme/authorityPeppolIdentifierHelper.DOCUMENT_TYPE_SCHEME_PEPPOL_DOCTYPE_WILDCARD.PeppolSBDHData.setInstanceIdentifier(String sInstanceIdentifier) Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.PeppolSBDHData.setProcess(com.helger.peppolid.IProcessIdentifier aProcessID) Set the process identifier.PeppolSBDHData.setProcess(String sScheme, String sValue) Set the process identifier.PeppolSBDHData.setProcessWithDefaultScheme(String sValue) Set the document type identifier using the default identifier scheme/authorityPeppolIdentifierHelper.DEFAULT_PROCESS_SCHEME.PeppolSBDHData.setReceiver(com.helger.peppolid.IParticipantIdentifier aReceiverID) Set the receiver participant identifier.PeppolSBDHData.setReceiver(String sScheme, String sValue) Set the receiver participant identifier.PeppolSBDHData.setReceiverWithDefaultScheme(String sValue) Set the receiver participant identifier value using the default identifier scheme/authorityPeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME.PeppolSBDHData.setSender(com.helger.peppolid.IParticipantIdentifier aSenderID) Set the sender participant identifier.Set the sender participant identifier.PeppolSBDHData.setSenderWithDefaultScheme(String sValue) Set the sender participant identifier value using the default identifier scheme/authorityPeppolIdentifierHelper.DEFAULT_PARTICIPANT_SCHEME.PeppolSBDHData.setStandard(String sStandard) Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.PeppolSBDHData.setTypeVersion(String sTypeVersion) Set the content of the fields that are mapped toStandardBusinessDocumentHeader/DocumentIdentification.Methods in com.helger.peppol.sbdh with parameters of type PeppolSBDHDataModifier and TypeMethodDescriptionorg.unece.cefact.namespaces.sbdh.StandardBusinessDocumentPeppolSBDHDataWriter.createStandardBusinessDocument(PeppolSBDHData aData) Create a newStandardBusinessDocumentfrom the specified document data.