Class SettlementServiceMode1

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

public class SettlementServiceMode1 extends Object

Java class for SettlementServiceMode1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SettlementServiceMode1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Text" minOccurs="0"/>
         <element name="SttlmPrty" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Priority3Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SettlementServiceMode1

      public SettlementServiceMode1()
  • Method Details

    • getTp

      public String getTp()
      Gets the value of the tp property.
      Returns:
      possible object is String
    • setTp

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • 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
    • getShrtNm

      public String getShrtNm()
      Gets the value of the shrtNm property.
      Returns:
      possible object is String
    • setShrtNm

      public void setShrtNm(String value)
      Sets the value of the shrtNm property.
      Parameters:
      value - allowed object is String
    • getSttlmPrty

      public Priority3Code getSttlmPrty()
      Gets the value of the sttlmPrty property.
      Returns:
      possible object is Priority3Code
    • setSttlmPrty

      public void setSttlmPrty(Priority3Code value)
      Sets the value of the sttlmPrty property.
      Parameters:
      value - allowed object is Priority3Code