Package com.helger.peppol.sbdh.spec12
Class ObjectFactory
java.lang.Object
com.helger.peppol.sbdh.spec12.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.helger.peppol.sbdh.spec12 package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
This class was annotated by ph-jaxb-plugin -Xph-annotate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.peppol.sbdh.spec12 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BinaryContentType> Create an instance ofBinaryContentTypejakarta.xml.bind.JAXBElement<TextContentType> createTextContent(TextContentType value) Create an instance ofTextContentType
-
Field Details
-
_BinaryContent_QNAME
-
_TextContent_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.peppol.sbdh.spec12
-
-
Method Details
-
createBinaryContentType
Create an instance ofBinaryContentType- Returns:
- the new instance of
BinaryContentTypeThe created BinaryContentType object and nevernull.
-
createTextContentType
Create an instance ofTextContentType- Returns:
- the new instance of
TextContentTypeThe created TextContentType object and nevernull.
-
createBinaryContent
@Nonnull public jakarta.xml.bind.JAXBElement<BinaryContentType> createBinaryContent(@Nullable BinaryContentType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinaryContentType>The created JAXBElement and nevernull.
-
createTextContent
@Nonnull public jakarta.xml.bind.JAXBElement<TextContentType> createTextContent(@Nullable TextContentType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextContentType>The created JAXBElement and nevernull.
-