Class SubAccount4
java.lang.Object
org.coderic.iso20022.messages.secl.SubAccount4
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChrtc()
Gets the value of the chrtc property.getId()
Gets the value of the id property.getNm()
Gets the value of the nm property.void
Sets the value of the chrtc property.void
setId
(AccountIdentification26 value) Sets the value of the id property.void
Sets the value of the nm property.
-
Constructor Details
-
SubAccount4
public SubAccount4()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
AccountIdentification26
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isAccountIdentification26
-
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
-