Class SubAccount6

java.lang.Object
org.coderic.iso20022.messages.setr.SubAccount6

public class SubAccount6 extends Object

Java class for SubAccount6 complex type.

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

 <complexType name="SubAccount6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="Chrtc" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
         <element name="AcctDsgnt" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SubAccount6

      public SubAccount6()
  • 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
    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getChrtc

      public String getChrtc()
      Gets the value of the chrtc property.
      Returns:
      possible object is String
    • setChrtc

      public void setChrtc(String value)
      Sets the value of the chrtc property.
      Parameters:
      value - allowed object is String
    • getAcctDsgnt

      public String getAcctDsgnt()
      Gets the value of the acctDsgnt property.
      Returns:
      possible object is String
    • setAcctDsgnt

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