Class LoyaltyAccount3
java.lang.Object
org.coderic.iso20022.messages.caaa.LoyaltyAccount3
Java class for LoyaltyAccount3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccount3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LltyId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text"/> <element name="NtryMd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardDataReading8Code" minOccurs="0"/> <element name="IdTp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardIdentificationType1Code" 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="Unit" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}AmountUnit1Code" 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 TypeMethodDescriptiongetBal()
Gets the value of the bal property.getBrnd()
Gets the value of the brnd property.getCcy()
Gets the value of the ccy property.getIdTp()
Gets the value of the idTp property.Gets the value of the lltyId property.Gets the value of the ntryMd property.Gets the value of the ownrNm property.getPrvdr()
Gets the value of the prvdr property.getUnit()
Gets the value of the unit 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 idTp property.void
Sets the value of the lltyId 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
setUnit
(AmountUnit1Code value) Sets the value of the unit property.
-
Constructor Details
-
LoyaltyAccount3
public LoyaltyAccount3()
-
-
Method Details
-
getLltyId
Gets the value of the lltyId property.- Returns:
- possible object is
String
-
setLltyId
Sets the value of the lltyId 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
-
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
-
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
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
AmountUnit1Code
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isAmountUnit1Code
-
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
-