Class Token2

java.lang.Object
org.coderic.iso20022.messages.cafc.Token2

public class Token2 extends Object

Java class for Token2 complex type.

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

 <complexType name="Token2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PmtTkn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max19NumericText" minOccurs="0"/>
         <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISOYearMonth" minOccurs="0"/>
         <element name="TknRqstrId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max11NumericText" minOccurs="0"/>
         <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max140Text" minOccurs="0"/>
         <element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max2NumericText" minOccurs="0"/>
         <element name="TknInittdInd" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}TrueFalseIndicator" minOccurs="0"/>
         <element name="StorgLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}StorageLocation1Code" minOccurs="0"/>
         <element name="OthrStorgLctn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="PrtcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ProtectionMethod1Code" minOccurs="0"/>
         <element name="OthrPrtcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • Token2 Link icon

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

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

      public StorageLocation1Code getStorgLctn()
      Gets the value of the storgLctn property.
      Returns:
      possible object is StorageLocation1Code
    • setStorgLctn Link icon

      public void setStorgLctn(StorageLocation1Code value)
      Sets the value of the storgLctn property.
      Parameters:
      value - allowed object is StorageLocation1Code
    • getOthrStorgLctn Link icon

      public String getOthrStorgLctn()
      Gets the value of the othrStorgLctn property.
      Returns:
      possible object is String
    • setOthrStorgLctn Link icon

      public void setOthrStorgLctn(String value)
      Sets the value of the othrStorgLctn property.
      Parameters:
      value - allowed object is String
    • getPrtcnMtd Link icon

      public ProtectionMethod1Code getPrtcnMtd()
      Gets the value of the prtcnMtd property.
      Returns:
      possible object is ProtectionMethod1Code
    • setPrtcnMtd Link icon

      public void setPrtcnMtd(ProtectionMethod1Code value)
      Sets the value of the prtcnMtd property.
      Parameters:
      value - allowed object is ProtectionMethod1Code
    • getOthrPrtcnMtd Link icon

      public String getOthrPrtcnMtd()
      Gets the value of the othrPrtcnMtd property.
      Returns:
      possible object is String
    • setOthrPrtcnMtd Link icon

      public void setOthrPrtcnMtd(String value)
      Sets the value of the othrPrtcnMtd property.
      Parameters:
      value - allowed object is String
    • getAddtlData Link icon

      public List<AdditionalData1> getAddtlData()
      Gets the value of the addtlData 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 addtlData property.

      For example, to add a new item, do as follows:

          getAddtlData().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalData1