Class Token1

java.lang.Object
org.coderic.iso20022.messages.caaa.Token1

public class Token1 extends Object

Java class for Token1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Token1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtTkn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max19NumericText" minOccurs="0"/>
         <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Exact4NumericText" minOccurs="0"/>
         <element name="TknRqstrId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max11NumericText" minOccurs="0"/>
         <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max140Text" 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 Details

    • Token1

      public Token1()
  • Method Details

    • getPmtTkn

      public String getPmtTkn()
      Gets the value of the pmtTkn property.
      Returns:
      possible object is String
    • setPmtTkn

      public void setPmtTkn(String value)
      Sets the value of the pmtTkn 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
    • getTknRqstrId

      public String getTknRqstrId()
      Gets the value of the tknRqstrId property.
      Returns:
      possible object is String
    • setTknRqstrId

      public void setTknRqstrId(String value)
      Sets the value of the tknRqstrId property.
      Parameters:
      value - allowed object is String
    • getTknAssrncData

      public String getTknAssrncData()
      Gets the value of the tknAssrncData property.
      Returns:
      possible object is String
    • setTknAssrncData

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