public ContractAwardNoticeType()
 {
     this.tenderResultField            = new ObservableCollection <TenderResultType>();
     this.procurementProjectLotField   = new ObservableCollection <ProcurementProjectLotType>();
     this.procurementProjectField      = new ProcurementProjectType();
     this.tenderingProcessField        = new TenderingProcessType();
     this.tenderingTermsField          = new TenderingTermsType();
     this.receiverPartyField           = new PartyType();
     this.originatorCustomerPartyField = new CustomerPartyType();
     this.contractingPartyField        = new ContractingPartyType();
     this.signatureField = new ObservableCollection <SignatureType>();
     this.minutesDocumentReferenceField  = new ObservableCollection <DocumentReferenceType>();
     this.previousDocumentReferenceField = new ObservableCollection <DocumentReferenceType>();
     this.publishAwardIndicatorField     = new PublishAwardIndicatorType();
     this.regulatoryDomainField          = new ObservableCollection <RegulatoryDomainType>();
     this.noteField             = new ObservableCollection <NoteType>();
     this.issueTimeField        = new IssueTimeType();
     this.issueDateField        = new IssueDateType();
     this.contractFolderIDField = new ContractFolderIDType();
     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 ContractAwardNoticeType() {
     this.tenderResultField = new ObservableCollection<TenderResultType>();
     this.procurementProjectLotField = new ObservableCollection<ProcurementProjectLotType>();
     this.procurementProjectField = new ProcurementProjectType();
     this.tenderingProcessField = new TenderingProcessType();
     this.tenderingTermsField = new TenderingTermsType();
     this.receiverPartyField = new PartyType();
     this.originatorCustomerPartyField = new CustomerPartyType();
     this.contractingPartyField = new ContractingPartyType();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.minutesDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.previousDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.publishAwardIndicatorField = new PublishAwardIndicatorType();
     this.regulatoryDomainField = new ObservableCollection<RegulatoryDomainType>();
     this.noteField = new ObservableCollection<NoteType>();
     this.issueTimeField = new IssueTimeType();
     this.issueDateField = new IssueDateType();
     this.contractFolderIDField = new ContractFolderIDType();
     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>();
 }