Class PaymentTokenIdentifiers1

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

public class PaymentTokenIdentifiers1 extends Object

Java class for PaymentTokenIdentifiers1 complex type.

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

 <complexType name="PaymentTokenIdentifiers1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PrvdrId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
         <element name="RqstrId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PaymentTokenIdentifiers1

      public PaymentTokenIdentifiers1()
  • Method Details

    • getPrvdrId

      public String getPrvdrId()
      Gets the value of the prvdrId property.
      Returns:
      possible object is String
    • setPrvdrId

      public void setPrvdrId(String value)
      Sets the value of the prvdrId property.
      Parameters:
      value - allowed object is String
    • getRqstrId

      public String getRqstrId()
      Gets the value of the rqstrId property.
      Returns:
      possible object is String
    • setRqstrId

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