Class CardAccount13
java.lang.Object
org.coderic.iso20022.messages.catp.CardAccount13
Java class for CardAccount13 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardAccount13"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctTp" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}CardAccountType3Code" minOccurs="0"/> <element name="AcctNm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max70Text" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="AcctIdr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AccountIdentification31Choice" minOccurs="0"/> <element name="CdtRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="Svcr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PartyIdentification72Choice" minOccurs="0"/> <element name="BalBfr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AmountAndDirection43" minOccurs="0"/> <element name="BalAftr" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AmountAndDirection43" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctIdr property.Gets the value of the acctNm property.Gets the value of the acctTp property.Gets the value of the balAftr property.Gets the value of the balBfr property.getCcy()
Gets the value of the ccy property.Gets the value of the cdtRef property.getSvcr()
Gets the value of the svcr property.void
Sets the value of the acctIdr property.void
Sets the value of the acctNm property.void
setAcctTp
(CardAccountType3Code value) Sets the value of the acctTp property.void
setBalAftr
(AmountAndDirection43 value) Sets the value of the balAftr property.void
setBalBfr
(AmountAndDirection43 value) Sets the value of the balBfr property.void
Sets the value of the ccy property.void
Sets the value of the cdtRef property.void
Sets the value of the svcr property.
-
Constructor Details
-
CardAccount13
public CardAccount13()
-
-
Method Details
-
getAcctTp
Gets the value of the acctTp property.- Returns:
- possible object is
CardAccountType3Code
-
setAcctTp
Sets the value of the acctTp property.- Parameters:
value
- allowed object isCardAccountType3Code
-
getAcctNm
Gets the value of the acctNm property.- Returns:
- possible object is
String
-
setAcctNm
Sets the value of the acctNm property.- Parameters:
value
- allowed object isString
-
getCcy
Gets the value of the ccy property.- Returns:
- possible object is
String
-
setCcy
Sets the value of the ccy property.- Parameters:
value
- allowed object isString
-
getAcctIdr
Gets the value of the acctIdr property.- Returns:
- possible object is
AccountIdentification31Choice
-
setAcctIdr
Sets the value of the acctIdr property.- Parameters:
value
- allowed object isAccountIdentification31Choice
-
getCdtRef
Gets the value of the cdtRef property.- Returns:
- possible object is
String
-
setCdtRef
Sets the value of the cdtRef property.- Parameters:
value
- allowed object isString
-
getSvcr
Gets the value of the svcr property.- Returns:
- possible object is
PartyIdentification72Choice
-
setSvcr
Sets the value of the svcr property.- Parameters:
value
- allowed object isPartyIdentification72Choice
-
getBalBfr
Gets the value of the balBfr property.- Returns:
- possible object is
AmountAndDirection43
-
setBalBfr
Sets the value of the balBfr property.- Parameters:
value
- allowed object isAmountAndDirection43
-
getBalAftr
Gets the value of the balAftr property.- Returns:
- possible object is
AmountAndDirection43
-
setBalAftr
Sets the value of the balAftr property.- Parameters:
value
- allowed object isAmountAndDirection43
-