Class BDXR2MarshallerServiceGroup
java.lang.Object
com.helger.jaxb.GenericJAXBMarshaller<com.helger.xsds.bdxr.smp2.ServiceGroupType>
com.helger.smpclient.bdxr2.marshal.AbstractBDXR2Marshaller<com.helger.xsds.bdxr.smp2.ServiceGroupType>
com.helger.smpclient.bdxr2.marshal.BDXR2MarshallerServiceGroup
- All Implemented Interfaces:
com.helger.commons.lang.IHasClassLoader,com.helger.jaxb.IJAXBReader<com.helger.xsds.bdxr.smp2.ServiceGroupType>,com.helger.jaxb.IJAXBValidator<com.helger.xsds.bdxr.smp2.ServiceGroupType>,com.helger.jaxb.IJAXBWriter<com.helger.xsds.bdxr.smp2.ServiceGroupType>
public class BDXR2MarshallerServiceGroup
extends AbstractBDXR2Marshaller<com.helger.xsds.bdxr.smp2.ServiceGroupType>
OASIS BDXR SMP v2 ServiceGroup marshaller
- Author:
- Philip Helger
-
Field Summary
Fields inherited from interface com.helger.jaxb.IJAXBWriter
USE_JAXB_CHARSET_FIX -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with validation enabled by default. -
Method Summary
Methods inherited from class com.helger.jaxb.GenericJAXBMarshaller
createSimpleJAXBElement, createValidationSchema, customizeMarshaller, customizeMarshallerForValidation, customizeUnmarshaller, getCharset, getClassLoader, getIndentString, getJAXBContext, getNamespaceContext, getNoNamespaceSchemaLocation, getOriginalXSDs, getSchemaLocation, getType, getValidationEventHandler, isFormattedOutput, isUseContextCache, isUseSchema, read, readExceptionCallbacks, setCharset, setCollectErrors, setFormattedOutput, setIndentString, setNamespaceContext, setNoNamespaceSchemaLocation, setSchemaLocation, setUseContextCache, setUseSchema, setValidationEventHandler, setValidationEventHandlerFactory, toString, validate, write, writeExceptionCallbacksMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.lang.IHasClassLoader
hasClassLoaderMethods inherited from interface com.helger.jaxb.IJAXBReader
read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, readMethods inherited from interface com.helger.jaxb.IJAXBValidator
isValid, validateMethods inherited from interface com.helger.jaxb.IJAXBWriter
getAsByteBuffer, getAsBytes, getAsDocument, getAsElement, getAsInputStream, getAsMicroDocument, getAsMicroElement, getAsString, getXMLWriterSettings, hasCharset, hasIndentString, hasNoNamespaceSchemaLocation, hasSchemaLocation, write, write, write, write, write, write, write, write, write
-
Constructor Details
-
BDXR2MarshallerServiceGroup
public BDXR2MarshallerServiceGroup()Constructor with validation enabled by default. UseGenericJAXBMarshaller.setUseSchema(boolean)to change this.- Since:
- 9.0.5
-