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