Class SubAccount6
java.lang.Object
org.coderic.iso20022.messages.setr.SubAccount6
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctDsgnt property.getChrtc()
Gets the value of the chrtc property.getId()
Gets the value of the id property.getNm()
Gets the value of the nm property.void
setAcctDsgnt
(String value) Sets the value of the acctDsgnt property.void
Sets the value of the chrtc property.void
Sets the value of the id property.void
Sets the value of the nm property.
-
Constructor Details
-
SubAccount6
public SubAccount6()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getChrtc
Gets the value of the chrtc property.- Returns:
- possible object is
String
-
setChrtc
Sets the value of the chrtc property.- Parameters:
value
- allowed object isString
-
getAcctDsgnt
Gets the value of the acctDsgnt property.- Returns:
- possible object is
String
-
setAcctDsgnt
Sets the value of the acctDsgnt property.- Parameters:
value
- allowed object isString
-