Class SubAccount1
java.lang.Object
org.coderic.iso20022.messages.secl.SubAccount1
Java class for SubAccount1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubAccount1"> <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}AccountIdentification1"/> <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
(AccountIdentification1 value) Sets the value of the id property.void
Sets the value of the nm property.
-
Constructor Details
-
SubAccount1
public SubAccount1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
AccountIdentification1
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isAccountIdentification1
-
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
-