public UtilityStatementType() {
     this.subscriberConsumptionField = new ObservableCollection<SubscriberConsumptionType>();
     this.mainOnAccountPaymentField = new ObservableCollection<OnAccountPaymentType>();
     this.subscriberPartyField = new PartyType();
     this.customerPartyField = new CustomerPartyType();
     this.receiverPartyField = new PartyType();
     this.senderPartyField = new PartyType();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.additionalDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.parentDocumentReferenceField = new DocumentReferenceType();
     this.accountingCostField = new AccountingCostType();
     this.accountingCostCodeField = new AccountingCostCodeType();
     this.documentCurrencyCodeField = new DocumentCurrencyCodeType();
     this.noteField = new ObservableCollection<NoteType>();
     this.utilityStatementTypeCodeField = new UtilityStatementTypeCodeType();
     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>();
 }
Exemple #2
0
 public UtilityStatementType()
 {
     this.subscriberConsumptionField       = new ObservableCollection <SubscriberConsumptionType>();
     this.mainOnAccountPaymentField        = new ObservableCollection <OnAccountPaymentType>();
     this.subscriberPartyField             = new PartyType();
     this.customerPartyField               = new CustomerPartyType();
     this.receiverPartyField               = new PartyType();
     this.senderPartyField                 = new PartyType();
     this.signatureField                   = new ObservableCollection <SignatureType>();
     this.additionalDocumentReferenceField = new ObservableCollection <DocumentReferenceType>();
     this.parentDocumentReferenceField     = new DocumentReferenceType();
     this.accountingCostField              = new AccountingCostType();
     this.accountingCostCodeField          = new AccountingCostCodeType();
     this.documentCurrencyCodeField        = new DocumentCurrencyCodeType();
     this.noteField = new ObservableCollection <NoteType>();
     this.utilityStatementTypeCodeField = new UtilityStatementTypeCodeType();
     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>();
 }