Package com.helger.phase4.duplicate
Interface IAS4DuplicateItem
- All Superinterfaces:
com.helger.commons.id.IHasID<String>,Serializable
- All Known Implementing Classes:
AS4DuplicateItem
Base interface for a single duplication check item.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanMethods inherited from interface com.helger.commons.id.IHasID
getID
-
Method Details
-
getDateTime
- Returns:
- The date time when the entry was created. Never
null.
-
getMessageID
- Returns:
- The message ID. Neither
nullnor empty.
-
getProfileID
- Returns:
- The AS4 profile ID in use. May be
null.
-
hasProfileID
default boolean hasProfileID()- Returns:
trueif an AS4 profile ID is present,falseif not.- Since:
- 0.8.3
-
getPModeID
- Returns:
- The AS4 PMode ID in use. May be
null.
-
hasPModeID
default boolean hasPModeID()- Returns:
trueif an AS4 PMode ID is present,falseif not.- Since:
- 0.8.3
-