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 Link icon

    • Token1 Link icon

      public Token1()
  • Method Details Link icon

    • getPmtTkn Link icon

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

      public void setPmtTkn(String value)
      Sets the value of the pmtTkn property.
      Parameters:
      value - allowed object is String
    • getTknXpryDt Link icon

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

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

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

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

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

      public void setTknAssrncData(String value)
      Sets the value of the tknAssrncData property.
      Parameters:
      value - allowed object is String
    • getTknAssrncMtd Link icon

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

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

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

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