'------------------------------------------------------------------------------ ' ' Dieser Code wurde von einem Tool generiert. ' Laufzeitversion:4.0.30319.42000 ' ' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn ' der Code erneut generiert wird. ' '------------------------------------------------------------------------------ Option Strict Off Option Explicit On Imports System.Xml.Serialization ' 'Dieser Quellcode wurde automatisch generiert von xsd, Version=4.6.81.0. ' ''' _ Partial Public Class Document Private bkToCstmrDbtCdtNtfctnField As BankToCustomerDebitCreditNotificationV04 ''' Public Property BkToCstmrDbtCdtNtfctn() As BankToCustomerDebitCreditNotificationV04 Get Return Me.bkToCstmrDbtCdtNtfctnField End Get Set Me.bkToCstmrDbtCdtNtfctnField = value End Set End Property End Class ''' _ Partial Public Class BankToCustomerDebitCreditNotificationV04 Private grpHdrField As GroupHeader58 Private ntfctnField() As AccountNotification7 Private splmtryDataField() As SupplementaryData1 ''' Public Property GrpHdr() As GroupHeader58 Get Return Me.grpHdrField End Get Set Me.grpHdrField = value End Set End Property ''' _ Public Property Ntfctn() As AccountNotification7() Get Return Me.ntfctnField End Get Set Me.ntfctnField = value End Set End Property ''' _ Public Property SplmtryData() As SupplementaryData1() Get Return Me.splmtryDataField End Get Set Me.splmtryDataField = value End Set End Property End Class ''' _ Partial Public Class GroupHeader58 Private msgIdField As String Private creDtTmField As Date Private msgRcptField As PartyIdentification43 Private msgPgntnField As Pagination Private orgnlBizQryField As OriginalBusinessQuery1 Private addtlInfField As String ''' Public Property MsgId() As String Get Return Me.msgIdField End Get Set Me.msgIdField = value End Set End Property ''' Public Property CreDtTm() As Date Get Return Me.creDtTmField End Get Set Me.creDtTmField = value End Set End Property ''' Public Property MsgRcpt() As PartyIdentification43 Get Return Me.msgRcptField End Get Set Me.msgRcptField = value End Set End Property ''' Public Property MsgPgntn() As Pagination Get Return Me.msgPgntnField End Get Set Me.msgPgntnField = value End Set End Property ''' Public Property OrgnlBizQry() As OriginalBusinessQuery1 Get Return Me.orgnlBizQryField End Get Set Me.orgnlBizQryField = value End Set End Property ''' Public Property AddtlInf() As String Get Return Me.addtlInfField End Get Set Me.addtlInfField = value End Set End Property End Class ''' _ Partial Public Class PartyIdentification43 Private nmField As String Private pstlAdrField As PostalAddress6 Private idField As Party11Choice Private ctryOfResField As String Private ctctDtlsField As ContactDetails2 ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property PstlAdr() As PostalAddress6 Get Return Me.pstlAdrField End Get Set Me.pstlAdrField = value End Set End Property ''' Public Property Id() As Party11Choice Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property CtryOfRes() As String Get Return Me.ctryOfResField End Get Set Me.ctryOfResField = value End Set End Property ''' Public Property CtctDtls() As ContactDetails2 Get Return Me.ctctDtlsField End Get Set Me.ctctDtlsField = value End Set End Property End Class ''' _ Partial Public Class PostalAddress6 Private adrTpField As AddressType2Code Private adrTpFieldSpecified As Boolean Private deptField As String Private subDeptField As String Private strtNmField As String Private bldgNbField As String Private pstCdField As String Private twnNmField As String Private ctrySubDvsnField As String Private ctryField As String Private adrLineField() As String ''' Public Property AdrTp() As AddressType2Code Get Return Me.adrTpField End Get Set Me.adrTpField = value End Set End Property ''' _ Public Property AdrTpSpecified() As Boolean Get Return Me.adrTpFieldSpecified End Get Set Me.adrTpFieldSpecified = value End Set End Property ''' Public Property Dept() As String Get Return Me.deptField End Get Set Me.deptField = value End Set End Property ''' Public Property SubDept() As String Get Return Me.subDeptField End Get Set Me.subDeptField = value End Set End Property ''' Public Property StrtNm() As String Get Return Me.strtNmField End Get Set Me.strtNmField = value End Set End Property ''' Public Property BldgNb() As String Get Return Me.bldgNbField End Get Set Me.bldgNbField = value End Set End Property ''' Public Property PstCd() As String Get Return Me.pstCdField End Get Set Me.pstCdField = value End Set End Property ''' Public Property TwnNm() As String Get Return Me.twnNmField End Get Set Me.twnNmField = value End Set End Property ''' Public Property CtrySubDvsn() As String Get Return Me.ctrySubDvsnField End Get Set Me.ctrySubDvsnField = value End Set End Property ''' Public Property Ctry() As String Get Return Me.ctryField End Get Set Me.ctryField = value End Set End Property ''' _ Public Property AdrLine() As String() Get Return Me.adrLineField End Get Set Me.adrLineField = value End Set End Property End Class ''' _ Public Enum AddressType2Code ''' ADDR ''' PBOX ''' HOME ''' BIZZ ''' MLTO ''' DLVY End Enum ''' _ Partial Public Class SupplementaryData1 Private plcAndNmField As String Private envlpField As System.Xml.XmlElement ''' Public Property PlcAndNm() As String Get Return Me.plcAndNmField End Get Set Me.plcAndNmField = value End Set End Property ''' Public Property Envlp() As System.Xml.XmlElement Get Return Me.envlpField End Get Set Me.envlpField = value End Set End Property End Class ''' _ Partial Public Class Product2 Private pdctCdField As String Private unitOfMeasrField As UnitOfMeasure1Code Private unitOfMeasrFieldSpecified As Boolean Private pdctQtyField As Decimal Private pdctQtyFieldSpecified As Boolean Private unitPricField As Decimal Private unitPricFieldSpecified As Boolean Private pdctAmtField As Decimal Private pdctAmtFieldSpecified As Boolean Private taxTpField As String Private addtlPdctInfField As String ''' Public Property PdctCd() As String Get Return Me.pdctCdField End Get Set Me.pdctCdField = value End Set End Property ''' Public Property UnitOfMeasr() As UnitOfMeasure1Code Get Return Me.unitOfMeasrField End Get Set Me.unitOfMeasrField = value End Set End Property ''' _ Public Property UnitOfMeasrSpecified() As Boolean Get Return Me.unitOfMeasrFieldSpecified End Get Set Me.unitOfMeasrFieldSpecified = value End Set End Property ''' Public Property PdctQty() As Decimal Get Return Me.pdctQtyField End Get Set Me.pdctQtyField = value End Set End Property ''' _ Public Property PdctQtySpecified() As Boolean Get Return Me.pdctQtyFieldSpecified End Get Set Me.pdctQtyFieldSpecified = value End Set End Property ''' Public Property UnitPric() As Decimal Get Return Me.unitPricField End Get Set Me.unitPricField = value End Set End Property ''' _ Public Property UnitPricSpecified() As Boolean Get Return Me.unitPricFieldSpecified End Get Set Me.unitPricFieldSpecified = value End Set End Property ''' Public Property PdctAmt() As Decimal Get Return Me.pdctAmtField End Get Set Me.pdctAmtField = value End Set End Property ''' _ Public Property PdctAmtSpecified() As Boolean Get Return Me.pdctAmtFieldSpecified End Get Set Me.pdctAmtFieldSpecified = value End Set End Property ''' Public Property TaxTp() As String Get Return Me.taxTpField End Get Set Me.taxTpField = value End Set End Property ''' Public Property AddtlPdctInf() As String Get Return Me.addtlPdctInfField End Get Set Me.addtlPdctInfField = value End Set End Property End Class ''' _ Public Enum UnitOfMeasure1Code ''' PIEC ''' TONS ''' FOOT ''' GBGA ''' USGA ''' GRAM ''' INCH ''' KILO ''' PUND ''' METR ''' CMET ''' MMET ''' LITR ''' CELI ''' MILI ''' GBOU ''' USOU ''' GBQA ''' USQA ''' GBPI ''' USPI ''' MILE ''' KMET ''' YARD ''' SQKI ''' HECT ''' ARES ''' SMET ''' SCMT ''' SMIL ''' SQMI ''' SQYA ''' SQFO ''' SQIN ''' ACRE End Enum ''' _ Partial Public Class TransactionIdentifier1 Private txDtTmField As Date Private txRefField As String ''' Public Property TxDtTm() As Date Get Return Me.txDtTmField End Get Set Me.txDtTmField = value End Set End Property ''' Public Property TxRef() As String Get Return Me.txRefField End Get Set Me.txRefField = value End Set End Property End Class ''' _ Partial Public Class CardIndividualTransaction1 Private addtlSvcField As CardPaymentServiceType2Code Private addtlSvcFieldSpecified As Boolean Private txCtgyField As String Private saleRcncltnIdField As String Private saleRefNbField As String Private seqNbField As String Private txIdField As TransactionIdentifier1 Private pdctField As Product2 Private vldtnDtField As Date Private vldtnDtFieldSpecified As Boolean Private vldtnSeqNbField As String ''' Public Property AddtlSvc() As CardPaymentServiceType2Code Get Return Me.addtlSvcField End Get Set Me.addtlSvcField = value End Set End Property ''' _ Public Property AddtlSvcSpecified() As Boolean Get Return Me.addtlSvcFieldSpecified End Get Set Me.addtlSvcFieldSpecified = value End Set End Property ''' Public Property TxCtgy() As String Get Return Me.txCtgyField End Get Set Me.txCtgyField = value End Set End Property ''' Public Property SaleRcncltnId() As String Get Return Me.saleRcncltnIdField End Get Set Me.saleRcncltnIdField = value End Set End Property ''' Public Property SaleRefNb() As String Get Return Me.saleRefNbField End Get Set Me.saleRefNbField = value End Set End Property ''' Public Property SeqNb() As String Get Return Me.seqNbField End Get Set Me.seqNbField = value End Set End Property ''' Public Property TxId() As TransactionIdentifier1 Get Return Me.txIdField End Get Set Me.txIdField = value End Set End Property ''' Public Property Pdct() As Product2 Get Return Me.pdctField End Get Set Me.pdctField = value End Set End Property ''' _ Public Property VldtnDt() As Date Get Return Me.vldtnDtField End Get Set Me.vldtnDtField = value End Set End Property ''' _ Public Property VldtnDtSpecified() As Boolean Get Return Me.vldtnDtFieldSpecified End Get Set Me.vldtnDtFieldSpecified = value End Set End Property ''' Public Property VldtnSeqNb() As String Get Return Me.vldtnSeqNbField End Get Set Me.vldtnSeqNbField = value End Set End Property End Class ''' _ Public Enum CardPaymentServiceType2Code ''' AGGR ''' DCCV ''' GRTT ''' INSP ''' LOYT ''' NRES ''' PUCO ''' RECP ''' SOAF ''' UNAF ''' VCAU End Enum ''' _ Partial Public Class CardTransaction1Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class CardAggregated1 Private addtlSvcField As CardPaymentServiceType2Code Private addtlSvcFieldSpecified As Boolean Private txCtgyField As String Private saleRcncltnIdField As String Private seqNbRgField As CardSequenceNumberRange1 Private txDtRgField As DateOrDateTimePeriodChoice ''' Public Property AddtlSvc() As CardPaymentServiceType2Code Get Return Me.addtlSvcField End Get Set Me.addtlSvcField = value End Set End Property ''' _ Public Property AddtlSvcSpecified() As Boolean Get Return Me.addtlSvcFieldSpecified End Get Set Me.addtlSvcFieldSpecified = value End Set End Property ''' Public Property TxCtgy() As String Get Return Me.txCtgyField End Get Set Me.txCtgyField = value End Set End Property ''' Public Property SaleRcncltnId() As String Get Return Me.saleRcncltnIdField End Get Set Me.saleRcncltnIdField = value End Set End Property ''' Public Property SeqNbRg() As CardSequenceNumberRange1 Get Return Me.seqNbRgField End Get Set Me.seqNbRgField = value End Set End Property ''' Public Property TxDtRg() As DateOrDateTimePeriodChoice Get Return Me.txDtRgField End Get Set Me.txDtRgField = value End Set End Property End Class ''' _ Partial Public Class CardSequenceNumberRange1 Private frstTxField As String Private lastTxField As String ''' Public Property FrstTx() As String Get Return Me.frstTxField End Get Set Me.frstTxField = value End Set End Property ''' Public Property LastTx() As String Get Return Me.lastTxField End Get Set Me.lastTxField = value End Set End Property End Class ''' _ Partial Public Class DateOrDateTimePeriodChoice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class DatePeriodDetails Private frDtField As Date Private toDtField As Date ''' _ Public Property FrDt() As Date Get Return Me.frDtField End Get Set Me.frDtField = value End Set End Property ''' _ Public Property ToDt() As Date Get Return Me.toDtField End Get Set Me.toDtField = value End Set End Property End Class ''' _ Partial Public Class DateTimePeriodDetails Private frDtTmField As Date Private toDtTmField As Date ''' Public Property FrDtTm() As Date Get Return Me.frDtTmField End Get Set Me.frDtTmField = value End Set End Property ''' Public Property ToDtTm() As Date Get Return Me.toDtTmField End Get Set Me.toDtTmField = value End Set End Property End Class ''' _ Partial Public Class CardTransaction1 Private cardField As PaymentCard4 Private pOIField As PointOfInteraction1 Private txField As CardTransaction1Choice ''' Public Property Card() As PaymentCard4 Get Return Me.cardField End Get Set Me.cardField = value End Set End Property ''' Public Property POI() As PointOfInteraction1 Get Return Me.pOIField End Get Set Me.pOIField = value End Set End Property ''' Public Property Tx() As CardTransaction1Choice Get Return Me.txField End Get Set Me.txField = value End Set End Property End Class ''' _ Partial Public Class PaymentCard4 Private plainCardDataField As PlainCardData1 Private cardCtryCdField As String Private cardBrndField As GenericIdentification1 Private addtlCardDataField As String ''' Public Property PlainCardData() As PlainCardData1 Get Return Me.plainCardDataField End Get Set Me.plainCardDataField = value End Set End Property ''' Public Property CardCtryCd() As String Get Return Me.cardCtryCdField End Get Set Me.cardCtryCdField = value End Set End Property ''' Public Property CardBrnd() As GenericIdentification1 Get Return Me.cardBrndField End Get Set Me.cardBrndField = value End Set End Property ''' Public Property AddtlCardData() As String Get Return Me.addtlCardDataField End Get Set Me.addtlCardDataField = value End Set End Property End Class ''' _ Partial Public Class PlainCardData1 Private pANField As String Private cardSeqNbField As String Private fctvDtField As String Private xpryDtField As String Private svcCdField As String Private trckDataField() As TrackData1 Private cardSctyCdField As CardSecurityInformation1 ''' Public Property PAN() As String Get Return Me.pANField End Get Set Me.pANField = value End Set End Property ''' Public Property CardSeqNb() As String Get Return Me.cardSeqNbField End Get Set Me.cardSeqNbField = value End Set End Property ''' _ Public Property FctvDt() As String Get Return Me.fctvDtField End Get Set Me.fctvDtField = value End Set End Property ''' _ Public Property XpryDt() As String Get Return Me.xpryDtField End Get Set Me.xpryDtField = value End Set End Property ''' Public Property SvcCd() As String Get Return Me.svcCdField End Get Set Me.svcCdField = value End Set End Property ''' _ Public Property TrckData() As TrackData1() Get Return Me.trckDataField End Get Set Me.trckDataField = value End Set End Property ''' Public Property CardSctyCd() As CardSecurityInformation1 Get Return Me.cardSctyCdField End Get Set Me.cardSctyCdField = value End Set End Property End Class ''' _ Partial Public Class TrackData1 Private trckNbField As String Private trckValField As String ''' Public Property TrckNb() As String Get Return Me.trckNbField End Get Set Me.trckNbField = value End Set End Property ''' Public Property TrckVal() As String Get Return Me.trckValField End Get Set Me.trckValField = value End Set End Property End Class ''' _ Partial Public Class CardSecurityInformation1 Private cSCMgmtField As CSCManagement1Code Private cSCValField As String ''' Public Property CSCMgmt() As CSCManagement1Code Get Return Me.cSCMgmtField End Get Set Me.cSCMgmtField = value End Set End Property ''' Public Property CSCVal() As String Get Return Me.cSCValField End Get Set Me.cSCValField = value End Set End Property End Class ''' _ Public Enum CSCManagement1Code ''' PRST ''' BYPS ''' UNRD ''' NCSC End Enum ''' _ Partial Public Class GenericIdentification1 Private idField As String Private schmeNmField As String Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SchmeNm() As String Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class PointOfInteraction1 Private idField As GenericIdentification32 Private sysNmField As String Private grpIdField As String Private cpbltiesField As PointOfInteractionCapabilities1 Private cmpntField() As PointOfInteractionComponent1 ''' Public Property Id() As GenericIdentification32 Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SysNm() As String Get Return Me.sysNmField End Get Set Me.sysNmField = value End Set End Property ''' Public Property GrpId() As String Get Return Me.grpIdField End Get Set Me.grpIdField = value End Set End Property ''' Public Property Cpblties() As PointOfInteractionCapabilities1 Get Return Me.cpbltiesField End Get Set Me.cpbltiesField = value End Set End Property ''' _ Public Property Cmpnt() As PointOfInteractionComponent1() Get Return Me.cmpntField End Get Set Me.cmpntField = value End Set End Property End Class ''' _ Partial Public Class GenericIdentification32 Private idField As String Private tpField As PartyType3Code Private tpFieldSpecified As Boolean Private issrField As PartyType4Code Private issrFieldSpecified As Boolean Private shrtNmField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Tp() As PartyType3Code Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' _ Public Property TpSpecified() As Boolean Get Return Me.tpFieldSpecified End Get Set Me.tpFieldSpecified = value End Set End Property ''' Public Property Issr() As PartyType4Code Get Return Me.issrField End Get Set Me.issrField = value End Set End Property ''' _ Public Property IssrSpecified() As Boolean Get Return Me.issrFieldSpecified End Get Set Me.issrFieldSpecified = value End Set End Property ''' Public Property ShrtNm() As String Get Return Me.shrtNmField End Get Set Me.shrtNmField = value End Set End Property End Class ''' _ Public Enum PartyType3Code ''' OPOI ''' MERC ''' ACCP ''' ITAG ''' ACQR ''' CISS ''' DLIS End Enum ''' _ Public Enum PartyType4Code ''' MERC ''' ACCP ''' ITAG ''' ACQR ''' CISS ''' TAXH End Enum ''' _ Partial Public Class PointOfInteractionCapabilities1 Private cardRdngCpbltiesField() As CardDataReading1Code Private crdhldrVrfctnCpbltiesField() As CardholderVerificationCapability1Code Private onLineCpbltiesField As OnLineCapability1Code Private onLineCpbltiesFieldSpecified As Boolean Private dispCpbltiesField() As DisplayCapabilities1 Private prtLineWidthField As String ''' _ Public Property CardRdngCpblties() As CardDataReading1Code() Get Return Me.cardRdngCpbltiesField End Get Set Me.cardRdngCpbltiesField = value End Set End Property ''' _ Public Property CrdhldrVrfctnCpblties() As CardholderVerificationCapability1Code() Get Return Me.crdhldrVrfctnCpbltiesField End Get Set Me.crdhldrVrfctnCpbltiesField = value End Set End Property ''' Public Property OnLineCpblties() As OnLineCapability1Code Get Return Me.onLineCpbltiesField End Get Set Me.onLineCpbltiesField = value End Set End Property ''' _ Public Property OnLineCpbltiesSpecified() As Boolean Get Return Me.onLineCpbltiesFieldSpecified End Get Set Me.onLineCpbltiesFieldSpecified = value End Set End Property ''' _ Public Property DispCpblties() As DisplayCapabilities1() Get Return Me.dispCpbltiesField End Get Set Me.dispCpbltiesField = value End Set End Property ''' Public Property PrtLineWidth() As String Get Return Me.prtLineWidthField End Get Set Me.prtLineWidthField = value End Set End Property End Class ''' _ Public Enum CardDataReading1Code ''' TAGC ''' PHYS ''' BRCD ''' MGST ''' CICC ''' DFLE ''' CTLS ''' ECTL End Enum ''' _ Public Enum CardholderVerificationCapability1Code ''' MNSG ''' NPIN ''' FCPN ''' FEPN ''' FDSG ''' FBIO ''' MNVR ''' FBIG ''' APKI ''' PKIS ''' CHDT ''' SCEC End Enum ''' _ Public Enum OnLineCapability1Code ''' OFLN ''' ONLN ''' SMON End Enum ''' _ Partial Public Class DisplayCapabilities1 Private dispTpField As UserInterface2Code Private nbOfLinesField As String Private lineWidthField As String ''' Public Property DispTp() As UserInterface2Code Get Return Me.dispTpField End Get Set Me.dispTpField = value End Set End Property ''' Public Property NbOfLines() As String Get Return Me.nbOfLinesField End Get Set Me.nbOfLinesField = value End Set End Property ''' Public Property LineWidth() As String Get Return Me.lineWidthField End Get Set Me.lineWidthField = value End Set End Property End Class ''' _ Public Enum UserInterface2Code ''' MDSP ''' CDSP End Enum ''' _ Partial Public Class PointOfInteractionComponent1 Private pOICmpntTpField As POIComponentType1Code Private manfctrIdField As String Private mdlField As String Private vrsnNbField As String Private srlNbField As String Private apprvlNbField() As String ''' Public Property POICmpntTp() As POIComponentType1Code Get Return Me.pOICmpntTpField End Get Set Me.pOICmpntTpField = value End Set End Property ''' Public Property ManfctrId() As String Get Return Me.manfctrIdField End Get Set Me.manfctrIdField = value End Set End Property ''' Public Property Mdl() As String Get Return Me.mdlField End Get Set Me.mdlField = value End Set End Property ''' Public Property VrsnNb() As String Get Return Me.vrsnNbField End Get Set Me.vrsnNbField = value End Set End Property ''' Public Property SrlNb() As String Get Return Me.srlNbField End Get Set Me.srlNbField = value End Set End Property ''' _ Public Property ApprvlNb() As String() Get Return Me.apprvlNbField End Get Set Me.apprvlNbField = value End Set End Property End Class ''' _ Public Enum POIComponentType1Code ''' SOFT ''' EMVK ''' EMVO ''' MRIT ''' CHIT ''' SECM ''' PEDV End Enum ''' _ Partial Public Class ActiveCurrencyAndAmount Private ccyField As String Private valueField As Decimal ''' _ Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property ''' _ Public Property Value() As Decimal Get Return Me.valueField End Get Set Me.valueField = value End Set End Property End Class ''' _ Partial Public Class CashDeposit1 Private noteDnmtnField As ActiveCurrencyAndAmount Private nbOfNotesField As String Private amtField As ActiveCurrencyAndAmount ''' Public Property NoteDnmtn() As ActiveCurrencyAndAmount Get Return Me.noteDnmtnField End Get Set Me.noteDnmtnField = value End Set End Property ''' Public Property NbOfNotes() As String Get Return Me.nbOfNotesField End Get Set Me.nbOfNotesField = value End Set End Property ''' Public Property Amt() As ActiveCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property End Class ''' _ Partial Public Class GenericIdentification20 Private idField As String Private issrField As String Private schmeNmField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property ''' Public Property SchmeNm() As String Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property End Class ''' _ Partial Public Class SecuritiesAccount13 Private idField As String Private tpField As GenericIdentification20 Private nmField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Tp() As GenericIdentification20 Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property End Class ''' _ Partial Public Class CorporateAction9 Private evtTpField As String Private evtIdField As String ''' Public Property EvtTp() As String Get Return Me.evtTpField End Get Set Me.evtTpField = value End Set End Property ''' Public Property EvtId() As String Get Return Me.evtIdField End Get Set Me.evtIdField = value End Set End Property End Class ''' _ Partial Public Class ReturnReason5Choice Private itemField As String Private itemElementNameField As ItemChoiceType15 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType15 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType15 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class PaymentReturnReason2 Private orgnlBkTxCdField As BankTransactionCodeStructure4 Private orgtrField As PartyIdentification43 Private rsnField As ReturnReason5Choice Private addtlInfField() As String ''' Public Property OrgnlBkTxCd() As BankTransactionCodeStructure4 Get Return Me.orgnlBkTxCdField End Get Set Me.orgnlBkTxCdField = value End Set End Property ''' Public Property Orgtr() As PartyIdentification43 Get Return Me.orgtrField End Get Set Me.orgtrField = value End Set End Property ''' Public Property Rsn() As ReturnReason5Choice Get Return Me.rsnField End Get Set Me.rsnField = value End Set End Property ''' _ Public Property AddtlInf() As String() Get Return Me.addtlInfField End Get Set Me.addtlInfField = value End Set End Property End Class ''' _ Partial Public Class BankTransactionCodeStructure4 Private domnField As BankTransactionCodeStructure5 Private prtryField As ProprietaryBankTransactionCodeStructure1 ''' Public Property Domn() As BankTransactionCodeStructure5 Get Return Me.domnField End Get Set Me.domnField = value End Set End Property ''' Public Property Prtry() As ProprietaryBankTransactionCodeStructure1 Get Return Me.prtryField End Get Set Me.prtryField = value End Set End Property End Class ''' _ Partial Public Class BankTransactionCodeStructure5 Private cdField As String Private fmlyField As BankTransactionCodeStructure6 ''' Public Property Cd() As String Get Return Me.cdField End Get Set Me.cdField = value End Set End Property ''' Public Property Fmly() As BankTransactionCodeStructure6 Get Return Me.fmlyField End Get Set Me.fmlyField = value End Set End Property End Class ''' _ Partial Public Class BankTransactionCodeStructure6 Private cdField As String Private subFmlyCdField As String ''' Public Property Cd() As String Get Return Me.cdField End Get Set Me.cdField = value End Set End Property ''' Public Property SubFmlyCd() As String Get Return Me.subFmlyCdField End Get Set Me.subFmlyCdField = value End Set End Property End Class ''' _ Partial Public Class ProprietaryBankTransactionCodeStructure1 Private cdField As String Private issrField As String ''' Public Property Cd() As String Get Return Me.cdField End Get Set Me.cdField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class TaxRecordDetails1 Private prdField As TaxPeriod1 Private amtField As ActiveOrHistoricCurrencyAndAmount ''' Public Property Prd() As TaxPeriod1 Get Return Me.prdField End Get Set Me.prdField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property End Class ''' _ Partial Public Class TaxPeriod1 Private yrField As Date Private yrFieldSpecified As Boolean Private tpField As TaxRecordPeriod1Code Private tpFieldSpecified As Boolean Private frToDtField As DatePeriodDetails ''' _ Public Property Yr() As Date Get Return Me.yrField End Get Set Me.yrField = value End Set End Property ''' _ Public Property YrSpecified() As Boolean Get Return Me.yrFieldSpecified End Get Set Me.yrFieldSpecified = value End Set End Property ''' Public Property Tp() As TaxRecordPeriod1Code Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' _ Public Property TpSpecified() As Boolean Get Return Me.tpFieldSpecified End Get Set Me.tpFieldSpecified = value End Set End Property ''' Public Property FrToDt() As DatePeriodDetails Get Return Me.frToDtField End Get Set Me.frToDtField = value End Set End Property End Class ''' _ Public Enum TaxRecordPeriod1Code ''' MM01 ''' MM02 ''' MM03 ''' MM04 ''' MM05 ''' MM06 ''' MM07 ''' MM08 ''' MM09 ''' MM10 ''' MM11 ''' MM12 ''' QTR1 ''' QTR2 ''' QTR3 ''' QTR4 ''' HLF1 ''' HLF2 End Enum ''' _ Partial Public Class ActiveOrHistoricCurrencyAndAmount Private ccyField As String Private valueField As Decimal ''' _ Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property ''' _ Public Property Value() As Decimal Get Return Me.valueField End Get Set Me.valueField = value End Set End Property End Class ''' _ Partial Public Class TaxAmount1 Private rateField As Decimal Private rateFieldSpecified As Boolean Private taxblBaseAmtField As ActiveOrHistoricCurrencyAndAmount Private ttlAmtField As ActiveOrHistoricCurrencyAndAmount Private dtlsField() As TaxRecordDetails1 ''' Public Property Rate() As Decimal Get Return Me.rateField End Get Set Me.rateField = value End Set End Property ''' _ Public Property RateSpecified() As Boolean Get Return Me.rateFieldSpecified End Get Set Me.rateFieldSpecified = value End Set End Property ''' Public Property TaxblBaseAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.taxblBaseAmtField End Get Set Me.taxblBaseAmtField = value End Set End Property ''' Public Property TtlAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlAmtField End Get Set Me.ttlAmtField = value End Set End Property ''' _ Public Property Dtls() As TaxRecordDetails1() Get Return Me.dtlsField End Get Set Me.dtlsField = value End Set End Property End Class ''' _ Partial Public Class TaxRecord1 Private tpField As String Private ctgyField As String Private ctgyDtlsField As String Private dbtrStsField As String Private certIdField As String Private frmsCdField As String Private prdField As TaxPeriod1 Private taxAmtField As TaxAmount1 Private addtlInfField As String ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Ctgy() As String Get Return Me.ctgyField End Get Set Me.ctgyField = value End Set End Property ''' Public Property CtgyDtls() As String Get Return Me.ctgyDtlsField End Get Set Me.ctgyDtlsField = value End Set End Property ''' Public Property DbtrSts() As String Get Return Me.dbtrStsField End Get Set Me.dbtrStsField = value End Set End Property ''' Public Property CertId() As String Get Return Me.certIdField End Get Set Me.certIdField = value End Set End Property ''' Public Property FrmsCd() As String Get Return Me.frmsCdField End Get Set Me.frmsCdField = value End Set End Property ''' Public Property Prd() As TaxPeriod1 Get Return Me.prdField End Get Set Me.prdField = value End Set End Property ''' Public Property TaxAmt() As TaxAmount1 Get Return Me.taxAmtField End Get Set Me.taxAmtField = value End Set End Property ''' Public Property AddtlInf() As String Get Return Me.addtlInfField End Get Set Me.addtlInfField = value End Set End Property End Class ''' _ Partial Public Class TaxAuthorisation1 Private titlField As String Private nmField As String ''' Public Property Titl() As String Get Return Me.titlField End Get Set Me.titlField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property End Class ''' _ Partial Public Class TaxParty2 Private taxIdField As String Private regnIdField As String Private taxTpField As String Private authstnField As TaxAuthorisation1 ''' Public Property TaxId() As String Get Return Me.taxIdField End Get Set Me.taxIdField = value End Set End Property ''' Public Property RegnId() As String Get Return Me.regnIdField End Get Set Me.regnIdField = value End Set End Property ''' Public Property TaxTp() As String Get Return Me.taxTpField End Get Set Me.taxTpField = value End Set End Property ''' Public Property Authstn() As TaxAuthorisation1 Get Return Me.authstnField End Get Set Me.authstnField = value End Set End Property End Class ''' _ Partial Public Class TaxParty1 Private taxIdField As String Private regnIdField As String Private taxTpField As String ''' Public Property TaxId() As String Get Return Me.taxIdField End Get Set Me.taxIdField = value End Set End Property ''' Public Property RegnId() As String Get Return Me.regnIdField End Get Set Me.regnIdField = value End Set End Property ''' Public Property TaxTp() As String Get Return Me.taxTpField End Get Set Me.taxTpField = value End Set End Property End Class ''' _ Partial Public Class TaxInformation3 Private cdtrField As TaxParty1 Private dbtrField As TaxParty2 Private admstnZnField As String Private refNbField As String Private mtdField As String Private ttlTaxblBaseAmtField As ActiveOrHistoricCurrencyAndAmount Private ttlTaxAmtField As ActiveOrHistoricCurrencyAndAmount Private dtField As Date Private dtFieldSpecified As Boolean Private seqNbField As Decimal Private seqNbFieldSpecified As Boolean Private rcrdField() As TaxRecord1 ''' Public Property Cdtr() As TaxParty1 Get Return Me.cdtrField End Get Set Me.cdtrField = value End Set End Property ''' Public Property Dbtr() As TaxParty2 Get Return Me.dbtrField End Get Set Me.dbtrField = value End Set End Property ''' Public Property AdmstnZn() As String Get Return Me.admstnZnField End Get Set Me.admstnZnField = value End Set End Property ''' Public Property RefNb() As String Get Return Me.refNbField End Get Set Me.refNbField = value End Set End Property ''' Public Property Mtd() As String Get Return Me.mtdField End Get Set Me.mtdField = value End Set End Property ''' Public Property TtlTaxblBaseAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlTaxblBaseAmtField End Get Set Me.ttlTaxblBaseAmtField = value End Set End Property ''' Public Property TtlTaxAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlTaxAmtField End Get Set Me.ttlTaxAmtField = value End Set End Property ''' _ Public Property Dt() As Date Get Return Me.dtField End Get Set Me.dtField = value End Set End Property ''' _ Public Property DtSpecified() As Boolean Get Return Me.dtFieldSpecified End Get Set Me.dtFieldSpecified = value End Set End Property ''' Public Property SeqNb() As Decimal Get Return Me.seqNbField End Get Set Me.seqNbField = value End Set End Property ''' _ Public Property SeqNbSpecified() As Boolean Get Return Me.seqNbFieldSpecified End Get Set Me.seqNbFieldSpecified = value End Set End Property ''' _ Public Property Rcrd() As TaxRecord1() Get Return Me.rcrdField End Get Set Me.rcrdField = value End Set End Property End Class ''' _ Partial Public Class IdentificationSource3Choice Private itemField As String Private itemElementNameField As ItemChoiceType14 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType14 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType14 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class OtherIdentification1 Private idField As String Private sfxField As String Private tpField As IdentificationSource3Choice ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Sfx() As String Get Return Me.sfxField End Get Set Me.sfxField = value End Set End Property ''' Public Property Tp() As IdentificationSource3Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property End Class ''' _ Partial Public Class SecurityIdentification14 Private iSINField As String Private othrIdField() As OtherIdentification1 Private descField As String ''' Public Property ISIN() As String Get Return Me.iSINField End Get Set Me.iSINField = value End Set End Property ''' _ Public Property OthrId() As OtherIdentification1() Get Return Me.othrIdField End Get Set Me.othrIdField = value End Set End Property ''' Public Property Desc() As String Get Return Me.descField End Get Set Me.descField = value End Set End Property End Class ''' _ Partial Public Class ProprietaryQuantity1 Private tpField As String Private qtyField As String ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Qty() As String Get Return Me.qtyField End Get Set Me.qtyField = value End Set End Property End Class ''' _ Partial Public Class OriginalAndCurrentQuantities1 Private faceAmtField As Decimal Private amtsdValField As Decimal ''' Public Property FaceAmt() As Decimal Get Return Me.faceAmtField End Get Set Me.faceAmtField = value End Set End Property ''' Public Property AmtsdVal() As Decimal Get Return Me.amtsdValField End Get Set Me.amtsdValField = value End Set End Property End Class ''' _ Partial Public Class FinancialInstrumentQuantityChoice Private itemField As Decimal Private itemElementNameField As ItemChoiceType13 ''' _ Public Property Item() As Decimal Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType13 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType13 ''' AmtsdVal ''' FaceAmt ''' Unit End Enum ''' _ Partial Public Class TransactionQuantities2Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class ProprietaryPrice2 Private tpField As String Private pricField As ActiveOrHistoricCurrencyAndAmount ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Pric() As ActiveOrHistoricCurrencyAndAmount Get Return Me.pricField End Get Set Me.pricField = value End Set End Property End Class ''' _ Partial Public Class ActiveOrHistoricCurrencyAnd13DecimalAmount Private ccyField As String Private valueField As Decimal ''' _ Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property ''' _ Public Property Value() As Decimal Get Return Me.valueField End Get Set Me.valueField = value End Set End Property End Class ''' _ Partial Public Class PriceRateOrAmountChoice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class YieldedOrValueType1Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Public Enum PriceValueType1Code ''' DISC ''' PREM ''' PARV End Enum ''' _ Partial Public Class Price2 Private tpField As YieldedOrValueType1Choice Private valField As PriceRateOrAmountChoice ''' Public Property Tp() As YieldedOrValueType1Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Val() As PriceRateOrAmountChoice Get Return Me.valField End Get Set Me.valField = value End Set End Property End Class ''' _ Partial Public Class TransactionPrice3Choice Private itemsField() As Object ''' _ Public Property Items() As Object() Get Return Me.itemsField End Get Set Me.itemsField = value End Set End Property End Class ''' _ Partial Public Class ProprietaryDate2 Private tpField As String Private dtField As DateAndDateTimeChoice ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Dt() As DateAndDateTimeChoice Get Return Me.dtField End Get Set Me.dtField = value End Set End Property End Class ''' _ Partial Public Class DateAndDateTimeChoice Private itemField As Date Private itemElementNameField As ItemChoiceType8 ''' _ Public Property Item() As Date Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType8 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType8 ''' Dt ''' DtTm End Enum ''' _ Partial Public Class TransactionDates2 Private accptncDtTmField As Date Private accptncDtTmFieldSpecified As Boolean Private tradActvtyCtrctlSttlmDtField As Date Private tradActvtyCtrctlSttlmDtFieldSpecified As Boolean Private tradDtField As Date Private tradDtFieldSpecified As Boolean Private intrBkSttlmDtField As Date Private intrBkSttlmDtFieldSpecified As Boolean Private startDtField As Date Private startDtFieldSpecified As Boolean Private endDtField As Date Private endDtFieldSpecified As Boolean Private txDtTmField As Date Private txDtTmFieldSpecified As Boolean Private prtryField() As ProprietaryDate2 ''' Public Property AccptncDtTm() As Date Get Return Me.accptncDtTmField End Get Set Me.accptncDtTmField = value End Set End Property ''' _ Public Property AccptncDtTmSpecified() As Boolean Get Return Me.accptncDtTmFieldSpecified End Get Set Me.accptncDtTmFieldSpecified = value End Set End Property ''' _ Public Property TradActvtyCtrctlSttlmDt() As Date Get Return Me.tradActvtyCtrctlSttlmDtField End Get Set Me.tradActvtyCtrctlSttlmDtField = value End Set End Property ''' _ Public Property TradActvtyCtrctlSttlmDtSpecified() As Boolean Get Return Me.tradActvtyCtrctlSttlmDtFieldSpecified End Get Set Me.tradActvtyCtrctlSttlmDtFieldSpecified = value End Set End Property ''' _ Public Property TradDt() As Date Get Return Me.tradDtField End Get Set Me.tradDtField = value End Set End Property ''' _ Public Property TradDtSpecified() As Boolean Get Return Me.tradDtFieldSpecified End Get Set Me.tradDtFieldSpecified = value End Set End Property ''' _ Public Property IntrBkSttlmDt() As Date Get Return Me.intrBkSttlmDtField End Get Set Me.intrBkSttlmDtField = value End Set End Property ''' _ Public Property IntrBkSttlmDtSpecified() As Boolean Get Return Me.intrBkSttlmDtFieldSpecified End Get Set Me.intrBkSttlmDtFieldSpecified = value End Set End Property ''' _ Public Property StartDt() As Date Get Return Me.startDtField End Get Set Me.startDtField = value End Set End Property ''' _ Public Property StartDtSpecified() As Boolean Get Return Me.startDtFieldSpecified End Get Set Me.startDtFieldSpecified = value End Set End Property ''' _ Public Property EndDt() As Date Get Return Me.endDtField End Get Set Me.endDtField = value End Set End Property ''' _ Public Property EndDtSpecified() As Boolean Get Return Me.endDtFieldSpecified End Get Set Me.endDtFieldSpecified = value End Set End Property ''' Public Property TxDtTm() As Date Get Return Me.txDtTmField End Get Set Me.txDtTmField = value End Set End Property ''' _ Public Property TxDtTmSpecified() As Boolean Get Return Me.txDtTmFieldSpecified End Get Set Me.txDtTmFieldSpecified = value End Set End Property ''' _ Public Property Prtry() As ProprietaryDate2() Get Return Me.prtryField End Get Set Me.prtryField = value End Set End Property End Class ''' _ Partial Public Class CreditorReferenceType1Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Public Enum DocumentType3Code ''' RADM ''' RPIN ''' FXDR ''' DISP ''' PUOR ''' SCOR End Enum ''' _ Partial Public Class CreditorReferenceType2 Private cdOrPrtryField As CreditorReferenceType1Choice Private issrField As String ''' Public Property CdOrPrtry() As CreditorReferenceType1Choice Get Return Me.cdOrPrtryField End Get Set Me.cdOrPrtryField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class CreditorReferenceInformation2 Private tpField As CreditorReferenceType2 Private refField As String ''' Public Property Tp() As CreditorReferenceType2 Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Ref() As String Get Return Me.refField End Get Set Me.refField = value End Set End Property End Class ''' _ Partial Public Class DocumentAdjustment1 Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private cdtDbtIndFieldSpecified As Boolean Private rsnField As String Private addtlInfField As String ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' _ Public Property CdtDbtIndSpecified() As Boolean Get Return Me.cdtDbtIndFieldSpecified End Get Set Me.cdtDbtIndFieldSpecified = value End Set End Property ''' Public Property Rsn() As String Get Return Me.rsnField End Get Set Me.rsnField = value End Set End Property ''' Public Property AddtlInf() As String Get Return Me.addtlInfField End Get Set Me.addtlInfField = value End Set End Property End Class ''' _ Public Enum CreditDebitCode ''' CRDT ''' DBIT End Enum ''' _ Partial Public Class TaxAmountType1Choice Private itemField As String Private itemElementNameField As ItemChoiceType12 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType12 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType12 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class TaxAmountAndType1 Private tpField As TaxAmountType1Choice Private amtField As ActiveOrHistoricCurrencyAndAmount ''' Public Property Tp() As TaxAmountType1Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property End Class ''' _ Partial Public Class DiscountAmountType1Choice Private itemField As String Private itemElementNameField As ItemChoiceType11 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType11 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType11 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class DiscountAmountAndType1 Private tpField As DiscountAmountType1Choice Private amtField As ActiveOrHistoricCurrencyAndAmount ''' Public Property Tp() As DiscountAmountType1Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property End Class ''' _ Partial Public Class RemittanceAmount2 Private duePyblAmtField As ActiveOrHistoricCurrencyAndAmount Private dscntApldAmtField() As DiscountAmountAndType1 Private cdtNoteAmtField As ActiveOrHistoricCurrencyAndAmount Private taxAmtField() As TaxAmountAndType1 Private adjstmntAmtAndRsnField() As DocumentAdjustment1 Private rmtdAmtField As ActiveOrHistoricCurrencyAndAmount ''' Public Property DuePyblAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.duePyblAmtField End Get Set Me.duePyblAmtField = value End Set End Property ''' _ Public Property DscntApldAmt() As DiscountAmountAndType1() Get Return Me.dscntApldAmtField End Get Set Me.dscntApldAmtField = value End Set End Property ''' Public Property CdtNoteAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.cdtNoteAmtField End Get Set Me.cdtNoteAmtField = value End Set End Property ''' _ Public Property TaxAmt() As TaxAmountAndType1() Get Return Me.taxAmtField End Get Set Me.taxAmtField = value End Set End Property ''' _ Public Property AdjstmntAmtAndRsn() As DocumentAdjustment1() Get Return Me.adjstmntAmtAndRsnField End Get Set Me.adjstmntAmtAndRsnField = value End Set End Property ''' Public Property RmtdAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.rmtdAmtField End Get Set Me.rmtdAmtField = value End Set End Property End Class ''' _ Partial Public Class ReferredDocumentType1Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Public Enum DocumentType5Code ''' MSIN ''' CNFA ''' DNFA ''' CINV ''' CREN ''' DEBN ''' HIRI ''' SBIN ''' CMCN ''' SOAC ''' DISP ''' BOLD ''' VCHR ''' AROI ''' TSUT End Enum ''' _ Partial Public Class ReferredDocumentType2 Private cdOrPrtryField As ReferredDocumentType1Choice Private issrField As String ''' Public Property CdOrPrtry() As ReferredDocumentType1Choice Get Return Me.cdOrPrtryField End Get Set Me.cdOrPrtryField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class ReferredDocumentInformation3 Private tpField As ReferredDocumentType2 Private nbField As String Private rltdDtField As Date Private rltdDtFieldSpecified As Boolean ''' Public Property Tp() As ReferredDocumentType2 Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Nb() As String Get Return Me.nbField End Get Set Me.nbField = value End Set End Property ''' _ Public Property RltdDt() As Date Get Return Me.rltdDtField End Get Set Me.rltdDtField = value End Set End Property ''' _ Public Property RltdDtSpecified() As Boolean Get Return Me.rltdDtFieldSpecified End Get Set Me.rltdDtFieldSpecified = value End Set End Property End Class ''' _ Partial Public Class StructuredRemittanceInformation9 Private rfrdDocInfField() As ReferredDocumentInformation3 Private rfrdDocAmtField As RemittanceAmount2 Private cdtrRefInfField As CreditorReferenceInformation2 Private invcrField As PartyIdentification43 Private invceeField As PartyIdentification43 Private addtlRmtInfField() As String ''' _ Public Property RfrdDocInf() As ReferredDocumentInformation3() Get Return Me.rfrdDocInfField End Get Set Me.rfrdDocInfField = value End Set End Property ''' Public Property RfrdDocAmt() As RemittanceAmount2 Get Return Me.rfrdDocAmtField End Get Set Me.rfrdDocAmtField = value End Set End Property ''' Public Property CdtrRefInf() As CreditorReferenceInformation2 Get Return Me.cdtrRefInfField End Get Set Me.cdtrRefInfField = value End Set End Property ''' Public Property Invcr() As PartyIdentification43 Get Return Me.invcrField End Get Set Me.invcrField = value End Set End Property ''' Public Property Invcee() As PartyIdentification43 Get Return Me.invceeField End Get Set Me.invceeField = value End Set End Property ''' _ Public Property AddtlRmtInf() As String() Get Return Me.addtlRmtInfField End Get Set Me.addtlRmtInfField = value End Set End Property End Class ''' _ Partial Public Class RemittanceInformation7 Private ustrdField() As String Private strdField() As StructuredRemittanceInformation9 ''' _ Public Property Ustrd() As String() Get Return Me.ustrdField End Get Set Me.ustrdField = value End Set End Property ''' _ Public Property Strd() As StructuredRemittanceInformation9() Get Return Me.strdField End Get Set Me.strdField = value End Set End Property End Class ''' _ Partial Public Class NameAndAddress10 Private nmField As String Private adrField As PostalAddress6 ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property Adr() As PostalAddress6 Get Return Me.adrField End Get Set Me.adrField = value End Set End Property End Class ''' _ Partial Public Class RemittanceLocation2 Private rmtIdField As String Private rmtLctnMtdField As RemittanceLocationMethod2Code Private rmtLctnMtdFieldSpecified As Boolean Private rmtLctnElctrncAdrField As String Private rmtLctnPstlAdrField As NameAndAddress10 ''' Public Property RmtId() As String Get Return Me.rmtIdField End Get Set Me.rmtIdField = value End Set End Property ''' Public Property RmtLctnMtd() As RemittanceLocationMethod2Code Get Return Me.rmtLctnMtdField End Get Set Me.rmtLctnMtdField = value End Set End Property ''' _ Public Property RmtLctnMtdSpecified() As Boolean Get Return Me.rmtLctnMtdFieldSpecified End Get Set Me.rmtLctnMtdFieldSpecified = value End Set End Property ''' Public Property RmtLctnElctrncAdr() As String Get Return Me.rmtLctnElctrncAdrField End Get Set Me.rmtLctnElctrncAdrField = value End Set End Property ''' Public Property RmtLctnPstlAdr() As NameAndAddress10 Get Return Me.rmtLctnPstlAdrField End Get Set Me.rmtLctnPstlAdrField = value End Set End Property End Class ''' _ Public Enum RemittanceLocationMethod2Code ''' FAXI ''' EDIC ''' URID ''' EMAL ''' POST ''' SMSM End Enum ''' _ Partial Public Class Purpose2Choice Private itemField As String Private itemElementNameField As ItemChoiceType10 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType10 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType10 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class ProprietaryAgent3 Private tpField As String Private agtField As BranchAndFinancialInstitutionIdentification5 ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Agt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.agtField End Get Set Me.agtField = value End Set End Property End Class ''' _ Partial Public Class BranchAndFinancialInstitutionIdentification5 Private finInstnIdField As FinancialInstitutionIdentification8 Private brnchIdField As BranchData2 ''' Public Property FinInstnId() As FinancialInstitutionIdentification8 Get Return Me.finInstnIdField End Get Set Me.finInstnIdField = value End Set End Property ''' Public Property BrnchId() As BranchData2 Get Return Me.brnchIdField End Get Set Me.brnchIdField = value End Set End Property End Class ''' _ Partial Public Class FinancialInstitutionIdentification8 Private bICFIField As String Private clrSysMmbIdField As ClearingSystemMemberIdentification2 Private nmField As String Private pstlAdrField As PostalAddress6 Private othrField As GenericFinancialIdentification1 ''' Public Property BICFI() As String Get Return Me.bICFIField End Get Set Me.bICFIField = value End Set End Property ''' Public Property ClrSysMmbId() As ClearingSystemMemberIdentification2 Get Return Me.clrSysMmbIdField End Get Set Me.clrSysMmbIdField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property PstlAdr() As PostalAddress6 Get Return Me.pstlAdrField End Get Set Me.pstlAdrField = value End Set End Property ''' Public Property Othr() As GenericFinancialIdentification1 Get Return Me.othrField End Get Set Me.othrField = value End Set End Property End Class ''' _ Partial Public Class ClearingSystemMemberIdentification2 Private clrSysIdField As ClearingSystemIdentification2Choice Private mmbIdField As String ''' Public Property ClrSysId() As ClearingSystemIdentification2Choice Get Return Me.clrSysIdField End Get Set Me.clrSysIdField = value End Set End Property ''' Public Property MmbId() As String Get Return Me.mmbIdField End Get Set Me.mmbIdField = value End Set End Property End Class ''' _ Partial Public Class ClearingSystemIdentification2Choice Private itemField As String Private itemElementNameField As ItemChoiceType5 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType5 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType5 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class GenericFinancialIdentification1 Private idField As String Private schmeNmField As FinancialIdentificationSchemeName1Choice Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SchmeNm() As FinancialIdentificationSchemeName1Choice Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class FinancialIdentificationSchemeName1Choice Private itemField As String Private itemElementNameField As ItemChoiceType6 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType6 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType6 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class BranchData2 Private idField As String Private nmField As String Private pstlAdrField As PostalAddress6 ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property PstlAdr() As PostalAddress6 Get Return Me.pstlAdrField End Get Set Me.pstlAdrField = value End Set End Property End Class ''' _ Partial Public Class TransactionAgents3 Private dbtrAgtField As BranchAndFinancialInstitutionIdentification5 Private cdtrAgtField As BranchAndFinancialInstitutionIdentification5 Private intrmyAgt1Field As BranchAndFinancialInstitutionIdentification5 Private intrmyAgt2Field As BranchAndFinancialInstitutionIdentification5 Private intrmyAgt3Field As BranchAndFinancialInstitutionIdentification5 Private rcvgAgtField As BranchAndFinancialInstitutionIdentification5 Private dlvrgAgtField As BranchAndFinancialInstitutionIdentification5 Private issgAgtField As BranchAndFinancialInstitutionIdentification5 Private sttlmPlcField As BranchAndFinancialInstitutionIdentification5 Private prtryField() As ProprietaryAgent3 ''' Public Property DbtrAgt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.dbtrAgtField End Get Set Me.dbtrAgtField = value End Set End Property ''' Public Property CdtrAgt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.cdtrAgtField End Get Set Me.cdtrAgtField = value End Set End Property ''' Public Property IntrmyAgt1() As BranchAndFinancialInstitutionIdentification5 Get Return Me.intrmyAgt1Field End Get Set Me.intrmyAgt1Field = value End Set End Property ''' Public Property IntrmyAgt2() As BranchAndFinancialInstitutionIdentification5 Get Return Me.intrmyAgt2Field End Get Set Me.intrmyAgt2Field = value End Set End Property ''' Public Property IntrmyAgt3() As BranchAndFinancialInstitutionIdentification5 Get Return Me.intrmyAgt3Field End Get Set Me.intrmyAgt3Field = value End Set End Property ''' Public Property RcvgAgt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.rcvgAgtField End Get Set Me.rcvgAgtField = value End Set End Property ''' Public Property DlvrgAgt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.dlvrgAgtField End Get Set Me.dlvrgAgtField = value End Set End Property ''' Public Property IssgAgt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.issgAgtField End Get Set Me.issgAgtField = value End Set End Property ''' Public Property SttlmPlc() As BranchAndFinancialInstitutionIdentification5 Get Return Me.sttlmPlcField End Get Set Me.sttlmPlcField = value End Set End Property ''' _ Public Property Prtry() As ProprietaryAgent3() Get Return Me.prtryField End Get Set Me.prtryField = value End Set End Property End Class ''' _ Partial Public Class ProprietaryParty3 Private tpField As String Private ptyField As PartyIdentification43 ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Pty() As PartyIdentification43 Get Return Me.ptyField End Get Set Me.ptyField = value End Set End Property End Class ''' _ Partial Public Class TransactionParties3 Private initgPtyField As PartyIdentification43 Private dbtrField As PartyIdentification43 Private dbtrAcctField As CashAccount24 Private ultmtDbtrField As PartyIdentification43 Private cdtrField As PartyIdentification43 Private cdtrAcctField As CashAccount24 Private ultmtCdtrField As PartyIdentification43 Private tradgPtyField As PartyIdentification43 Private prtryField() As ProprietaryParty3 ''' Public Property InitgPty() As PartyIdentification43 Get Return Me.initgPtyField End Get Set Me.initgPtyField = value End Set End Property ''' Public Property Dbtr() As PartyIdentification43 Get Return Me.dbtrField End Get Set Me.dbtrField = value End Set End Property ''' Public Property DbtrAcct() As CashAccount24 Get Return Me.dbtrAcctField End Get Set Me.dbtrAcctField = value End Set End Property ''' Public Property UltmtDbtr() As PartyIdentification43 Get Return Me.ultmtDbtrField End Get Set Me.ultmtDbtrField = value End Set End Property ''' Public Property Cdtr() As PartyIdentification43 Get Return Me.cdtrField End Get Set Me.cdtrField = value End Set End Property ''' Public Property CdtrAcct() As CashAccount24 Get Return Me.cdtrAcctField End Get Set Me.cdtrAcctField = value End Set End Property ''' Public Property UltmtCdtr() As PartyIdentification43 Get Return Me.ultmtCdtrField End Get Set Me.ultmtCdtrField = value End Set End Property ''' Public Property TradgPty() As PartyIdentification43 Get Return Me.tradgPtyField End Get Set Me.tradgPtyField = value End Set End Property ''' _ Public Property Prtry() As ProprietaryParty3() Get Return Me.prtryField End Get Set Me.prtryField = value End Set End Property End Class ''' _ Partial Public Class CashAccount24 Private idField As AccountIdentification4Choice Private tpField As CashAccountType2Choice Private ccyField As String Private nmField As String ''' Public Property Id() As AccountIdentification4Choice Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Tp() As CashAccountType2Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property End Class ''' _ Partial Public Class AccountIdentification4Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class GenericAccountIdentification1 Private idField As String Private schmeNmField As AccountSchemeName1Choice Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SchmeNm() As AccountSchemeName1Choice Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class AccountSchemeName1Choice Private itemField As String Private itemElementNameField As ItemChoiceType3 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType3 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType3 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class CashAccountType2Choice Private itemField As String Private itemElementNameField As ItemChoiceType4 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType4 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType4 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class ProprietaryReference1 Private tpField As String Private refField As String ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Ref() As String Get Return Me.refField End Get Set Me.refField = value End Set End Property End Class ''' _ Partial Public Class TransactionReferences3 Private msgIdField As String Private acctSvcrRefField As String Private pmtInfIdField As String Private instrIdField As String Private endToEndIdField As String Private txIdField As String Private mndtIdField As String Private chqNbField As String Private clrSysRefField As String Private acctOwnrTxIdField As String Private acctSvcrTxIdField As String Private mktInfrstrctrTxIdField As String Private prcgIdField As String Private prtryField() As ProprietaryReference1 ''' Public Property MsgId() As String Get Return Me.msgIdField End Get Set Me.msgIdField = value End Set End Property ''' Public Property AcctSvcrRef() As String Get Return Me.acctSvcrRefField End Get Set Me.acctSvcrRefField = value End Set End Property ''' Public Property PmtInfId() As String Get Return Me.pmtInfIdField End Get Set Me.pmtInfIdField = value End Set End Property ''' Public Property InstrId() As String Get Return Me.instrIdField End Get Set Me.instrIdField = value End Set End Property ''' Public Property EndToEndId() As String Get Return Me.endToEndIdField End Get Set Me.endToEndIdField = value End Set End Property ''' Public Property TxId() As String Get Return Me.txIdField End Get Set Me.txIdField = value End Set End Property ''' Public Property MndtId() As String Get Return Me.mndtIdField End Get Set Me.mndtIdField = value End Set End Property ''' Public Property ChqNb() As String Get Return Me.chqNbField End Get Set Me.chqNbField = value End Set End Property ''' Public Property ClrSysRef() As String Get Return Me.clrSysRefField End Get Set Me.clrSysRefField = value End Set End Property ''' Public Property AcctOwnrTxId() As String Get Return Me.acctOwnrTxIdField End Get Set Me.acctOwnrTxIdField = value End Set End Property ''' Public Property AcctSvcrTxId() As String Get Return Me.acctSvcrTxIdField End Get Set Me.acctSvcrTxIdField = value End Set End Property ''' Public Property MktInfrstrctrTxId() As String Get Return Me.mktInfrstrctrTxIdField End Get Set Me.mktInfrstrctrTxIdField = value End Set End Property ''' Public Property PrcgId() As String Get Return Me.prcgIdField End Get Set Me.prcgIdField = value End Set End Property ''' _ Public Property Prtry() As ProprietaryReference1() Get Return Me.prtryField End Get Set Me.prtryField = value End Set End Property End Class ''' _ Partial Public Class EntryTransaction4 Private refsField As TransactionReferences3 Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private amtDtlsField As AmountAndCurrencyExchange3 Private avlbtyField() As CashBalanceAvailability2 Private bkTxCdField As BankTransactionCodeStructure4 Private chrgsField As Charges4 Private intrstField As TransactionInterest3 Private rltdPtiesField As TransactionParties3 Private rltdAgtsField As TransactionAgents3 Private purpField As Purpose2Choice Private rltdRmtInfField() As RemittanceLocation2 Private rmtInfField As RemittanceInformation7 Private rltdDtsField As TransactionDates2 Private rltdPricField As TransactionPrice3Choice Private rltdQtiesField() As TransactionQuantities2Choice Private finInstrmIdField As SecurityIdentification14 Private taxField As TaxInformation3 Private rtrInfField As PaymentReturnReason2 Private corpActnField As CorporateAction9 Private sfkpgAcctField As SecuritiesAccount13 Private cshDpstField() As CashDeposit1 Private cardTxField As CardTransaction1 Private addtlTxInfField As String Private splmtryDataField() As SupplementaryData1 ''' Public Property Refs() As TransactionReferences3 Get Return Me.refsField End Get Set Me.refsField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' Public Property AmtDtls() As AmountAndCurrencyExchange3 Get Return Me.amtDtlsField End Get Set Me.amtDtlsField = value End Set End Property ''' _ Public Property Avlbty() As CashBalanceAvailability2() Get Return Me.avlbtyField End Get Set Me.avlbtyField = value End Set End Property ''' Public Property BkTxCd() As BankTransactionCodeStructure4 Get Return Me.bkTxCdField End Get Set Me.bkTxCdField = value End Set End Property ''' Public Property Chrgs() As Charges4 Get Return Me.chrgsField End Get Set Me.chrgsField = value End Set End Property ''' Public Property Intrst() As TransactionInterest3 Get Return Me.intrstField End Get Set Me.intrstField = value End Set End Property ''' Public Property RltdPties() As TransactionParties3 Get Return Me.rltdPtiesField End Get Set Me.rltdPtiesField = value End Set End Property ''' Public Property RltdAgts() As TransactionAgents3 Get Return Me.rltdAgtsField End Get Set Me.rltdAgtsField = value End Set End Property ''' Public Property Purp() As Purpose2Choice Get Return Me.purpField End Get Set Me.purpField = value End Set End Property ''' _ Public Property RltdRmtInf() As RemittanceLocation2() Get Return Me.rltdRmtInfField End Get Set Me.rltdRmtInfField = value End Set End Property ''' Public Property RmtInf() As RemittanceInformation7 Get Return Me.rmtInfField End Get Set Me.rmtInfField = value End Set End Property ''' Public Property RltdDts() As TransactionDates2 Get Return Me.rltdDtsField End Get Set Me.rltdDtsField = value End Set End Property ''' Public Property RltdPric() As TransactionPrice3Choice Get Return Me.rltdPricField End Get Set Me.rltdPricField = value End Set End Property ''' _ Public Property RltdQties() As TransactionQuantities2Choice() Get Return Me.rltdQtiesField End Get Set Me.rltdQtiesField = value End Set End Property ''' Public Property FinInstrmId() As SecurityIdentification14 Get Return Me.finInstrmIdField End Get Set Me.finInstrmIdField = value End Set End Property ''' Public Property Tax() As TaxInformation3 Get Return Me.taxField End Get Set Me.taxField = value End Set End Property ''' Public Property RtrInf() As PaymentReturnReason2 Get Return Me.rtrInfField End Get Set Me.rtrInfField = value End Set End Property ''' Public Property CorpActn() As CorporateAction9 Get Return Me.corpActnField End Get Set Me.corpActnField = value End Set End Property ''' Public Property SfkpgAcct() As SecuritiesAccount13 Get Return Me.sfkpgAcctField End Get Set Me.sfkpgAcctField = value End Set End Property ''' _ Public Property CshDpst() As CashDeposit1() Get Return Me.cshDpstField End Get Set Me.cshDpstField = value End Set End Property ''' Public Property CardTx() As CardTransaction1 Get Return Me.cardTxField End Get Set Me.cardTxField = value End Set End Property ''' Public Property AddtlTxInf() As String Get Return Me.addtlTxInfField End Get Set Me.addtlTxInfField = value End Set End Property ''' _ Public Property SplmtryData() As SupplementaryData1() Get Return Me.splmtryDataField End Get Set Me.splmtryDataField = value End Set End Property End Class ''' _ Partial Public Class AmountAndCurrencyExchange3 Private instdAmtField As AmountAndCurrencyExchangeDetails3 Private txAmtField As AmountAndCurrencyExchangeDetails3 Private cntrValAmtField As AmountAndCurrencyExchangeDetails3 Private anncdPstngAmtField As AmountAndCurrencyExchangeDetails3 Private prtryAmtField() As AmountAndCurrencyExchangeDetails4 ''' Public Property InstdAmt() As AmountAndCurrencyExchangeDetails3 Get Return Me.instdAmtField End Get Set Me.instdAmtField = value End Set End Property ''' Public Property TxAmt() As AmountAndCurrencyExchangeDetails3 Get Return Me.txAmtField End Get Set Me.txAmtField = value End Set End Property ''' Public Property CntrValAmt() As AmountAndCurrencyExchangeDetails3 Get Return Me.cntrValAmtField End Get Set Me.cntrValAmtField = value End Set End Property ''' Public Property AnncdPstngAmt() As AmountAndCurrencyExchangeDetails3 Get Return Me.anncdPstngAmtField End Get Set Me.anncdPstngAmtField = value End Set End Property ''' _ Public Property PrtryAmt() As AmountAndCurrencyExchangeDetails4() Get Return Me.prtryAmtField End Get Set Me.prtryAmtField = value End Set End Property End Class ''' _ Partial Public Class AmountAndCurrencyExchangeDetails3 Private amtField As ActiveOrHistoricCurrencyAndAmount Private ccyXchgField As CurrencyExchange5 ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CcyXchg() As CurrencyExchange5 Get Return Me.ccyXchgField End Get Set Me.ccyXchgField = value End Set End Property End Class ''' _ Partial Public Class CurrencyExchange5 Private srcCcyField As String Private trgtCcyField As String Private unitCcyField As String Private xchgRateField As Decimal Private ctrctIdField As String Private qtnDtField As Date Private qtnDtFieldSpecified As Boolean ''' Public Property SrcCcy() As String Get Return Me.srcCcyField End Get Set Me.srcCcyField = value End Set End Property ''' Public Property TrgtCcy() As String Get Return Me.trgtCcyField End Get Set Me.trgtCcyField = value End Set End Property ''' Public Property UnitCcy() As String Get Return Me.unitCcyField End Get Set Me.unitCcyField = value End Set End Property ''' Public Property XchgRate() As Decimal Get Return Me.xchgRateField End Get Set Me.xchgRateField = value End Set End Property ''' Public Property CtrctId() As String Get Return Me.ctrctIdField End Get Set Me.ctrctIdField = value End Set End Property ''' Public Property QtnDt() As Date Get Return Me.qtnDtField End Get Set Me.qtnDtField = value End Set End Property ''' _ Public Property QtnDtSpecified() As Boolean Get Return Me.qtnDtFieldSpecified End Get Set Me.qtnDtFieldSpecified = value End Set End Property End Class ''' _ Partial Public Class AmountAndCurrencyExchangeDetails4 Private tpField As String Private amtField As ActiveOrHistoricCurrencyAndAmount Private ccyXchgField As CurrencyExchange5 ''' Public Property Tp() As String Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CcyXchg() As CurrencyExchange5 Get Return Me.ccyXchgField End Get Set Me.ccyXchgField = value End Set End Property End Class ''' _ Partial Public Class CashBalanceAvailability2 Private dtField As CashBalanceAvailabilityDate1 Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode ''' Public Property Dt() As CashBalanceAvailabilityDate1 Get Return Me.dtField End Get Set Me.dtField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property End Class ''' _ Partial Public Class CashBalanceAvailabilityDate1 Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class Charges4 Private ttlChrgsAndTaxAmtField As ActiveOrHistoricCurrencyAndAmount Private rcrdField() As ChargesRecord2 ''' Public Property TtlChrgsAndTaxAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlChrgsAndTaxAmtField End Get Set Me.ttlChrgsAndTaxAmtField = value End Set End Property ''' _ Public Property Rcrd() As ChargesRecord2() Get Return Me.rcrdField End Get Set Me.rcrdField = value End Set End Property End Class ''' _ Partial Public Class ChargesRecord2 Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private cdtDbtIndFieldSpecified As Boolean Private chrgInclIndField As Boolean Private chrgInclIndFieldSpecified As Boolean Private tpField As ChargeType3Choice Private rateField As Decimal Private rateFieldSpecified As Boolean Private brField As ChargeBearerType1Code Private brFieldSpecified As Boolean Private agtField As BranchAndFinancialInstitutionIdentification5 Private taxField As TaxCharges2 ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' _ Public Property CdtDbtIndSpecified() As Boolean Get Return Me.cdtDbtIndFieldSpecified End Get Set Me.cdtDbtIndFieldSpecified = value End Set End Property ''' Public Property ChrgInclInd() As Boolean Get Return Me.chrgInclIndField End Get Set Me.chrgInclIndField = value End Set End Property ''' _ Public Property ChrgInclIndSpecified() As Boolean Get Return Me.chrgInclIndFieldSpecified End Get Set Me.chrgInclIndFieldSpecified = value End Set End Property ''' Public Property Tp() As ChargeType3Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Rate() As Decimal Get Return Me.rateField End Get Set Me.rateField = value End Set End Property ''' _ Public Property RateSpecified() As Boolean Get Return Me.rateFieldSpecified End Get Set Me.rateFieldSpecified = value End Set End Property ''' Public Property Br() As ChargeBearerType1Code Get Return Me.brField End Get Set Me.brField = value End Set End Property ''' _ Public Property BrSpecified() As Boolean Get Return Me.brFieldSpecified End Get Set Me.brFieldSpecified = value End Set End Property ''' Public Property Agt() As BranchAndFinancialInstitutionIdentification5 Get Return Me.agtField End Get Set Me.agtField = value End Set End Property ''' Public Property Tax() As TaxCharges2 Get Return Me.taxField End Get Set Me.taxField = value End Set End Property End Class ''' _ Partial Public Class ChargeType3Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class GenericIdentification3 Private idField As String Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Public Enum ChargeBearerType1Code ''' DEBT ''' CRED ''' SHAR ''' SLEV End Enum ''' _ Partial Public Class TaxCharges2 Private idField As String Private rateField As Decimal Private rateFieldSpecified As Boolean Private amtField As ActiveOrHistoricCurrencyAndAmount ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Rate() As Decimal Get Return Me.rateField End Get Set Me.rateField = value End Set End Property ''' _ Public Property RateSpecified() As Boolean Get Return Me.rateFieldSpecified End Get Set Me.rateFieldSpecified = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property End Class ''' _ Partial Public Class TransactionInterest3 Private ttlIntrstAndTaxAmtField As ActiveOrHistoricCurrencyAndAmount Private rcrdField() As InterestRecord1 ''' Public Property TtlIntrstAndTaxAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlIntrstAndTaxAmtField End Get Set Me.ttlIntrstAndTaxAmtField = value End Set End Property ''' _ Public Property Rcrd() As InterestRecord1() Get Return Me.rcrdField End Get Set Me.rcrdField = value End Set End Property End Class ''' _ Partial Public Class InterestRecord1 Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private tpField As InterestType1Choice Private rateField As Rate3 Private frToDtField As DateTimePeriodDetails Private rsnField As String Private taxField As TaxCharges2 ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' Public Property Tp() As InterestType1Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Rate() As Rate3 Get Return Me.rateField End Get Set Me.rateField = value End Set End Property ''' Public Property FrToDt() As DateTimePeriodDetails Get Return Me.frToDtField End Get Set Me.frToDtField = value End Set End Property ''' Public Property Rsn() As String Get Return Me.rsnField End Get Set Me.rsnField = value End Set End Property ''' Public Property Tax() As TaxCharges2 Get Return Me.taxField End Get Set Me.taxField = value End Set End Property End Class ''' _ Partial Public Class InterestType1Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Public Enum InterestType1Code ''' INDY ''' OVRN End Enum ''' _ Partial Public Class Rate3 Private tpField As RateType4Choice Private vldtyRgField As CurrencyAndAmountRange2 ''' Public Property Tp() As RateType4Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property VldtyRg() As CurrencyAndAmountRange2 Get Return Me.vldtyRgField End Get Set Me.vldtyRgField = value End Set End Property End Class ''' _ Partial Public Class RateType4Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class ''' _ Partial Public Class CurrencyAndAmountRange2 Private amtField As ImpliedCurrencyAmountRangeChoice Private cdtDbtIndField As CreditDebitCode Private cdtDbtIndFieldSpecified As Boolean Private ccyField As String ''' Public Property Amt() As ImpliedCurrencyAmountRangeChoice Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' _ Public Property CdtDbtIndSpecified() As Boolean Get Return Me.cdtDbtIndFieldSpecified End Get Set Me.cdtDbtIndFieldSpecified = value End Set End Property ''' Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property End Class ''' _ Partial Public Class ImpliedCurrencyAmountRangeChoice Private itemField As Object Private itemElementNameField As ItemChoiceType7 ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType7 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Partial Public Class AmountRangeBoundary1 Private bdryAmtField As Decimal Private inclField As Boolean ''' Public Property BdryAmt() As Decimal Get Return Me.bdryAmtField End Get Set Me.bdryAmtField = value End Set End Property ''' Public Property Incl() As Boolean Get Return Me.inclField End Get Set Me.inclField = value End Set End Property End Class ''' _ Partial Public Class FromToAmountRange Private frAmtField As AmountRangeBoundary1 Private toAmtField As AmountRangeBoundary1 ''' Public Property FrAmt() As AmountRangeBoundary1 Get Return Me.frAmtField End Get Set Me.frAmtField = value End Set End Property ''' Public Property ToAmt() As AmountRangeBoundary1 Get Return Me.toAmtField End Get Set Me.toAmtField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType7 ''' EQAmt ''' FrAmt ''' FrToAmt ''' NEQAmt ''' ToAmt End Enum ''' _ Partial Public Class BatchInformation2 Private msgIdField As String Private pmtInfIdField As String Private nbOfTxsField As String Private ttlAmtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private cdtDbtIndFieldSpecified As Boolean ''' Public Property MsgId() As String Get Return Me.msgIdField End Get Set Me.msgIdField = value End Set End Property ''' Public Property PmtInfId() As String Get Return Me.pmtInfIdField End Get Set Me.pmtInfIdField = value End Set End Property ''' Public Property NbOfTxs() As String Get Return Me.nbOfTxsField End Get Set Me.nbOfTxsField = value End Set End Property ''' Public Property TtlAmt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.ttlAmtField End Get Set Me.ttlAmtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' _ Public Property CdtDbtIndSpecified() As Boolean Get Return Me.cdtDbtIndFieldSpecified End Get Set Me.cdtDbtIndFieldSpecified = value End Set End Property End Class ''' _ Partial Public Class EntryDetails3 Private btchField As BatchInformation2 Private txDtlsField() As EntryTransaction4 ''' Public Property Btch() As BatchInformation2 Get Return Me.btchField End Get Set Me.btchField = value End Set End Property ''' _ Public Property TxDtls() As EntryTransaction4() Get Return Me.txDtlsField End Get Set Me.txDtlsField = value End Set End Property End Class ''' _ Partial Public Class CardEntry1 Private cardField As PaymentCard4 Private pOIField As PointOfInteraction1 Private aggtdNtryField As CardAggregated1 ''' Public Property Card() As PaymentCard4 Get Return Me.cardField End Get Set Me.cardField = value End Set End Property ''' Public Property POI() As PointOfInteraction1 Get Return Me.pOIField End Get Set Me.pOIField = value End Set End Property ''' Public Property AggtdNtry() As CardAggregated1 Get Return Me.aggtdNtryField End Get Set Me.aggtdNtryField = value End Set End Property End Class ''' _ Partial Public Class TechnicalInputChannel1Choice Private itemField As String Private itemElementNameField As ItemChoiceType9 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType9 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType9 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class MessageIdentification2 Private msgNmIdField As String Private msgIdField As String ''' Public Property MsgNmId() As String Get Return Me.msgNmIdField End Get Set Me.msgNmIdField = value End Set End Property ''' Public Property MsgId() As String Get Return Me.msgIdField End Get Set Me.msgIdField = value End Set End Property End Class ''' _ Partial Public Class ReportEntry4 Private ntryRefField As String Private amtField As ActiveOrHistoricCurrencyAndAmount Private cdtDbtIndField As CreditDebitCode Private rvslIndField As Boolean Private rvslIndFieldSpecified As Boolean Private stsField As EntryStatus2Code Private bookgDtField As DateAndDateTimeChoice Private valDtField As DateAndDateTimeChoice Private acctSvcrRefField As String Private avlbtyField() As CashBalanceAvailability2 Private bkTxCdField As BankTransactionCodeStructure4 Private comssnWvrIndField As Boolean Private comssnWvrIndFieldSpecified As Boolean Private addtlInfIndField As MessageIdentification2 Private amtDtlsField As AmountAndCurrencyExchange3 Private chrgsField As Charges4 Private techInptChanlField As TechnicalInputChannel1Choice Private intrstField As TransactionInterest3 Private cardTxField As CardEntry1 Private ntryDtlsField() As EntryDetails3 Private addtlNtryInfField As String ''' Public Property NtryRef() As String Get Return Me.ntryRefField End Get Set Me.ntryRefField = value End Set End Property ''' Public Property Amt() As ActiveOrHistoricCurrencyAndAmount Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property ''' Public Property RvslInd() As Boolean Get Return Me.rvslIndField End Get Set Me.rvslIndField = value End Set End Property ''' _ Public Property RvslIndSpecified() As Boolean Get Return Me.rvslIndFieldSpecified End Get Set Me.rvslIndFieldSpecified = value End Set End Property ''' Public Property Sts() As EntryStatus2Code Get Return Me.stsField End Get Set Me.stsField = value End Set End Property ''' Public Property BookgDt() As DateAndDateTimeChoice Get Return Me.bookgDtField End Get Set Me.bookgDtField = value End Set End Property ''' Public Property ValDt() As DateAndDateTimeChoice Get Return Me.valDtField End Get Set Me.valDtField = value End Set End Property ''' Public Property AcctSvcrRef() As String Get Return Me.acctSvcrRefField End Get Set Me.acctSvcrRefField = value End Set End Property ''' _ Public Property Avlbty() As CashBalanceAvailability2() Get Return Me.avlbtyField End Get Set Me.avlbtyField = value End Set End Property ''' Public Property BkTxCd() As BankTransactionCodeStructure4 Get Return Me.bkTxCdField End Get Set Me.bkTxCdField = value End Set End Property ''' Public Property ComssnWvrInd() As Boolean Get Return Me.comssnWvrIndField End Get Set Me.comssnWvrIndField = value End Set End Property ''' _ Public Property ComssnWvrIndSpecified() As Boolean Get Return Me.comssnWvrIndFieldSpecified End Get Set Me.comssnWvrIndFieldSpecified = value End Set End Property ''' Public Property AddtlInfInd() As MessageIdentification2 Get Return Me.addtlInfIndField End Get Set Me.addtlInfIndField = value End Set End Property ''' Public Property AmtDtls() As AmountAndCurrencyExchange3 Get Return Me.amtDtlsField End Get Set Me.amtDtlsField = value End Set End Property ''' Public Property Chrgs() As Charges4 Get Return Me.chrgsField End Get Set Me.chrgsField = value End Set End Property ''' Public Property TechInptChanl() As TechnicalInputChannel1Choice Get Return Me.techInptChanlField End Get Set Me.techInptChanlField = value End Set End Property ''' Public Property Intrst() As TransactionInterest3 Get Return Me.intrstField End Get Set Me.intrstField = value End Set End Property ''' Public Property CardTx() As CardEntry1 Get Return Me.cardTxField End Get Set Me.cardTxField = value End Set End Property ''' _ Public Property NtryDtls() As EntryDetails3() Get Return Me.ntryDtlsField End Get Set Me.ntryDtlsField = value End Set End Property ''' Public Property AddtlNtryInf() As String Get Return Me.addtlNtryInfField End Get Set Me.addtlNtryInfField = value End Set End Property End Class ''' _ Public Enum EntryStatus2Code ''' BOOK ''' PDNG ''' INFO End Enum ''' _ Partial Public Class TotalsPerBankTransactionCode3 Private nbOfNtriesField As String Private sumField As Decimal Private sumFieldSpecified As Boolean Private ttlNetNtryField As AmountAndDirection35 Private fcstIndField As Boolean Private fcstIndFieldSpecified As Boolean Private bkTxCdField As BankTransactionCodeStructure4 Private avlbtyField() As CashBalanceAvailability2 ''' Public Property NbOfNtries() As String Get Return Me.nbOfNtriesField End Get Set Me.nbOfNtriesField = value End Set End Property ''' Public Property Sum() As Decimal Get Return Me.sumField End Get Set Me.sumField = value End Set End Property ''' _ Public Property SumSpecified() As Boolean Get Return Me.sumFieldSpecified End Get Set Me.sumFieldSpecified = value End Set End Property ''' Public Property TtlNetNtry() As AmountAndDirection35 Get Return Me.ttlNetNtryField End Get Set Me.ttlNetNtryField = value End Set End Property ''' Public Property FcstInd() As Boolean Get Return Me.fcstIndField End Get Set Me.fcstIndField = value End Set End Property ''' _ Public Property FcstIndSpecified() As Boolean Get Return Me.fcstIndFieldSpecified End Get Set Me.fcstIndFieldSpecified = value End Set End Property ''' Public Property BkTxCd() As BankTransactionCodeStructure4 Get Return Me.bkTxCdField End Get Set Me.bkTxCdField = value End Set End Property ''' _ Public Property Avlbty() As CashBalanceAvailability2() Get Return Me.avlbtyField End Get Set Me.avlbtyField = value End Set End Property End Class ''' _ Partial Public Class AmountAndDirection35 Private amtField As Decimal Private cdtDbtIndField As CreditDebitCode ''' Public Property Amt() As Decimal Get Return Me.amtField End Get Set Me.amtField = value End Set End Property ''' Public Property CdtDbtInd() As CreditDebitCode Get Return Me.cdtDbtIndField End Get Set Me.cdtDbtIndField = value End Set End Property End Class ''' _ Partial Public Class NumberAndSumOfTransactions1 Private nbOfNtriesField As String Private sumField As Decimal Private sumFieldSpecified As Boolean ''' Public Property NbOfNtries() As String Get Return Me.nbOfNtriesField End Get Set Me.nbOfNtriesField = value End Set End Property ''' Public Property Sum() As Decimal Get Return Me.sumField End Get Set Me.sumField = value End Set End Property ''' _ Public Property SumSpecified() As Boolean Get Return Me.sumFieldSpecified End Get Set Me.sumFieldSpecified = value End Set End Property End Class ''' _ Partial Public Class NumberAndSumOfTransactions4 Private nbOfNtriesField As String Private sumField As Decimal Private sumFieldSpecified As Boolean Private ttlNetNtryField As AmountAndDirection35 ''' Public Property NbOfNtries() As String Get Return Me.nbOfNtriesField End Get Set Me.nbOfNtriesField = value End Set End Property ''' Public Property Sum() As Decimal Get Return Me.sumField End Get Set Me.sumField = value End Set End Property ''' _ Public Property SumSpecified() As Boolean Get Return Me.sumFieldSpecified End Get Set Me.sumFieldSpecified = value End Set End Property ''' Public Property TtlNetNtry() As AmountAndDirection35 Get Return Me.ttlNetNtryField End Get Set Me.ttlNetNtryField = value End Set End Property End Class ''' _ Partial Public Class TotalTransactions4 Private ttlNtriesField As NumberAndSumOfTransactions4 Private ttlCdtNtriesField As NumberAndSumOfTransactions1 Private ttlDbtNtriesField As NumberAndSumOfTransactions1 Private ttlNtriesPerBkTxCdField() As TotalsPerBankTransactionCode3 ''' Public Property TtlNtries() As NumberAndSumOfTransactions4 Get Return Me.ttlNtriesField End Get Set Me.ttlNtriesField = value End Set End Property ''' Public Property TtlCdtNtries() As NumberAndSumOfTransactions1 Get Return Me.ttlCdtNtriesField End Get Set Me.ttlCdtNtriesField = value End Set End Property ''' Public Property TtlDbtNtries() As NumberAndSumOfTransactions1 Get Return Me.ttlDbtNtriesField End Get Set Me.ttlDbtNtriesField = value End Set End Property ''' _ Public Property TtlNtriesPerBkTxCd() As TotalsPerBankTransactionCode3() Get Return Me.ttlNtriesPerBkTxCdField End Get Set Me.ttlNtriesPerBkTxCdField = value End Set End Property End Class ''' _ Partial Public Class AccountInterest2 Private tpField As InterestType1Choice Private rateField() As Rate3 Private frToDtField As DateTimePeriodDetails Private rsnField As String ''' Public Property Tp() As InterestType1Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' _ Public Property Rate() As Rate3() Get Return Me.rateField End Get Set Me.rateField = value End Set End Property ''' Public Property FrToDt() As DateTimePeriodDetails Get Return Me.frToDtField End Get Set Me.frToDtField = value End Set End Property ''' Public Property Rsn() As String Get Return Me.rsnField End Get Set Me.rsnField = value End Set End Property End Class ''' _ Partial Public Class CashAccount25 Private idField As AccountIdentification4Choice Private tpField As CashAccountType2Choice Private ccyField As String Private nmField As String Private ownrField As PartyIdentification43 Private svcrField As BranchAndFinancialInstitutionIdentification5 ''' Public Property Id() As AccountIdentification4Choice Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property Tp() As CashAccountType2Choice Get Return Me.tpField End Get Set Me.tpField = value End Set End Property ''' Public Property Ccy() As String Get Return Me.ccyField End Get Set Me.ccyField = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property Ownr() As PartyIdentification43 Get Return Me.ownrField End Get Set Me.ownrField = value End Set End Property ''' Public Property Svcr() As BranchAndFinancialInstitutionIdentification5 Get Return Me.svcrField End Get Set Me.svcrField = value End Set End Property End Class ''' _ Partial Public Class ReportingSource1Choice Private itemField As String Private itemElementNameField As ItemChoiceType2 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType2 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType2 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class AccountNotification7 Private idField As String Private ntfctnPgntnField As Pagination Private elctrncSeqNbField As Decimal Private elctrncSeqNbFieldSpecified As Boolean Private lglSeqNbField As Decimal Private lglSeqNbFieldSpecified As Boolean Private creDtTmField As Date Private frToDtField As DateTimePeriodDetails Private cpyDplctIndField As CopyDuplicate1Code Private cpyDplctIndFieldSpecified As Boolean Private rptgSrcField As ReportingSource1Choice Private acctField As CashAccount25 Private rltdAcctField As CashAccount24 Private intrstField() As AccountInterest2 Private txsSummryField As TotalTransactions4 Private ntryField() As ReportEntry4 Private addtlNtfctnInfField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property NtfctnPgntn() As Pagination Get Return Me.ntfctnPgntnField End Get Set Me.ntfctnPgntnField = value End Set End Property ''' Public Property ElctrncSeqNb() As Decimal Get Return Me.elctrncSeqNbField End Get Set Me.elctrncSeqNbField = value End Set End Property ''' _ Public Property ElctrncSeqNbSpecified() As Boolean Get Return Me.elctrncSeqNbFieldSpecified End Get Set Me.elctrncSeqNbFieldSpecified = value End Set End Property ''' Public Property LglSeqNb() As Decimal Get Return Me.lglSeqNbField End Get Set Me.lglSeqNbField = value End Set End Property ''' _ Public Property LglSeqNbSpecified() As Boolean Get Return Me.lglSeqNbFieldSpecified End Get Set Me.lglSeqNbFieldSpecified = value End Set End Property ''' Public Property CreDtTm() As Date Get Return Me.creDtTmField End Get Set Me.creDtTmField = value End Set End Property ''' Public Property FrToDt() As DateTimePeriodDetails Get Return Me.frToDtField End Get Set Me.frToDtField = value End Set End Property ''' Public Property CpyDplctInd() As CopyDuplicate1Code Get Return Me.cpyDplctIndField End Get Set Me.cpyDplctIndField = value End Set End Property ''' _ Public Property CpyDplctIndSpecified() As Boolean Get Return Me.cpyDplctIndFieldSpecified End Get Set Me.cpyDplctIndFieldSpecified = value End Set End Property ''' Public Property RptgSrc() As ReportingSource1Choice Get Return Me.rptgSrcField End Get Set Me.rptgSrcField = value End Set End Property ''' Public Property Acct() As CashAccount25 Get Return Me.acctField End Get Set Me.acctField = value End Set End Property ''' Public Property RltdAcct() As CashAccount24 Get Return Me.rltdAcctField End Get Set Me.rltdAcctField = value End Set End Property ''' _ Public Property Intrst() As AccountInterest2() Get Return Me.intrstField End Get Set Me.intrstField = value End Set End Property ''' Public Property TxsSummry() As TotalTransactions4 Get Return Me.txsSummryField End Get Set Me.txsSummryField = value End Set End Property ''' _ Public Property Ntry() As ReportEntry4() Get Return Me.ntryField End Get Set Me.ntryField = value End Set End Property ''' Public Property AddtlNtfctnInf() As String Get Return Me.addtlNtfctnInfField End Get Set Me.addtlNtfctnInfField = value End Set End Property End Class ''' _ Partial Public Class Pagination Private pgNbField As String Private lastPgIndField As Boolean ''' Public Property PgNb() As String Get Return Me.pgNbField End Get Set Me.pgNbField = value End Set End Property ''' Public Property LastPgInd() As Boolean Get Return Me.lastPgIndField End Get Set Me.lastPgIndField = value End Set End Property End Class ''' _ Public Enum CopyDuplicate1Code ''' CODU ''' COPY ''' DUPL End Enum ''' _ Partial Public Class OriginalBusinessQuery1 Private msgIdField As String Private msgNmIdField As String Private creDtTmField As Date Private creDtTmFieldSpecified As Boolean ''' Public Property MsgId() As String Get Return Me.msgIdField End Get Set Me.msgIdField = value End Set End Property ''' Public Property MsgNmId() As String Get Return Me.msgNmIdField End Get Set Me.msgNmIdField = value End Set End Property ''' Public Property CreDtTm() As Date Get Return Me.creDtTmField End Get Set Me.creDtTmField = value End Set End Property ''' _ Public Property CreDtTmSpecified() As Boolean Get Return Me.creDtTmFieldSpecified End Get Set Me.creDtTmFieldSpecified = value End Set End Property End Class ''' _ Partial Public Class ContactDetails2 Private nmPrfxField As NamePrefix1Code Private nmPrfxFieldSpecified As Boolean Private nmField As String Private phneNbField As String Private mobNbField As String Private faxNbField As String Private emailAdrField As String Private othrField As String ''' Public Property NmPrfx() As NamePrefix1Code Get Return Me.nmPrfxField End Get Set Me.nmPrfxField = value End Set End Property ''' _ Public Property NmPrfxSpecified() As Boolean Get Return Me.nmPrfxFieldSpecified End Get Set Me.nmPrfxFieldSpecified = value End Set End Property ''' Public Property Nm() As String Get Return Me.nmField End Get Set Me.nmField = value End Set End Property ''' Public Property PhneNb() As String Get Return Me.phneNbField End Get Set Me.phneNbField = value End Set End Property ''' Public Property MobNb() As String Get Return Me.mobNbField End Get Set Me.mobNbField = value End Set End Property ''' Public Property FaxNb() As String Get Return Me.faxNbField End Get Set Me.faxNbField = value End Set End Property ''' Public Property EmailAdr() As String Get Return Me.emailAdrField End Get Set Me.emailAdrField = value End Set End Property ''' Public Property Othr() As String Get Return Me.othrField End Get Set Me.othrField = value End Set End Property End Class ''' _ Public Enum NamePrefix1Code ''' DOCT ''' MIST ''' MISS ''' MADM End Enum ''' _ Partial Public Class PersonIdentificationSchemeName1Choice Private itemField As String Private itemElementNameField As ItemChoiceType1 ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType1 Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType1 ''' Cd ''' Prtry End Enum ''' _ Partial Public Class GenericPersonIdentification1 Private idField As String Private schmeNmField As PersonIdentificationSchemeName1Choice Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SchmeNm() As PersonIdentificationSchemeName1Choice Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class DateAndPlaceOfBirth Private birthDtField As Date Private prvcOfBirthField As String Private cityOfBirthField As String Private ctryOfBirthField As String ''' _ Public Property BirthDt() As Date Get Return Me.birthDtField End Get Set Me.birthDtField = value End Set End Property ''' Public Property PrvcOfBirth() As String Get Return Me.prvcOfBirthField End Get Set Me.prvcOfBirthField = value End Set End Property ''' Public Property CityOfBirth() As String Get Return Me.cityOfBirthField End Get Set Me.cityOfBirthField = value End Set End Property ''' Public Property CtryOfBirth() As String Get Return Me.ctryOfBirthField End Get Set Me.ctryOfBirthField = value End Set End Property End Class ''' _ Partial Public Class PersonIdentification5 Private dtAndPlcOfBirthField As DateAndPlaceOfBirth Private othrField() As GenericPersonIdentification1 ''' Public Property DtAndPlcOfBirth() As DateAndPlaceOfBirth Get Return Me.dtAndPlcOfBirthField End Get Set Me.dtAndPlcOfBirthField = value End Set End Property ''' _ Public Property Othr() As GenericPersonIdentification1() Get Return Me.othrField End Get Set Me.othrField = value End Set End Property End Class ''' _ Partial Public Class OrganisationIdentificationSchemeName1Choice Private itemField As String Private itemElementNameField As ItemChoiceType ''' _ Public Property Item() As String Get Return Me.itemField End Get Set Me.itemField = value End Set End Property ''' _ Public Property ItemElementName() As ItemChoiceType Get Return Me.itemElementNameField End Get Set Me.itemElementNameField = value End Set End Property End Class ''' _ Public Enum ItemChoiceType ''' Cd ''' Prtry End Enum ''' _ Partial Public Class GenericOrganisationIdentification1 Private idField As String Private schmeNmField As OrganisationIdentificationSchemeName1Choice Private issrField As String ''' Public Property Id() As String Get Return Me.idField End Get Set Me.idField = value End Set End Property ''' Public Property SchmeNm() As OrganisationIdentificationSchemeName1Choice Get Return Me.schmeNmField End Get Set Me.schmeNmField = value End Set End Property ''' Public Property Issr() As String Get Return Me.issrField End Get Set Me.issrField = value End Set End Property End Class ''' _ Partial Public Class OrganisationIdentification8 Private anyBICField As String Private othrField() As GenericOrganisationIdentification1 ''' Public Property AnyBIC() As String Get Return Me.anyBICField End Get Set Me.anyBICField = value End Set End Property ''' _ Public Property Othr() As GenericOrganisationIdentification1() Get Return Me.othrField End Get Set Me.othrField = value End Set End Property End Class ''' _ Partial Public Class Party11Choice Private itemField As Object ''' _ Public Property Item() As Object Get Return Me.itemField End Get Set Me.itemField = value End Set End Property End Class