Class SubAccount4

java.lang.Object
org.coderic.iso20022.messages.secl.SubAccount4

public class SubAccount4 extends Object

Java class for SubAccount4 complex type.

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

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

    • SubAccount4

      public SubAccount4()
  • Method Details

    • getId

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

      public void setId(AccountIdentification26 value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is AccountIdentification26
    • 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