Class Token4
java.lang.Object
org.coderic.iso20022.messages.cafm.Token4
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 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 tknRefId property.Gets the value of the tknRqstrId property.Gets the value of the tknXpryDt 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
setTknRefId
(String value) Sets the value of the tknRefId property.void
setTknRqstrId
(String value) Sets the value of the tknRqstrId property.void
setTknXpryDt
(XMLGregorianCalendar value) Sets the value of the tknXpryDt property.
-
Constructor Details
-
Token4
public Token4()
-
-
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
XMLGregorianCalendar
-
setTknXpryDt
Sets the value of the tknXpryDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
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
-
getTknRefId
Gets the value of the tknRefId property.- Returns:
- possible object is
String
-
setTknRefId
Sets the value of the tknRefId property.- Parameters:
value
- allowed object isString
-