Example #1
0
 public ReceiptAdviceType()
 {
     this.receiptLineField                 = new ObservableCollection <ReceiptLineType>();
     this.shipmentField                    = new ShipmentType();
     this.sellerSupplierPartyField         = new SupplierPartyType();
     this.buyerCustomerPartyField          = new CustomerPartyType();
     this.despatchSupplierPartyField       = new SupplierPartyType();
     this.deliveryCustomerPartyField       = new CustomerPartyType();
     this.signatureField                   = new ObservableCollection <SignatureType>();
     this.additionalDocumentReferenceField = new ObservableCollection <DocumentReferenceType>();
     this.despatchDocumentReferenceField   = new ObservableCollection <DocumentReferenceType>();
     this.orderReferenceField              = new ObservableCollection <OrderReferenceType>();
     this.lineCountNumericField            = new LineCountNumericType();
     this.noteField = new ObservableCollection <NoteType>();
     this.receiptAdviceTypeCodeField = new ReceiptAdviceTypeCodeType();
     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 ReceiptAdviceType() {
     this.receiptLineField = new ObservableCollection<ReceiptLineType>();
     this.shipmentField = new ShipmentType();
     this.sellerSupplierPartyField = new SupplierPartyType();
     this.buyerCustomerPartyField = new CustomerPartyType();
     this.despatchSupplierPartyField = new SupplierPartyType();
     this.deliveryCustomerPartyField = new CustomerPartyType();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.additionalDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.despatchDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.orderReferenceField = new ObservableCollection<OrderReferenceType>();
     this.lineCountNumericField = new LineCountNumericType();
     this.noteField = new ObservableCollection<NoteType>();
     this.receiptAdviceTypeCodeField = new ReceiptAdviceTypeCodeType();
     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 ReceiptAdviceType()
 {
     this._receiptLine                 = new List <ReceiptLineType>();
     this._shipment                    = new ShipmentType();
     this._sellerSupplierParty         = new SupplierPartyType();
     this._buyerCustomerParty          = new CustomerPartyType();
     this._despatchSupplierParty       = new SupplierPartyType();
     this._deliveryCustomerParty       = new CustomerPartyType();
     this._signature                   = new List <SignatureType>();
     this._additionalDocumentReference = new List <DocumentReferenceType>();
     this._despatchDocumentReference   = new DocumentReferenceType();
     this._orderReference              = new List <OrderReferenceType>();
     this._lineCountNumeric            = new LineCountNumericType();
     this._note = new List <NoteType>();
     this._receiptAdviceTypeCode = new ReceiptAdviceTypeCodeType();
     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>();
 }