public CatalogueType()
 {
     this.catalogueLineField           = new ObservableCollection <CatalogueLineType>();
     this.tradingTermsField            = new ObservableCollection <TradingTermsType>();
     this.contractorCustomerPartyField = new CustomerPartyType();
     this.sellerSupplierPartyField     = new SupplierPartyType();
     this.receiverPartyField           = new PartyType();
     this.providerPartyField           = new PartyType();
     this.signatureField                = new ObservableCollection <SignatureType>();
     this.documentReferenceField        = new ObservableCollection <DocumentReferenceType>();
     this.sourceCatalogueReferenceField = new CatalogueReferenceType();
     this.referencedContractField       = new ObservableCollection <ContractType>();
     this.validityPeriodField           = new ObservableCollection <PeriodType>();
     this.lineCountNumericField         = new LineCountNumericType();
     this.previousVersionIDField        = new PreviousVersionIDType();
     this.versionIDField                = new VersionIDType();
     this.descriptionField              = new ObservableCollection <DescriptionType>();
     this.noteField               = new ObservableCollection <NoteType>();
     this.revisionTimeField       = new RevisionTimeType();
     this.revisionDateField       = new RevisionDateType();
     this.issueTimeField          = new IssueTimeType();
     this.issueDateField          = new IssueDateType();
     this.nameField               = new NameType1();
     this.actionCodeField         = new ActionCodeType();
     this.uUIDField               = new UUIDType();
     this.idField                 = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField          = new ProfileIDType();
     this.customizationIDField    = new CustomizationIDType();
     this.uBLVersionIDField       = new UBLVersionIDType();
     this.uBLExtensionsField      = new ObservableCollection <UBLExtensionType>();
 }
 public CatalogueDeletionType()
 {
     this.contractorCustomerPartyField = new CustomerPartyType();
     this.sellerSupplierPartyField     = new SupplierPartyType();
     this.providerPartyField           = new PartyType();
     this.receiverPartyField           = new PartyType();
     this.signatureField                 = new ObservableCollection <SignatureType>();
     this.referencedContractField        = new ObservableCollection <ContractType>();
     this.deletedCatalogueReferenceField = new CatalogueReferenceType();
     this.validityPeriodField            = new ObservableCollection <PeriodType>();
     this.descriptionField               = new ObservableCollection <DescriptionType>();
     this.versionIDField                 = new VersionIDType();
     this.noteField               = new ObservableCollection <NoteType>();
     this.effectiveTimeField      = new EffectiveTimeType();
     this.effectiveDateField      = new EffectiveDateType();
     this.issueTimeField          = new IssueTimeType();
     this.issueDateField          = new IssueDateType();
     this.nameField               = new NameType1();
     this.uUIDField               = new UUIDType();
     this.idField                 = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField          = new ProfileIDType();
     this.customizationIDField    = new CustomizationIDType();
     this.uBLVersionIDField       = new UBLVersionIDType();
     this.uBLExtensionsField      = new ObservableCollection <UBLExtensionType>();
 }
Beispiel #3
0
 public CatalogueRequestType()
 {
     this.catalogueRequestLineField          = new ObservableCollection <CatalogueRequestLineType>();
     this.requestedClassificationSchemeField = new ObservableCollection <ClassificationSchemeType>();
     this.requestedLanguageField             = new LanguageType();
     this.applicableTerritoryAddressField    = new ObservableCollection <AddressType>();
     this.documentReferenceField             = new ObservableCollection <DocumentReferenceType>();
     this.tradingTermsField                = new TradingTermsType();
     this.referencedContractField          = new ObservableCollection <ContractType>();
     this.requestedCatalogueReferenceField = new CatalogueReferenceType();
     this.contractorCustomerPartyField     = new CustomerPartyType();
     this.sellerSupplierPartyField         = new SupplierPartyType();
     this.providerPartyField               = new PartyType();
     this.receiverPartyField               = new PartyType();
     this.signatureField                     = new ObservableCollection <SignatureType>();
     this.validityPeriodField                = new ObservableCollection <PeriodType>();
     this.lineCountNumericField              = new LineCountNumericType();
     this.itemUpdateRequestIndicatorField    = new ItemUpdateRequestIndicatorType();
     this.pricingUpdateRequestIndicatorField = new PricingUpdateRequestIndicatorType();
     this.descriptionField                   = new ObservableCollection <DescriptionType>();
     this.noteField               = new ObservableCollection <NoteType>();
     this.issueTimeField          = new IssueTimeType();
     this.issueDateField          = new IssueDateType();
     this.nameField               = new NameType1();
     this.uUIDField               = new UUIDType();
     this.idField                 = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField          = new ProfileIDType();
     this.customizationIDField    = new CustomizationIDType();
     this.uBLVersionIDField       = new UBLVersionIDType();
     this.uBLExtensionsField      = new ObservableCollection <UBLExtensionType>();
 }
