@CodingStyleguideUnaware public class ObjectFactory extends Object
An ObjectFactory allows you to programatically 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-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_AdditionalInformation_QNAME |
static QName |
_AdditionalMonetaryTotal_QNAME |
static QName |
_AdditionalProperty_QNAME |
static QName |
_BillingPayment_QNAME |
static QName |
_DocumentNumberID_QNAME |
static QName |
_DocumentSerialID_QNAME |
static QName |
_EndDocumentNumberID_QNAME |
static QName |
_PeriodID_QNAME |
static QName |
_ReferenceAmount_QNAME |
static QName |
_StartDocumentNumberID_QNAME |
static QName |
_SummaryDocumentsLine_QNAME |
static QName |
_TotalAmount_QNAME |
static QName |
_VoidedDocumentsLine_QNAME |
static QName |
_VoidReasonDescription_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: sunat.names.specification.ubl.peru.schema.xsd.sunataggregatecomponents_1
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AdditionalInformationType> |
createAdditionalInformation(AdditionalInformationType value)
|
AdditionalInformationType |
createAdditionalInformationType()
Create an instance of
AdditionalInformationType |
JAXBElement<AdditionalMonetaryTotalType> |
createAdditionalMonetaryTotal(AdditionalMonetaryTotalType value)
|
AdditionalMonetaryTotalType |
createAdditionalMonetaryTotalType()
Create an instance of
AdditionalMonetaryTotalType |
JAXBElement<AdditionalPropertyType> |
createAdditionalProperty(AdditionalPropertyType value)
|
AdditionalPropertyType |
createAdditionalPropertyType()
Create an instance of
AdditionalPropertyType |
JAXBElement<oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PaymentType> |
createBillingPayment(oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PaymentType value)
|
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> |
createDocumentNumberID(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
|
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> |
createDocumentSerialID(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
|
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> |
createEndDocumentNumberID(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
|
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> |
createPeriodID(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
|
JAXBElement<oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType> |
createReferenceAmount(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
|
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> |
createStartDocumentNumberID(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
|
JAXBElement<SummaryDocumentsLineType> |
createSummaryDocumentsLine(SummaryDocumentsLineType value)
|
SummaryDocumentsLineType |
createSummaryDocumentsLineType()
Create an instance of
SummaryDocumentsLineType |
JAXBElement<oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType> |
createTotalAmount(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
|
JAXBElement<VoidedDocumentsLineType> |
createVoidedDocumentsLine(VoidedDocumentsLineType value)
|
VoidedDocumentsLineType |
createVoidedDocumentsLineType()
Create an instance of
VoidedDocumentsLineType |
JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.TextType> |
createVoidReasonDescription(un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.TextType value)
|
public static final QName _SummaryDocumentsLine_QNAME
public static final QName _VoidedDocumentsLine_QNAME
public static final QName _DocumentSerialID_QNAME
public static final QName _DocumentNumberID_QNAME
public static final QName _VoidReasonDescription_QNAME
public static final QName _StartDocumentNumberID_QNAME
public static final QName _EndDocumentNumberID_QNAME
public static final QName _PeriodID_QNAME
public static final QName _BillingPayment_QNAME
public static final QName _AdditionalInformation_QNAME
public static final QName _AdditionalMonetaryTotal_QNAME
public static final QName _AdditionalProperty_QNAME
public static final QName _ReferenceAmount_QNAME
public static final QName _TotalAmount_QNAME
public ObjectFactory()
@Nonnull public SummaryDocumentsLineType createSummaryDocumentsLineType()
SummaryDocumentsLineTypenull.@Nonnull public VoidedDocumentsLineType createVoidedDocumentsLineType()
VoidedDocumentsLineTypenull.@Nonnull public AdditionalInformationType createAdditionalInformationType()
AdditionalInformationTypenull.@Nonnull public AdditionalMonetaryTotalType createAdditionalMonetaryTotalType()
AdditionalMonetaryTotalTypenull.@Nonnull public AdditionalPropertyType createAdditionalPropertyType()
AdditionalPropertyTypenull.@Nonnull public JAXBElement<SummaryDocumentsLineType> createSummaryDocumentsLine(@Nullable SummaryDocumentsLineType value)
value - Java instance representing xml element's value.JAXBElement<SummaryDocumentsLineType> The created JAXBElement and never null.@Nonnull public JAXBElement<VoidedDocumentsLineType> createVoidedDocumentsLine(@Nullable VoidedDocumentsLineType value)
value - Java instance representing xml element's value.JAXBElement<VoidedDocumentsLineType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> createDocumentSerialID(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> createDocumentNumberID(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.TextType> createVoidReasonDescription(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> createStartDocumentNumberID(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> createEndDocumentNumberID(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType> createPeriodID(@Nullable un.unece.uncefact.data.specification.unqualifieddatatypesschemamodule._2.IdentifierType value)
value - Java instance representing xml element's value.JAXBElement<IdentifierType> The created JAXBElement and never null.@Nonnull public JAXBElement<oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PaymentType> createBillingPayment(@Nullable oasis.names.specification.ubl.schema.xsd.commonaggregatecomponents_2.PaymentType value)
value - Java instance representing xml element's value.JAXBElement<PaymentType> The created JAXBElement and never null.@Nonnull public JAXBElement<AdditionalInformationType> createAdditionalInformation(@Nullable AdditionalInformationType value)
value - Java instance representing xml element's value.JAXBElement<AdditionalInformationType> The created JAXBElement and never null.@Nonnull public JAXBElement<AdditionalMonetaryTotalType> createAdditionalMonetaryTotal(@Nullable AdditionalMonetaryTotalType value)
value - Java instance representing xml element's value.JAXBElement<AdditionalMonetaryTotalType> The created JAXBElement and never null.@Nonnull public JAXBElement<AdditionalPropertyType> createAdditionalProperty(@Nullable AdditionalPropertyType value)
value - Java instance representing xml element's value.JAXBElement<AdditionalPropertyType> The created JAXBElement and never null.@Nonnull public JAXBElement<oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType> createReferenceAmount(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
value - Java instance representing xml element's value.JAXBElement<AmountType> The created JAXBElement and never null.@Nonnull public JAXBElement<oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType> createTotalAmount(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
value - Java instance representing xml element's value.JAXBElement<AmountType> The created JAXBElement and never null.Copyright © 2018–2020 Philip Helger. All rights reserved.