Uses of Class
com.helger.peppol.xhe.DBNAlliancePayload
Packages that use DBNAlliancePayload
-
Uses of DBNAlliancePayload in com.helger.peppol.xhe
Methods in com.helger.peppol.xhe that return DBNAlliancePayloadModifier and TypeMethodDescriptionDBNAlliancePayload.setContentTypeCode(com.helger.commons.mime.IMimeType a) Set the content type code.DBNAlliancePayload.setContentTypeCode(String s) Set the content type code.DBNAlliancePayload.setContentTypeCode(String sCodeListID, String sValue) DBNAlliancePayload.setContentTypeCodeListID(String s) Set the content type code list ID.DBNAlliancePayload.setContentTypeCodeXML()Set the content type code toapplication/xmlDBNAlliancePayload.setCustomizationID(com.helger.peppolid.IDocumentTypeIdentifier a) Set the customization identifier.DBNAlliancePayload.setCustomizationID(String s) Set the customization identifier.DBNAlliancePayload.setCustomizationID(String sSchemeID, String sValue) DBNAlliancePayload.setCustomizationIDSchemeID(String s) Set the customization identifier scheme ID.DBNAlliancePayload.setDescription(String s) Set the content of the fields that are mapped toXHE/Payloads/Payload/Description.DBNAlliancePayload.setInstanceEncryptionIndicator(boolean b) Set the content of the fields that are mapped toXHE/Payloads/Payload/InstanceEncryptionIndicator.DBNAlliancePayload.setInstanceEncryptionMethod(String s) Set the method or algorithm used for encrypting payload content.DBNAlliancePayload.setPayloadContent(Element aPayloadContent) Set the main payload content that should be transmitted together with the XHE.DBNAlliancePayload.setPayloadContentNoClone(Element aPayloadContent) Set the main payload content that should be transmitted together with the XHE.DBNAlliancePayload.setProfileID(com.helger.peppolid.IProcessIdentifier aProfileID) Set the profile identifier.DBNAlliancePayload.setProfileID(String s) Set the profile identifier.DBNAlliancePayload.setProfileID(String sSchemeID, String sValue) DBNAlliancePayload.setProfileIDSchemeID(String s) Set the profile identifier scheme ID.Methods in com.helger.peppol.xhe that return types with arguments of type DBNAlliancePayloadModifier and TypeMethodDescriptionDBNAllianceXHEData.getPayloads()Get the list of payloads of the exchange header envelope.Methods in com.helger.peppol.xhe with parameters of type DBNAlliancePayloadModifier and TypeMethodDescriptionDBNAllianceXHEData.addPayload(DBNAlliancePayload aPayload) Set an individual payload.Method parameters in com.helger.peppol.xhe with type arguments of type DBNAlliancePayloadModifier and TypeMethodDescriptionDBNAllianceXHEData.setPayloads(com.helger.commons.collection.impl.ICommonsList<DBNAlliancePayload> aPayloads) Set the list of payloads of the exchange header envelope (XHE).