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