Class TransactionLifeCycleIdentification1
java.lang.Object
org.coderic.iso20022.messages.cain.TransactionLifeCycleIdentification1
Java class for TransactionLifeCycleIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionLifeCycleIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact15Text"/> <element name="AuthstnSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact2NumericText" minOccurs="0"/> <element name="PresntmntSeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact2NumericText" minOccurs="0"/> <element name="PresntmntSeqCnt" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Exact2NumericText" minOccurs="0"/> <element name="AuthntcnTkn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authntcnTkn property.Gets the value of the authstnSeqNb property.getId()
Gets the value of the id property.Gets the value of the presntmntSeqCnt property.Gets the value of the presntmntSeqNb property.void
setAuthntcnTkn
(String value) Sets the value of the authntcnTkn property.void
setAuthstnSeqNb
(String value) Sets the value of the authstnSeqNb property.void
Sets the value of the id property.void
setPresntmntSeqCnt
(String value) Sets the value of the presntmntSeqCnt property.void
setPresntmntSeqNb
(String value) Sets the value of the presntmntSeqNb property.
-
Constructor Details
-
TransactionLifeCycleIdentification1
public TransactionLifeCycleIdentification1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getAuthstnSeqNb
Gets the value of the authstnSeqNb property.- Returns:
- possible object is
String
-
setAuthstnSeqNb
Sets the value of the authstnSeqNb property.- Parameters:
value
- allowed object isString
-
getPresntmntSeqNb
Gets the value of the presntmntSeqNb property.- Returns:
- possible object is
String
-
setPresntmntSeqNb
Sets the value of the presntmntSeqNb property.- Parameters:
value
- allowed object isString
-
getPresntmntSeqCnt
Gets the value of the presntmntSeqCnt property.- Returns:
- possible object is
String
-
setPresntmntSeqCnt
Sets the value of the presntmntSeqCnt property.- Parameters:
value
- allowed object isString
-
getAuthntcnTkn
Gets the value of the authntcnTkn property.- Returns:
- possible object is
String
-
setAuthntcnTkn
Sets the value of the authntcnTkn property.- Parameters:
value
- allowed object isString
-