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