| Package | Description |
|---|---|
| com.helger.ubl23 |
| Modifier and Type | Method and Description |
|---|---|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfImplementationClass(Class<?> aImplClass)
Get the UBL 2.3 document type matching the passed implementation class.
|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfImplementationClass(Class<?> aImplClass)
Get the UBL 2.3 document type matching the passed implementation class.
|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfLocalName(String sLocalName)
Get the document type matching the passed document element local name.
|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfNamespace(String sNamespace)
Get the document type matching the passed namespace.
|
static EUBL23DocumentType |
UBL23DocumentTypes.getDocumentTypeOfNamespace(String sNamespace)
Get the document type matching the passed namespace.
|
static EUBL23DocumentType |
EUBL23DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL23DocumentType |
EUBL23DocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EUBL23DocumentType[] |
EUBL23DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EUBL23DocumentType[] |
EUBL23DocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static UBL23ReaderBuilder<?> |
UBL23ReaderBuilder.createGeneric(EUBL23DocumentType eDocType)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
static UBL23ReaderBuilder<?> |
UBL23ReaderBuilder.createGeneric(EUBL23DocumentType eDocType)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
| Constructor and Description |
|---|
UBL23ReaderBuilder(EUBL23DocumentType eDocType,
Class<JAXBTYPE> aImplClass) |
UBL23ReaderBuilder(EUBL23DocumentType eDocType,
Class<JAXBTYPE> aImplClass) |
UBL23ValidatorBuilder(EUBL23DocumentType eDocType) |
UBL23ValidatorBuilder(EUBL23DocumentType eDocType) |
UBL23WriterBuilder(EUBL23DocumentType eDocType) |
UBL23WriterBuilder(EUBL23DocumentType eDocType) |
Copyright © 2019–2021 Philip Helger. All rights reserved.