Class PaymentTokenIdentifiers1
java.lang.Object
org.coderic.iso20022.messages.caaa.PaymentTokenIdentifiers1
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:caaa.027.001.01}Max35Text"/> <element name="RqstrId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prvdrId property.Gets the value of the rqstrId property.void
setPrvdrId
(String value) Sets the value of the prvdrId property.void
setRqstrId
(String value) Sets the value of the rqstrId property.
-
Constructor Details
-
PaymentTokenIdentifiers1
public PaymentTokenIdentifiers1()
-
-
Method Details
-
getPrvdrId
Gets the value of the prvdrId property.- Returns:
- possible object is
String
-
setPrvdrId
Sets the value of the prvdrId property.- Parameters:
value
- allowed object isString
-
getRqstrId
Gets the value of the rqstrId property.- Returns:
- possible object is
String
-
setRqstrId
Sets the value of the rqstrId property.- Parameters:
value
- allowed object isString
-