@CodingStyleguideUnaware public class ObjectFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
_CataloguePricingUpdate_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.cataloguepricingupdate_22
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CataloguePricingUpdateType> |
createCataloguePricingUpdate(CataloguePricingUpdateType value)
|
CataloguePricingUpdateType |
createCataloguePricingUpdateType()
Create an instance of
CataloguePricingUpdateType |
public static final QName _CataloguePricingUpdate_QNAME
public ObjectFactory()
@Nonnull public CataloguePricingUpdateType createCataloguePricingUpdateType()
CataloguePricingUpdateType@Nonnull public JAXBElement<CataloguePricingUpdateType> createCataloguePricingUpdate(@Nullable CataloguePricingUpdateType value)
value - Java instance representing xml element's value.JAXBElement<CataloguePricingUpdateType> The created JAXBElement and never <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.