Class MerchantToken2

java.lang.Object
org.coderic.iso20022.messages.casp.MerchantToken2

public class MerchantToken2 extends Object

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 Details

    • MerchantToken2

      public MerchantToken2()
  • Method Details

    • getTkn

      public String getTkn()
      Gets the value of the tkn property.
      Returns:
      possible object is String
    • setTkn

      public void setTkn(String value)
      Sets the value of the tkn property.
      Parameters:
      value - allowed object is String
    • getTknXpryDt

      public String getTknXpryDt()
      Gets the value of the tknXpryDt property.
      Returns:
      possible object is String
    • setTknXpryDt

      public void setTknXpryDt(String value)
      Sets the value of the tknXpryDt property.
      Parameters:
      value - allowed object is String
    • getTknChrtc

      public List<String> 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

      public PaymentTokenIdentifiers1 getTknRqstr()
      Gets the value of the tknRqstr property.
      Returns:
      possible object is PaymentTokenIdentifiers1
    • setTknRqstr

      public void setTknRqstr(PaymentTokenIdentifiers1 value)
      Sets the value of the tknRqstr property.
      Parameters:
      value - allowed object is PaymentTokenIdentifiers1
    • getTknAssrncLvl

      public BigDecimal getTknAssrncLvl()
      Gets the value of the tknAssrncLvl property.
      Returns:
      possible object is BigDecimal
    • setTknAssrncLvl

      public void setTknAssrncLvl(BigDecimal value)
      Sets the value of the tknAssrncLvl property.
      Parameters:
      value - allowed object is BigDecimal
    • 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

      public String getTknAssrncMtd()
      Gets the value of the tknAssrncMtd property.
      Returns:
      possible object is String
    • setTknAssrncMtd

      public void setTknAssrncMtd(String value)
      Sets the value of the tknAssrncMtd property.
      Parameters:
      value - allowed object is String
    • isTknInittdInd

      public Boolean isTknInittdInd()
      Gets the value of the tknInittdInd property.
      Returns:
      possible object is Boolean
    • setTknInittdInd

      public void setTknInittdInd(Boolean value)
      Sets the value of the tknInittdInd property.
      Parameters:
      value - allowed object is Boolean