public class MEMessage extends Object implements Serializable
MEPayload objects.| Modifier and Type | Class and Description |
|---|---|
static class |
MEMessage.Builder
Builder class for
MEMessage. |
| Modifier | Constructor and Description |
|---|---|
protected |
MEMessage(com.helger.peppolid.IParticipantIdentifier aSenderID,
com.helger.peppolid.IParticipantIdentifier aReceiverID,
com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID,
com.helger.peppolid.IProcessIdentifier aProcessID,
com.helger.commons.collection.impl.ICommonsList<MEPayload> aPayloads)
Instantiates a new Me message.
|
| Modifier and Type | Method and Description |
|---|---|
static MEMessage.Builder |
builder()
Builder builder.
|
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
getAllPayloads() |
com.helger.peppolid.IDocumentTypeIdentifier |
getDoctypeID() |
com.helger.peppolid.IProcessIdentifier |
getProcessID() |
com.helger.peppolid.IParticipantIdentifier |
getReceiverID() |
com.helger.peppolid.IParticipantIdentifier |
getSenderID() |
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
payloads() |
protected MEMessage(@Nullable com.helger.peppolid.IParticipantIdentifier aSenderID, @Nullable com.helger.peppolid.IParticipantIdentifier aReceiverID, @Nullable com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID, @Nullable com.helger.peppolid.IProcessIdentifier aProcessID, @Nonnull @Nonempty com.helger.commons.collection.impl.ICommonsList<MEPayload> aPayloads)
aSenderID - Sender IDaReceiverID - Receiver IDaDocTypeID - Document type IDaProcessID - Process IDaPayloads - the payloads@Nullable public com.helger.peppolid.IParticipantIdentifier getSenderID()
null.@Nullable public com.helger.peppolid.IParticipantIdentifier getReceiverID()
null.@Nullable public com.helger.peppolid.IDocumentTypeIdentifier getDoctypeID()
null.@Nullable public com.helger.peppolid.IProcessIdentifier getProcessID()
null.@Nonnull @Nonempty @ReturnsMutableObject public com.helger.commons.collection.impl.ICommonsList<MEPayload> payloads()
null, non-empty list of payloads. The result
object is mutable and can change the content of this object.@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<MEPayload> getAllPayloads()
null, non-empty list of payloads. The result
object is a cloned list.@Nonnull public static MEMessage.Builder builder()
Copyright © 2020 toop.eu. All rights reserved.