Class Token1
java.lang.Object
org.coderic.iso20022.messages.casp.Token1
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:casp.017.001.06}Max19NumericText" minOccurs="0"/> <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Exact4NumericText" minOccurs="0"/> <element name="TknRqstrId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max11NumericText" minOccurs="0"/> <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Text" minOccurs="0"/> <element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max2NumericText" minOccurs="0"/> <element name="TknInittdInd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pmtTkn property.Gets the value of the tknAssrncData property.Gets the value of the tknAssrncMtd property.Gets the value of the tknRqstrId property.Gets the value of the tknXpryDt property.Gets the value of the tknInittdInd property.void
Sets the value of the pmtTkn property.void
setTknAssrncData
(String value) Sets the value of the tknAssrncData property.void
setTknAssrncMtd
(String value) Sets the value of the tknAssrncMtd property.void
setTknInittdInd
(Boolean value) Sets the value of the tknInittdInd property.void
setTknRqstrId
(String value) Sets the value of the tknRqstrId property.void
setTknXpryDt
(String value) Sets the value of the tknXpryDt property.
-
Constructor Details
-
Token1
public Token1()
-
-
Method Details
-
getPmtTkn
Gets the value of the pmtTkn property.- Returns:
- possible object is
String
-
setPmtTkn
Sets the value of the pmtTkn property.- Parameters:
value
- allowed object isString
-
getTknXpryDt
Gets the value of the tknXpryDt property.- Returns:
- possible object is
String
-
setTknXpryDt
Sets the value of the tknXpryDt property.- Parameters:
value
- allowed object isString
-
getTknRqstrId
Gets the value of the tknRqstrId property.- Returns:
- possible object is
String
-
setTknRqstrId
Sets the value of the tknRqstrId property.- Parameters:
value
- allowed object isString
-
getTknAssrncData
Gets the value of the tknAssrncData property.- Returns:
- possible object is
String
-
setTknAssrncData
Sets the value of the tknAssrncData property.- Parameters:
value
- allowed object isString
-
getTknAssrncMtd
Gets the value of the tknAssrncMtd property.- Returns:
- possible object is
String
-
setTknAssrncMtd
Sets the value of the tknAssrncMtd property.- Parameters:
value
- allowed object isString
-
isTknInittdInd
Gets the value of the tknInittdInd property.- Returns:
- possible object is
Boolean
-
setTknInittdInd
Sets the value of the tknInittdInd property.- Parameters:
value
- allowed object isBoolean
-