public DespatchAdviceType() { this._despatchLine = new List <DespatchLineType>(); this._shipment = new ShipmentType(); this._originatorCustomerParty = new CustomerPartyType(); this._sellerSupplierParty = new SupplierPartyType(); this._buyerCustomerParty = new CustomerPartyType(); this._deliveryCustomerParty = new CustomerPartyType(); this._despatchSupplierParty = new SupplierPartyType(); this._signature = new List <SignatureType>(); this._additionalDocumentReference = new List <DocumentReferenceType>(); this._orderReference = new List <OrderReferenceType>(); this._lineCountNumeric = new LineCountNumericType(); this._note = new List <NoteType>(); this._despatchAdviceTypeCode = new DespatchAdviceTypeCodeType(); this._issueTime = new IssueTimeType(); this._issueDate = new IssueDateType(); this._uUID = new UUIDType(); this._copyIndicator = new CopyIndicatorType(); this._id = new IDType(); this._profileID = new ProfileIDType(); this._customizationID = new CustomizationIDType(); this._uBLVersionID = new UBLVersionIDType(); this._uBLExtensions = new List <UBLExtensionType>(); }
public DespatchAdviceType() { this.despatchLineField = new ObservableCollection<DespatchLineType>(); this.shipmentField = new ShipmentType(); this.originatorCustomerPartyField = new CustomerPartyType(); this.sellerSupplierPartyField = new SupplierPartyType(); this.buyerCustomerPartyField = new CustomerPartyType(); this.deliveryCustomerPartyField = new CustomerPartyType(); this.despatchSupplierPartyField = new SupplierPartyType(); this.signatureField = new ObservableCollection<SignatureType>(); this.additionalDocumentReferenceField = new ObservableCollection<DocumentReferenceType>(); this.orderReferenceField = new ObservableCollection<OrderReferenceType>(); this.lineCountNumericField = new LineCountNumericType(); this.noteField = new ObservableCollection<NoteType>(); this.despatchAdviceTypeCodeField = new DespatchAdviceTypeCodeType(); this.documentStatusCodeField = new DocumentStatusCodeType(); this.issueTimeField = new IssueTimeType(); this.issueDateField = new IssueDateType(); this.uUIDField = new UUIDType(); this.copyIndicatorField = new CopyIndicatorType(); 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 DespatchAdviceType() { this.despatchLineField = new ObservableCollection <DespatchLineType>(); this.shipmentField = new ShipmentType(); this.originatorCustomerPartyField = new CustomerPartyType(); this.sellerSupplierPartyField = new SupplierPartyType(); this.buyerCustomerPartyField = new CustomerPartyType(); this.deliveryCustomerPartyField = new CustomerPartyType(); this.despatchSupplierPartyField = new SupplierPartyType(); this.signatureField = new ObservableCollection <SignatureType>(); this.additionalDocumentReferenceField = new ObservableCollection <DocumentReferenceType>(); this.orderReferenceField = new ObservableCollection <OrderReferenceType>(); this.lineCountNumericField = new LineCountNumericType(); this.noteField = new ObservableCollection <NoteType>(); this.despatchAdviceTypeCodeField = new DespatchAdviceTypeCodeType(); this.documentStatusCodeField = new DocumentStatusCodeType(); this.issueTimeField = new IssueTimeType(); this.issueDateField = new IssueDateType(); this.uUIDField = new UUIDType(); this.copyIndicatorField = new CopyIndicatorType(); 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>(); }