Class PartyIdentification135TCH4

java.lang.Object
iso.std.iso._20022.tech.xsd.camt_028_001.PartyIdentification135TCH4

public class PartyIdentification135TCH4 extends Object

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 Details

  • Constructor Details

    • PartyIdentification135TCH4

      public PartyIdentification135TCH4()
  • Method Details

    • getNm

      public String getNm()
      Gets the value of the nm property.
      Returns:
      possible object is String
    • setNm

      public void setNm(String value)
      Sets the value of the nm property.
      Parameters:
      value - allowed object is String
    • getPstlAdr

      public PostalAddress24TCH getPstlAdr()
      Gets the value of the pstlAdr property.
      Returns:
      possible object is PostalAddress24TCH
    • setPstlAdr

      public void setPstlAdr(PostalAddress24TCH value)
      Sets the value of the pstlAdr property.
      Parameters:
      value - allowed object is PostalAddress24TCH
    • getId

      public Party38ChoiceTCH3 getId()
      Gets the value of the id property.
      Returns:
      possible object is Party38ChoiceTCH3
    • setId

      public void setId(Party38ChoiceTCH3 value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Party38ChoiceTCH3
    • getCtctDtls

      public Contact4 getCtctDtls()
      Gets the value of the ctctDtls property.
      Returns:
      possible object is Contact4
    • setCtctDtls

      public void setCtctDtls(Contact4 value)
      Sets the value of the ctctDtls property.
      Parameters:
      value - allowed object is Contact4