Class MerchantToken2
java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}Max35Text" minOccurs="0"/> <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max10Text" minOccurs="0"/> <element name="TknChrtc" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text" maxOccurs="unbounded" minOccurs="0"/> <element name="TknRqstr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PaymentTokenIdentifiers1" minOccurs="0"/> <element name="TknAssrncLvl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max500Binary" minOccurs="0"/> <element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max2NumericText" minOccurs="0"/> <element name="TknInittdInd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
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.void
Sets the value of the tkn property.void
setTknAssrncData
(byte[] value) Sets the value of the tknAssrncData property.void
setTknAssrncLvl
(BigDecimal value) Sets the value of the tknAssrncLvl property.void
setTknAssrncMtd
(String value) Sets the value of the tknAssrncMtd property.void
setTknInittdInd
(Boolean value) Sets the value of the tknInittdInd property.void
Sets the value of the tknRqstr property.void
setTknXpryDt
(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
set
method 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
-