Uses of Class
com.helger.peppol.xhe.DBNAllianceXHEData
Packages that use DBNAllianceXHEData
-
Uses of DBNAllianceXHEData in com.helger.peppol.xhe
Methods in com.helger.peppol.xhe that return DBNAllianceXHEDataModifier and TypeMethodDescriptionDBNAllianceXHEData.addPayload(DBNAlliancePayload aPayload) Set an individual payload.DBNAllianceXHEData.setCreationDateAndTime(com.helger.commons.datetime.XMLOffsetDateTime aCreationDateTime) Set the content of the fields that are mapped toXHE/Header/CreationDateTime.DBNAllianceXHEData.setCreationDateAndTimeNow()Set the content of the fields that are mapped toXHE/Header/CreationDateTimeto the current date and time.DBNAllianceXHEData.setFromParty(com.helger.peppolid.IParticipantIdentifier aFromPartyID) Set the from party participant identifier.DBNAllianceXHEData.setFromParty(String sScheme, String sValue) Set the sender participant identifier.Set the content of the fields that are mapped toXHE/Header/ID.DBNAllianceXHEData.setPayloads(com.helger.commons.collection.impl.ICommonsList<DBNAlliancePayload> aPayloads) Set the list of payloads of the exchange header envelope (XHE).DBNAllianceXHEData.setToParty(com.helger.peppolid.IParticipantIdentifier aToPartyID) Set the to party participant identifier.DBNAllianceXHEData.setToParty(String sScheme, String sValue) Set the to party participant identifier. -
Uses of DBNAllianceXHEData in com.helger.peppol.xhe.read
Methods in com.helger.peppol.xhe.read that return DBNAllianceXHEDataModifier and TypeMethodDescriptionDBNAllianceXHEDataReader.extractData(com.helger.commons.io.resource.IReadableResource aExchangeHeaderEnvelope) Extract the document data from the Exchange Header Envelope represents by the passed parameter.DBNAllianceXHEDataReader.extractData(com.helger.xhe.v10.XHE10XHEType aExchangeHeaderEnvelope) Extract the document data from the Exchange Header Envelope represents by the passed parameter.DBNAllianceXHEDataReader.extractData(com.helger.xhe.v10.XHE10XHEType aXHE, com.helger.xhe.v10.cac.XHE10PayloadsType aPayloads) Extract the document data from the Standard Business Document represents by the passed parameter.DBNAllianceXHEDataReader.extractData(InputStream aExchangeHeaderEnvelope) Extract the document data from the Exchange Header Envelope represents by the passed parameter.DBNAllianceXHEDataReader.extractData(Node aExchangeHeaderEnvelope) Extract the document data from the Exchange Header Envelope represents by the passed parameter.DBNAllianceXHEDataReader.extractDataUnchecked(com.helger.xhe.v10.XHE10XHEType aXHE, com.helger.xhe.v10.cac.XHE10PayloadsType aPayloads) Extract the document data from the Standard Business Document represents by the passed parameter without any value checks. -
Uses of DBNAllianceXHEData in com.helger.peppol.xhe.write
Methods in com.helger.peppol.xhe.write with parameters of type DBNAllianceXHEDataModifier and TypeMethodDescriptionstatic com.helger.xhe.v10.XHE10XHETypeDBNAllianceXHEDataWriter.createExchangeHeaderEnvelope(DBNAllianceXHEData aData) Create a newXHE10XHETypefrom the specified document data.