Class CashAccount38TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.CashAccount38TCH
Java class for CashAccount38_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAccount38_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}AccountIdentification4Choice"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}Max70Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Details
-
id
-
nm
-
-
Constructor Details
-
CashAccount38TCH
public CashAccount38TCH()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
AccountIdentification4Choice
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isAccountIdentification4Choice
-
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
-