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