@Immutable public class MEIncomingTransportMetadata extends Object implements IMEIncomingTransportMetadata
| Constructor and Description |
|---|
MEIncomingTransportMetadata(com.helger.peppolid.IParticipantIdentifier aSenderID,
com.helger.peppolid.IParticipantIdentifier aReceiverID,
com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID,
com.helger.peppolid.IProcessIdentifier aProcessID) |
| Modifier and Type | Method and Description |
|---|---|
static MEIncomingTransportMetadata |
create(TCIncomingMetadata aIM) |
boolean |
equals(Object o) |
com.helger.peppolid.IDocumentTypeIdentifier |
getDocumentTypeID() |
com.helger.peppolid.IProcessIdentifier |
getProcessID() |
com.helger.peppolid.IParticipantIdentifier |
getReceiverID() |
com.helger.peppolid.IParticipantIdentifier |
getSenderID() |
int |
hashCode() |
String |
toString() |
public MEIncomingTransportMetadata(@Nullable com.helger.peppolid.IParticipantIdentifier aSenderID, @Nullable com.helger.peppolid.IParticipantIdentifier aReceiverID, @Nullable com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID, @Nullable com.helger.peppolid.IProcessIdentifier aProcessID)
@Nullable public com.helger.peppolid.IParticipantIdentifier getSenderID()
getSenderID in interface IMEIncomingTransportMetadatanull.@Nullable public com.helger.peppolid.IParticipantIdentifier getReceiverID()
getReceiverID in interface IMEIncomingTransportMetadatanull.@Nullable public com.helger.peppolid.IDocumentTypeIdentifier getDocumentTypeID()
getDocumentTypeID in interface IMEIncomingTransportMetadatanull.@Nullable public com.helger.peppolid.IProcessIdentifier getProcessID()
getProcessID in interface IMEIncomingTransportMetadatanull.@Nonnull public static MEIncomingTransportMetadata create(@Nonnull TCIncomingMetadata aIM)
Copyright © 2020 toop.eu. All rights reserved.