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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.ubl2.jaxb
|
public ObjectFactory()
public TenderType createTenderType()
TenderTypepublic ItemInformationRequestType createItemInformationRequestType()
ItemInformationRequestTypepublic FulfilmentCancellationType createFulfilmentCancellationType()
FulfilmentCancellationTypepublic InventoryReportType createInventoryReportType()
InventoryReportTypepublic ProductActivityType createProductActivityType()
ProductActivityTypepublic ContractNoticeType createContractNoticeType()
ContractNoticeTypepublic GuaranteeCertificateType createGuaranteeCertificateType()
GuaranteeCertificateTypepublic RemittanceAdviceType createRemittanceAdviceType()
RemittanceAdviceTypepublic BillOfLadingType createBillOfLadingType()
BillOfLadingTypepublic UnawardedNotificationType createUnawardedNotificationType()
UnawardedNotificationTypepublic TransportServiceDescriptionRequestType createTransportServiceDescriptionRequestType()
TransportServiceDescriptionRequestTypepublic FreightInvoiceType createFreightInvoiceType()
FreightInvoiceTypepublic WaybillType createWaybillType()
WaybillTypepublic DocumentStatusRequestType createDocumentStatusRequestType()
DocumentStatusRequestTypepublic ForwardingInstructionsType createForwardingInstructionsType()
ForwardingInstructionsTypepublic AttachedDocumentType createAttachedDocumentType()
AttachedDocumentTypepublic PriorInformationNoticeType createPriorInformationNoticeType()
PriorInformationNoticeTypepublic TenderReceiptType createTenderReceiptType()
TenderReceiptTypepublic UtilityStatementType createUtilityStatementType()
UtilityStatementTypepublic StockAvailabilityReportType createStockAvailabilityReportType()
StockAvailabilityReportTypepublic SelfBilledCreditNoteType createSelfBilledCreditNoteType()
SelfBilledCreditNoteTypepublic ReminderType createReminderType()
ReminderTypepublic OrderResponseSimpleType createOrderResponseSimpleType()
OrderResponseSimpleTypepublic PackingListType createPackingListType()
PackingListTypepublic ExceptionNotificationType createExceptionNotificationType()
ExceptionNotificationTypepublic StatementType createStatementType()
StatementTypepublic CertificateOfOriginType createCertificateOfOriginType()
CertificateOfOriginTypepublic TransportationStatusType createTransportationStatusType()
TransportationStatusTypepublic CataloguePricingUpdateType createCataloguePricingUpdateType()
CataloguePricingUpdateTypepublic TendererQualificationType createTendererQualificationType()
TendererQualificationTypepublic ForecastRevisionType createForecastRevisionType()
ForecastRevisionTypepublic OrderChangeType createOrderChangeType()
OrderChangeTypepublic CatalogueType createCatalogueType()
CatalogueTypepublic CallForTendersType createCallForTendersType()
CallForTendersTypepublic InvoiceType createInvoiceType()
InvoiceTypepublic TransportExecutionPlanRequestType createTransportExecutionPlanRequestType()
TransportExecutionPlanRequestTypepublic DespatchAdviceType createDespatchAdviceType()
DespatchAdviceTypepublic TransportationStatusRequestType createTransportationStatusRequestType()
TransportationStatusRequestTypepublic AwardedNotificationType createAwardedNotificationType()
AwardedNotificationTypepublic CreditNoteType createCreditNoteType()
CreditNoteTypepublic RequestForQuotationType createRequestForQuotationType()
RequestForQuotationTypepublic TransportServiceDescriptionType createTransportServiceDescriptionType()
TransportServiceDescriptionTypepublic RetailEventType createRetailEventType()
RetailEventTypepublic SelfBilledInvoiceType createSelfBilledInvoiceType()
SelfBilledInvoiceTypepublic ForecastType createForecastType()
ForecastTypepublic CatalogueItemSpecificationUpdateType createCatalogueItemSpecificationUpdateType()
CatalogueItemSpecificationUpdateTypepublic OrderCancellationType createOrderCancellationType()
OrderCancellationTypepublic QuotationType createQuotationType()
QuotationTypepublic CatalogueRequestType createCatalogueRequestType()
CatalogueRequestTypepublic ExceptionCriteriaType createExceptionCriteriaType()
ExceptionCriteriaTypepublic TendererQualificationResponseType createTendererQualificationResponseType()
TendererQualificationResponseTypepublic TransportProgressStatusRequestType createTransportProgressStatusRequestType()
TransportProgressStatusRequestTypepublic TransportProgressStatusType createTransportProgressStatusType()
TransportProgressStatusTypepublic DebitNoteType createDebitNoteType()
DebitNoteTypepublic OrderResponseType createOrderResponseType()
OrderResponseTypepublic TradeItemLocationProfileType createTradeItemLocationProfileType()
TradeItemLocationProfileTypepublic InstructionForReturnsType createInstructionForReturnsType()
InstructionForReturnsTypepublic DocumentStatusType createDocumentStatusType()
DocumentStatusTypepublic ContractAwardNoticeType createContractAwardNoticeType()
ContractAwardNoticeTypepublic TransportExecutionPlanType createTransportExecutionPlanType()
TransportExecutionPlanTypepublic CatalogueDeletionType createCatalogueDeletionType()
CatalogueDeletionTypepublic GoodsItemItineraryType createGoodsItemItineraryType()
GoodsItemItineraryTypepublic ApplicationResponseType createApplicationResponseType()
ApplicationResponseTypepublic ReceiptAdviceType createReceiptAdviceType()
ReceiptAdviceTypepublic JAXBElement<TenderType> createTender(TenderType value)
public JAXBElement<ItemInformationRequestType> createItemInformationRequest(ItemInformationRequestType value)
public JAXBElement<FulfilmentCancellationType> createFulfilmentCancellation(FulfilmentCancellationType value)
public JAXBElement<InventoryReportType> createInventoryReport(InventoryReportType value)
public JAXBElement<ProductActivityType> createProductActivity(ProductActivityType value)
public JAXBElement<ContractNoticeType> createContractNotice(ContractNoticeType value)
public JAXBElement<GuaranteeCertificateType> createGuaranteeCertificate(GuaranteeCertificateType value)
public JAXBElement<RemittanceAdviceType> createRemittanceAdvice(RemittanceAdviceType value)
public JAXBElement<BillOfLadingType> createBillOfLading(BillOfLadingType value)
public JAXBElement<UnawardedNotificationType> createUnawardedNotification(UnawardedNotificationType value)
public JAXBElement<TransportServiceDescriptionRequestType> createTransportServiceDescriptionRequest(TransportServiceDescriptionRequestType value)
public JAXBElement<FreightInvoiceType> createFreightInvoice(FreightInvoiceType value)
public JAXBElement<WaybillType> createWaybill(WaybillType value)
public JAXBElement<DocumentStatusRequestType> createDocumentStatusRequest(DocumentStatusRequestType value)
public JAXBElement<ForwardingInstructionsType> createForwardingInstructions(ForwardingInstructionsType value)
public JAXBElement<AttachedDocumentType> createAttachedDocument(AttachedDocumentType value)
public JAXBElement<PriorInformationNoticeType> createPriorInformationNotice(PriorInformationNoticeType value)
public JAXBElement<TenderReceiptType> createTenderReceipt(TenderReceiptType value)
public JAXBElement<UtilityStatementType> createUtilityStatement(UtilityStatementType value)
public JAXBElement<StockAvailabilityReportType> createStockAvailabilityReport(StockAvailabilityReportType value)
public JAXBElement<SelfBilledCreditNoteType> createSelfBilledCreditNote(SelfBilledCreditNoteType value)
public JAXBElement<ReminderType> createReminder(ReminderType value)
public JAXBElement<OrderResponseSimpleType> createOrderResponseSimple(OrderResponseSimpleType value)
public JAXBElement<PackingListType> createPackingList(PackingListType value)
public JAXBElement<ExceptionNotificationType> createExceptionNotification(ExceptionNotificationType value)
public JAXBElement<StatementType> createStatement(StatementType value)
public JAXBElement<CertificateOfOriginType> createCertificateOfOrigin(CertificateOfOriginType value)
public JAXBElement<OrderType> createOrder(OrderType value)
public JAXBElement<TransportationStatusType> createTransportationStatus(TransportationStatusType value)
public JAXBElement<CataloguePricingUpdateType> createCataloguePricingUpdate(CataloguePricingUpdateType value)
public JAXBElement<TendererQualificationType> createTendererQualification(TendererQualificationType value)
public JAXBElement<ForecastRevisionType> createForecastRevision(ForecastRevisionType value)
public JAXBElement<OrderChangeType> createOrderChange(OrderChangeType value)
public JAXBElement<CatalogueType> createCatalogue(CatalogueType value)
public JAXBElement<CallForTendersType> createCallForTenders(CallForTendersType value)
public JAXBElement<InvoiceType> createInvoice(InvoiceType value)
public JAXBElement<TransportExecutionPlanRequestType> createTransportExecutionPlanRequest(TransportExecutionPlanRequestType value)
public JAXBElement<DespatchAdviceType> createDespatchAdvice(DespatchAdviceType value)
public JAXBElement<TransportationStatusRequestType> createTransportationStatusRequest(TransportationStatusRequestType value)
public JAXBElement<AwardedNotificationType> createAwardedNotification(AwardedNotificationType value)
public JAXBElement<CreditNoteType> createCreditNote(CreditNoteType value)
public JAXBElement<RequestForQuotationType> createRequestForQuotation(RequestForQuotationType value)
public JAXBElement<TransportServiceDescriptionType> createTransportServiceDescription(TransportServiceDescriptionType value)
public JAXBElement<RetailEventType> createRetailEvent(RetailEventType value)
public JAXBElement<SelfBilledInvoiceType> createSelfBilledInvoice(SelfBilledInvoiceType value)
public JAXBElement<ForecastType> createForecast(ForecastType value)
public JAXBElement<CatalogueItemSpecificationUpdateType> createCatalogueItemSpecificationUpdate(CatalogueItemSpecificationUpdateType value)
public JAXBElement<OrderCancellationType> createOrderCancellation(OrderCancellationType value)
public JAXBElement<QuotationType> createQuotation(QuotationType value)
public JAXBElement<CatalogueRequestType> createCatalogueRequest(CatalogueRequestType value)
public JAXBElement<ExceptionCriteriaType> createExceptionCriteria(ExceptionCriteriaType value)
public JAXBElement<TendererQualificationResponseType> createTendererQualificationResponse(TendererQualificationResponseType value)
public JAXBElement<TransportProgressStatusRequestType> createTransportProgressStatusRequest(TransportProgressStatusRequestType value)
public JAXBElement<TransportProgressStatusType> createTransportProgressStatus(TransportProgressStatusType value)
public JAXBElement<DebitNoteType> createDebitNote(DebitNoteType value)
public JAXBElement<OrderResponseType> createOrderResponse(OrderResponseType value)
public JAXBElement<TradeItemLocationProfileType> createTradeItemLocationProfile(TradeItemLocationProfileType value)
public JAXBElement<InstructionForReturnsType> createInstructionForReturns(InstructionForReturnsType value)
public JAXBElement<DocumentStatusType> createDocumentStatus(DocumentStatusType value)
public JAXBElement<ContractAwardNoticeType> createContractAwardNotice(ContractAwardNoticeType value)
public JAXBElement<TransportExecutionPlanType> createTransportExecutionPlan(TransportExecutionPlanType value)
public JAXBElement<CatalogueDeletionType> createCatalogueDeletion(CatalogueDeletionType value)
public JAXBElement<GoodsItemItineraryType> createGoodsItemItinerary(GoodsItemItineraryType value)
public JAXBElement<ApplicationResponseType> createApplicationResponse(ApplicationResponseType value)
public JAXBElement<ReceiptAdviceType> createReceiptAdvice(ReceiptAdviceType value)
Copyright © 2023 NorStella. All rights reserved.