Class Token2
java.lang.Object
org.coderic.iso20022.messages.cain.Token2
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:cain.028.001.02}Max19NumericText" minOccurs="0"/> <element name="TknXpryDt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ISOYearMonth" minOccurs="0"/> <element name="TknRqstrId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max11NumericText" minOccurs="0"/> <element name="TknAssrncData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max140Text" minOccurs="0"/> <element name="TknAssrncMtd" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max2NumericText" minOccurs="0"/> <element name="TknInittdInd" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="StorgLctn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}StorageLocation1Code" minOccurs="0"/> <element name="OthrStorgLctn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="PrtcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}ProtectionMethod1Code" minOccurs="0"/> <element name="OthrPrtcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> <element name="AddtlData" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlData property.Gets the value of the othrPrtcnMtd property.Gets the value of the othrStorgLctn property.Gets the value of the pmtTkn property.Gets the value of the prtcnMtd property.Gets the value of the storgLctn 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
setOthrPrtcnMtd
(String value) Sets the value of the othrPrtcnMtd property.void
setOthrStorgLctn
(String value) Sets the value of the othrStorgLctn property.void
Sets the value of the pmtTkn property.void
setPrtcnMtd
(ProtectionMethod1Code value) Sets the value of the prtcnMtd property.void
setStorgLctn
(StorageLocation1Code value) Sets the value of the storgLctn 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
(XMLGregorianCalendar value) Sets the value of the tknXpryDt property.
-
Constructor Details
-
Token2
public Token2()
-
-
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
-
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
-
getStorgLctn
Gets the value of the storgLctn property.- Returns:
- possible object is
StorageLocation1Code
-
setStorgLctn
Sets the value of the storgLctn property.- Parameters:
value
- allowed object isStorageLocation1Code
-
getOthrStorgLctn
Gets the value of the othrStorgLctn property.- Returns:
- possible object is
String
-
setOthrStorgLctn
Sets the value of the othrStorgLctn property.- Parameters:
value
- allowed object isString
-
getPrtcnMtd
Gets the value of the prtcnMtd property.- Returns:
- possible object is
ProtectionMethod1Code
-
setPrtcnMtd
Sets the value of the prtcnMtd property.- Parameters:
value
- allowed object isProtectionMethod1Code
-
getOthrPrtcnMtd
Gets the value of the othrPrtcnMtd property.- Returns:
- possible object is
String
-
setOthrPrtcnMtd
Sets the value of the othrPrtcnMtd property.- Parameters:
value
- allowed object isString
-
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
-