public final class TCIdentifierFactory extends Object implements com.helger.peppolid.factory.IIdentifierFactory
IIdentifierFactory for TOOP.| Modifier and Type | Field and Description |
|---|---|
static String |
DOCTYPE_SCHEME |
static String |
PARTICIPANT_SCHEME |
static String |
PROCESS_SCHEME |
| Modifier and Type | Method and Description |
|---|---|
com.helger.peppolid.simple.doctype.SimpleDocumentTypeIdentifier |
createDocumentTypeIdentifier(String sScheme,
String sValue) |
com.helger.peppolid.simple.participant.SimpleParticipantIdentifier |
createParticipantIdentifier(String sScheme,
String sValue) |
com.helger.peppolid.simple.process.SimpleProcessIdentifier |
createProcessIdentifier(String sScheme,
String sValue) |
String |
getDefaultDocumentTypeIdentifierScheme() |
String |
getDefaultParticipantIdentifierScheme() |
String |
getDefaultProcessIdentifierScheme() |
boolean |
isDocumentTypeIdentifierSchemeMandatory() |
boolean |
isParticipantIdentifierSchemeMandatory() |
boolean |
isProcessIdentifierSchemeMandatory() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDocumentTypeIdentifierWithDefaultScheme, getClone, isDocumentTypeIdentifierCaseInsensitive, isDocumentTypeIdentifierSchemeValid, isDocumentTypeIdentifierValueValid, parseDocumentTypeIdentifiercreateParticipantIdentifierWithDefaultScheme, getClone, isParticipantIdentifierCaseInsensitive, isParticipantIdentifierSchemeValid, isParticipantIdentifierValueValid, parseParticipantIdentifierpublic static final String DOCTYPE_SCHEME
public static final String PARTICIPANT_SCHEME
public static final String PROCESS_SCHEME
public boolean isDocumentTypeIdentifierSchemeMandatory()
isDocumentTypeIdentifierSchemeMandatory in interface com.helger.peppolid.factory.IDocumentTypeIdentifierFactory@Nonnull public String getDefaultDocumentTypeIdentifierScheme()
getDefaultDocumentTypeIdentifierScheme in interface com.helger.peppolid.factory.IDocumentTypeIdentifierFactory@Nullable public com.helger.peppolid.simple.doctype.SimpleDocumentTypeIdentifier createDocumentTypeIdentifier(@Nullable String sScheme, @Nullable String sValue)
createDocumentTypeIdentifier in interface com.helger.peppolid.factory.IDocumentTypeIdentifierFactorypublic boolean isParticipantIdentifierSchemeMandatory()
isParticipantIdentifierSchemeMandatory in interface com.helger.peppolid.factory.IParticipantIdentifierFactory@Nonnull public String getDefaultParticipantIdentifierScheme()
getDefaultParticipantIdentifierScheme in interface com.helger.peppolid.factory.IParticipantIdentifierFactory@Nullable public com.helger.peppolid.simple.participant.SimpleParticipantIdentifier createParticipantIdentifier(@Nullable String sScheme, @Nullable String sValue)
createParticipantIdentifier in interface com.helger.peppolid.factory.IParticipantIdentifierFactorypublic boolean isProcessIdentifierSchemeMandatory()
isProcessIdentifierSchemeMandatory in interface com.helger.peppolid.factory.IProcessIdentifierFactory@Nonnull public String getDefaultProcessIdentifierScheme()
getDefaultProcessIdentifierScheme in interface com.helger.peppolid.factory.IProcessIdentifierFactoryCopyright © 2020 toop.eu. All rights reserved.