Class Token4

java.lang.Object
org.coderic.iso20022.messages.cafm.Token4

public class Token4 extends Object

Java class for Token4 complex type.

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

 <complexType name="Token4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtTkn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max19NumericText" minOccurs="0"/>
         <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISOYearMonth" minOccurs="0"/>
         <element name="TknRqstrId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max11NumericText" minOccurs="0"/>
         <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/>
         <element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max2NumericText" minOccurs="0"/>
         <element name="TknRefId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Token4

      public Token4()
  • 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 XMLGregorianCalendar getTknXpryDt()
      Gets the value of the tknXpryDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTknXpryDt

      public void setTknXpryDt(XMLGregorianCalendar value)
      Sets the value of the tknXpryDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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
    • getTknRefId

      public String getTknRefId()
      Gets the value of the tknRefId property.
      Returns:
      possible object is String
    • setTknRefId

      public void setTknRefId(String value)
      Sets the value of the tknRefId property.
      Parameters:
      value - allowed object is String