Class MerchantToken2
java.lang.Object
org.coderic.iso20022.messages.caaa.MerchantToken2
Java class for MerchantToken2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MerchantToken2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tkn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
<element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max10Text" minOccurs="0"/>
<element name="TknChrtc" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" maxOccurs="unbounded" minOccurs="0"/>
<element name="TknRqstr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}PaymentTokenIdentifiers1" minOccurs="0"/>
<element name="TknAssrncLvl" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number" minOccurs="0"/>
<element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max500Binary" minOccurs="0"/>
<element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max2NumericText" minOccurs="0"/>
<element name="TknInittdInd" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrueFalseIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTkn()Gets the value of the tkn property.byte[]Gets the value of the tknAssrncData property.Gets the value of the tknAssrncLvl property.Gets the value of the tknAssrncMtd property.Gets the value of the tknChrtc property.Gets the value of the tknRqstr property.Gets the value of the tknXpryDt property.Gets the value of the tknInittdInd property.voidSets the value of the tkn property.voidsetTknAssrncData(byte[] value) Sets the value of the tknAssrncData property.voidsetTknAssrncLvl(BigDecimal value) Sets the value of the tknAssrncLvl property.voidsetTknAssrncMtd(String value) Sets the value of the tknAssrncMtd property.voidsetTknInittdInd(Boolean value) Sets the value of the tknInittdInd property.voidSets the value of the tknRqstr property.voidsetTknXpryDt(String value) Sets the value of the tknXpryDt property.
-
Constructor Details
-
MerchantToken2
public MerchantToken2()
-
-
Method Details
-
getTkn
Gets the value of the tkn property.- Returns:
- possible object is
String
-
setTkn
Sets the value of the tkn property.- Parameters:
value- allowed object isString
-
getTknXpryDt
Gets the value of the tknXpryDt property.- Returns:
- possible object is
String
-
setTknXpryDt
Sets the value of the tknXpryDt property.- Parameters:
value- allowed object isString
-
getTknChrtc
Gets the value of the tknChrtc property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the tknChrtc property.For example, to add a new item, do as follows:
getTknChrtc().add(newItem);Objects of the following type(s) are allowed in the list
String -
getTknRqstr
Gets the value of the tknRqstr property.- Returns:
- possible object is
PaymentTokenIdentifiers1
-
setTknRqstr
Sets the value of the tknRqstr property.- Parameters:
value- allowed object isPaymentTokenIdentifiers1
-
getTknAssrncLvl
Gets the value of the tknAssrncLvl property.- Returns:
- possible object is
BigDecimal
-
setTknAssrncLvl
Sets the value of the tknAssrncLvl property.- Parameters:
value- allowed object isBigDecimal
-
getTknAssrncData
public byte[] getTknAssrncData()Gets the value of the tknAssrncData property.- Returns:
- possible object is byte[]
-
setTknAssrncData
public void setTknAssrncData(byte[] value) Sets the value of the tknAssrncData property.- Parameters:
value- allowed object is byte[]
-
getTknAssrncMtd
Gets the value of the tknAssrncMtd property.- Returns:
- possible object is
String
-
setTknAssrncMtd
Sets the value of the tknAssrncMtd property.- Parameters:
value- allowed object isString
-
isTknInittdInd
Gets the value of the tknInittdInd property.- Returns:
- possible object is
Boolean
-
setTknInittdInd
Sets the value of the tknInittdInd property.- Parameters:
value- allowed object isBoolean
-