JAXBTYPE - The CII D16B implementation class to be read@NotThreadSafe public class CIID16BReader<JAXBTYPE> extends com.helger.jaxb.builder.JAXBReaderBuilder<JAXBTYPE,CIID16BReader<JAXBTYPE>>
| Constructor and Description |
|---|
CIID16BReader(Class<JAXBTYPE> aImplClass)
Create a new reader builder.
|
CIID16BReader(ECIID16BDocumentType eDocType,
Class<JAXBTYPE> aImplClass)
Create a new reader builder that is not typed, because only the document
type enumeration value is available.
|
| Modifier and Type | Method and Description |
|---|---|
static CIID16BReader<CrossIndustryInvoiceType> |
crossIndustryInvoice()
Create a reader builder for CrossIndustryInvoiceType.
|
createUnmarshaller, getImplClass, getUnmarshallerCustomizer, getValidationEventHandler, isReadSecure, read, setReadSecure, setUnmarshallerCustomizer, setValidationEventHandler, toStringexceptionCallbacks, getClassLoader, getJAXBContext, getJAXBDocumentType, getSchema, isUseJAXBContextCache, isUseSchema, setUseJAXBContextCache, setUseSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic CIID16BReader(@Nonnull Class<JAXBTYPE> aImplClass)
aImplClass - The CII class to be read. May not be null.public CIID16BReader(@Nonnull ECIID16BDocumentType eDocType, @Nonnull Class<JAXBTYPE> aImplClass)
eDocType - The CII D16B document type to be read. May not be null
.aImplClass - The CII class to be read. May not be null.@Nonnull public static CIID16BReader<CrossIndustryInvoiceType> crossIndustryInvoice()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.