Beispiel #4
0
 public OrderType()
 {
     this.orderLineField = new ObservableCollection <OrderLineType>();
     this.anticipatedMonetaryTotalField = new MonetaryTotalType();
     this.taxTotalField                     = new ObservableCollection <TaxTotalType>();
     this.destinationCountryField           = new CountryType();
     this.paymentExchangeRateField          = new ExchangeRateType();
     this.pricingExchangeRateField          = new ExchangeRateType();
     this.taxExchangeRateField              = new ExchangeRateType();
     this.allowanceChargeField              = new ObservableCollection <AllowanceChargeType>();
     this.transactionConditionsField        = new TransactionConditionsType();
     this.paymentTermsField                 = new ObservableCollection <PaymentTermsType>();
     this.paymentMeansField                 = new ObservableCollection <PaymentMeansType>();
     this.deliveryTermsField                = new ObservableCollection <DeliveryTermsType>();
     this.deliveryField                     = new ObservableCollection <DeliveryType>();
     this.accountingCustomerPartyField      = new CustomerPartyType();
     this.freightForwarderPartyField        = new PartyType();
     this.originatorCustomerPartyField      = new CustomerPartyType();
     this.sellerSupplierPartyField          = new SupplierPartyType();
     this.buyerCustomerPartyField           = new CustomerPartyType();
     this.signatureField                    = new ObservableCollection <SignatureType>();
     this.projectReferenceField             = new ObservableCollection <ProjectReferenceType>();
     this.contractField                     = new ObservableCollection <ContractType>();
     this.additionalDocumentReferenceField  = new ObservableCollection <DocumentReferenceType>();
     this.catalogueReferenceField           = new CatalogueReferenceType();
     this.originatorDocumentReferenceField  = new DocumentReferenceType();
     this.orderDocumentReferenceField       = new ObservableCollection <DocumentReferenceType>();
     this.quotationDocumentReferenceField   = new DocumentReferenceType();
     this.validityPeriodField               = new ObservableCollection <PeriodType>();
     this.lineCountNumericField             = new LineCountNumericType();
     this.accountingCostField               = new AccountingCostType();
     this.accountingCostCodeField           = new AccountingCostCodeType();
     this.customerReferenceField            = new CustomerReferenceType();
     this.taxCurrencyCodeField              = new TaxCurrencyCodeType();
     this.pricingCurrencyCodeField          = new PricingCurrencyCodeType();
     this.documentCurrencyCodeField         = new DocumentCurrencyCodeType();
     this.requestedInvoiceCurrencyCodeField = new RequestedInvoiceCurrencyCodeType();
     this.noteField               = new ObservableCollection <NoteType>();
     this.orderTypeCodeField      = new OrderTypeCodeType();
     this.issueTimeField          = new IssueTimeType();
     this.issueDateField          = new IssueDateType();
     this.uUIDField               = new UUIDType();
     this.copyIndicatorField      = new CopyIndicatorType();
     this.salesOrderIDField       = new SalesOrderIDType();
     this.idField                 = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField          = new ProfileIDType();
     this.customizationIDField    = new CustomizationIDType();
     this.uBLVersionIDField       = new UBLVersionIDType();
     this.uBLExtensionsField      = new ObservableCollection <UBLExtensionType>();
 }