Class StoredValueAccount2
java.lang.Object
org.coderic.iso20022.messages.caaa.StoredValueAccount2
Java class for StoredValueAccount2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoredValueAccount2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}StoredValueAccountType1Code" minOccurs="0"/> <element name="IdTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardIdentificationType1Code" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Brnd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="Prvdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/> <element name="OwnrNm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max45Text" minOccurs="0"/> <element name="XpryDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max10Text" minOccurs="0"/> <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardDataReading8Code" minOccurs="0"/> <element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ActiveCurrencyCode" minOccurs="0"/> <element name="Bal" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ImpliedCurrencyAndAmount" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctTp property.getBal()
Gets the value of the bal property.getBrnd()
Gets the value of the brnd property.getCcy()
Gets the value of the ccy property.getId()
Gets the value of the id property.getIdTp()
Gets the value of the idTp property.Gets the value of the ntryMd property.Gets the value of the ownrNm property.getPrvdr()
Gets the value of the prvdr property.Gets the value of the xpryDt property.void
Sets the value of the acctTp property.void
setBal
(BigDecimal value) Sets the value of the bal property.void
Sets the value of the brnd property.void
Sets the value of the ccy property.void
Sets the value of the id property.void
Sets the value of the idTp property.void
setNtryMd
(CardDataReading8Code value) Sets the value of the ntryMd property.void
Sets the value of the ownrNm property.void
Sets the value of the prvdr property.void
Sets the value of the xpryDt property.
-
Constructor Details
-
StoredValueAccount2
public StoredValueAccount2()
-
-
Method Details
-
getAcctTp
Gets the value of the acctTp property.- Returns:
- possible object is
StoredValueAccountType1Code
-
setAcctTp
Sets the value of the acctTp property.- Parameters:
value
- allowed object isStoredValueAccountType1Code
-
getIdTp
Gets the value of the idTp property.- Returns:
- possible object is
CardIdentificationType1Code
-
setIdTp
Sets the value of the idTp property.- Parameters:
value
- allowed object isCardIdentificationType1Code
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getBrnd
Gets the value of the brnd property.- Returns:
- possible object is
String
-
setBrnd
Sets the value of the brnd property.- Parameters:
value
- allowed object isString
-
getPrvdr
Gets the value of the prvdr property.- Returns:
- possible object is
String
-
setPrvdr
Sets the value of the prvdr property.- Parameters:
value
- allowed object isString
-
getOwnrNm
Gets the value of the ownrNm property.- Returns:
- possible object is
String
-
setOwnrNm
Sets the value of the ownrNm property.- Parameters:
value
- allowed object isString
-
getXpryDt
Gets the value of the xpryDt property.- Returns:
- possible object is
String
-
setXpryDt
Sets the value of the xpryDt property.- Parameters:
value
- allowed object isString
-
getNtryMd
Gets the value of the ntryMd property.- Returns:
- possible object is
CardDataReading8Code
-
setNtryMd
Sets the value of the ntryMd property.- Parameters:
value
- allowed object isCardDataReading8Code
-
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
-
getBal
Gets the value of the bal property.- Returns:
- possible object is
BigDecimal
-
setBal
Sets the value of the bal property.- Parameters:
value
- allowed object isBigDecimal
-