Class PartyIdentification135TCH4
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_028_001.PartyIdentification135TCH4
Java class for PartyIdentification135_TCH_4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification135_TCH_4"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Max140Text" minOccurs="0"/> <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}PostalAddress24_TCH" minOccurs="0"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Party38Choice_TCH_3" minOccurs="0"/> <element name="CtctDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Contact4" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Contact4
protected Party38ChoiceTCH3
protected String
protected PostalAddress24TCH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ctctDtls property.getId()
Gets the value of the id property.getNm()
Gets the value of the nm property.Gets the value of the pstlAdr property.void
setCtctDtls
(Contact4 value) Sets the value of the ctctDtls property.void
setId
(Party38ChoiceTCH3 value) Sets the value of the id property.void
Sets the value of the nm property.void
setPstlAdr
(PostalAddress24TCH value) Sets the value of the pstlAdr property.
-
Field Details
-
nm
-
pstlAdr
-
id
-
ctctDtls
-
-
Constructor Details
-
PartyIdentification135TCH4
public PartyIdentification135TCH4()
-
-
Method Details
-
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
-
getPstlAdr
Gets the value of the pstlAdr property.- Returns:
- possible object is
PostalAddress24TCH
-
setPstlAdr
Sets the value of the pstlAdr property.- Parameters:
value
- allowed object isPostalAddress24TCH
-
getId
Gets the value of the id property.- Returns:
- possible object is
Party38ChoiceTCH3
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isParty38ChoiceTCH3
-
getCtctDtls
Gets the value of the ctctDtls property.- Returns:
- possible object is
Contact4
-
setCtctDtls
Sets the value of the ctctDtls property.- Parameters:
value
- allowed object isContact4
-