public GuaranteeCertificateType() {
     this.beneficiaryPartyField = new PartyType();
     this.interestedPartyField = new PartyType();
     this.guarantorPartyField = new PartyType();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.immobilizedSecurityField = new ObservableCollection<ImmobilizedSecurityType>();
     this.guaranteeDocumentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.applicableRegulationField = new ObservableCollection<RegulationType>();
     this.applicablePeriodField = new PeriodType();
     this.noteField = new ObservableCollection<NoteType>();
     this.constitutionCodeField = new ConstitutionCodeType();
     this.liabilityAmountField = new LiabilityAmountType();
     this.purposeField = new ObservableCollection<PurposeType>();
     this.guaranteeTypeCodeField = new GuaranteeTypeCodeType();
     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 GuaranteeCertificateType()
 {
     this.beneficiaryPartyField           = new PartyType();
     this.interestedPartyField            = new PartyType();
     this.guarantorPartyField             = new PartyType();
     this.signatureField                  = new ObservableCollection <SignatureType>();
     this.immobilizedSecurityField        = new ObservableCollection <ImmobilizedSecurityType>();
     this.guaranteeDocumentReferenceField = new ObservableCollection <DocumentReferenceType>();
     this.applicableRegulationField       = new ObservableCollection <RegulationType>();
     this.applicablePeriodField           = new PeriodType();
     this.noteField              = new ObservableCollection <NoteType>();
     this.constitutionCodeField  = new ConstitutionCodeType();
     this.liabilityAmountField   = new LiabilityAmountType();
     this.purposeField           = new ObservableCollection <PurposeType>();
     this.guaranteeTypeCodeField = new GuaranteeTypeCodeType();
     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>();
 }