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(String sSenderID,
String sReceiverID,
String sDocTypeID,
String sProcessID,
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() |
String |
getDoctypeID() |
String |
getProcessID() |
String |
getReceiverID() |
String |
getSenderID() |
com.helger.commons.collection.impl.ICommonsList<MEPayload> |
payloads() |
protected MEMessage(@Nullable String sSenderID, @Nullable String sReceiverID, @Nullable String sDocTypeID, @Nullable String sProcessID, @Nonnull @Nonempty com.helger.commons.collection.impl.ICommonsList<MEPayload> aPayloads)
sSenderID - Sender IDsReceiverID - Receiver IDsDocTypeID - Document type IDsProcessID - Process IDaPayloads - the payloads@Nullable public String getReceiverID()
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.