public class MERoutingInformationInput extends Object
MERoutingInformation| Constructor and Description |
|---|
MERoutingInformationInput(com.helger.peppolid.IParticipantIdentifier aSenderID,
com.helger.peppolid.IParticipantIdentifier aReceiverID,
com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID,
com.helger.peppolid.IProcessIdentifier aProcessID,
String sTransportProtocol) |
| Modifier and Type | Method and Description |
|---|---|
static MERoutingInformationInput |
createForInput(TCOutgoingMetadata aMetadata) |
com.helger.peppolid.IDocumentTypeIdentifier |
getDocumentTypeID() |
com.helger.peppolid.IProcessIdentifier |
getProcessID() |
com.helger.peppolid.IParticipantIdentifier |
getReceiverID() |
com.helger.peppolid.IParticipantIdentifier |
getSenderID() |
String |
getTransportProtocol() |
String |
toString() |
public MERoutingInformationInput(@Nonnull com.helger.peppolid.IParticipantIdentifier aSenderID, @Nonnull com.helger.peppolid.IParticipantIdentifier aReceiverID, @Nonnull com.helger.peppolid.IDocumentTypeIdentifier aDocTypeID, @Nonnull com.helger.peppolid.IProcessIdentifier aProcessID, @Nonnull @Nonempty String sTransportProtocol)
@Nonnull public final com.helger.peppolid.IParticipantIdentifier getSenderID()
@Nonnull public final com.helger.peppolid.IParticipantIdentifier getReceiverID()
@Nonnull public final com.helger.peppolid.IDocumentTypeIdentifier getDocumentTypeID()
@Nonnull public final com.helger.peppolid.IProcessIdentifier getProcessID()
@Nonnull public static MERoutingInformationInput createForInput(@Nonnull TCOutgoingMetadata aMetadata)
Copyright © 2020 toop.eu. All rights reserved.