Class SettlementServiceMode1

java.lang.Object
org.coderic.iso20022.messages.cafc.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:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="ShrtNm" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="SttlmPrty" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Priority3Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • SettlementServiceMode1 Link icon

      public SettlementServiceMode1()
  • Method Details Link icon

    • getTp Link icon

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

      public void setTp(String value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is String
    • getId Link icon

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

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

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

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

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

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