Class TransactionLifeCycleIdentification1

java.lang.Object
org.coderic.iso20022.messages.cain.TransactionLifeCycleIdentification1

public class TransactionLifeCycleIdentification1 extends Object

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 Details

    • TransactionLifeCycleIdentification1

      public TransactionLifeCycleIdentification1()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAuthstnSeqNb

      public String getAuthstnSeqNb()
      Gets the value of the authstnSeqNb property.
      Returns:
      possible object is String
    • setAuthstnSeqNb

      public void setAuthstnSeqNb(String value)
      Sets the value of the authstnSeqNb property.
      Parameters:
      value - allowed object is String
    • getPresntmntSeqNb

      public String getPresntmntSeqNb()
      Gets the value of the presntmntSeqNb property.
      Returns:
      possible object is String
    • setPresntmntSeqNb

      public void setPresntmntSeqNb(String value)
      Sets the value of the presntmntSeqNb property.
      Parameters:
      value - allowed object is String
    • getPresntmntSeqCnt

      public String getPresntmntSeqCnt()
      Gets the value of the presntmntSeqCnt property.
      Returns:
      possible object is String
    • setPresntmntSeqCnt

      public void setPresntmntSeqCnt(String value)
      Sets the value of the presntmntSeqCnt property.
      Parameters:
      value - allowed object is String
    • getAuthntcnTkn

      public String getAuthntcnTkn()
      Gets the value of the authntcnTkn property.
      Returns:
      possible object is String
    • setAuthntcnTkn

      public void setAuthntcnTkn(String value)
      Sets the value of the authntcnTkn property.
      Parameters:
      value - allowed object is String