public class PeppolDocumentTypeId extends Object implements Serializable
<root NS>::<document element local name>##<customization id>::<version>
| Constructor and Description |
|---|
PeppolDocumentTypeId(String rootNameSpace,
String localName,
CustomizationIdentifier customizationIdentifier,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CustomizationIdentifier |
getCustomizationIdentifier() |
String |
getLocalName() |
String |
getRootNameSpace() |
String |
getVersion() |
int |
hashCode() |
String |
toString()
Provides a textual representation of this document type identifier
|
network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier |
toVefa() |
static PeppolDocumentTypeId |
valueOf(String documentIdAsText)
Parses the supplied text string into the separate components of a PEPPOL Document Identifier.
|
public PeppolDocumentTypeId(String rootNameSpace, String localName, CustomizationIdentifier customizationIdentifier, String version)
public static PeppolDocumentTypeId valueOf(String documentIdAsText)
documentIdAsText - textual representation of a document identifier.public String toString()
public String getRootNameSpace()
public String getLocalName()
public CustomizationIdentifier getCustomizationIdentifier()
public String getVersion()
public network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier toVefa()
Copyright © 2021 NorStella. All rights reserved.