@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Statement_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.specification.ubl.schema.xsd.statement_22
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<StatementType> |
createStatement(StatementType value)
|
StatementType |
createStatementType()
Create an instance of
StatementType |
public static final QName _Statement_QNAME
public ObjectFactory()
@Nonnull public StatementType createStatementType()
StatementType@Nonnull public JAXBElement<StatementType> createStatement(@Nullable StatementType value)
value - Java instance representing xml element's value.JAXBElement<StatementType> The created JAXBElement and never <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.