Class PartyIdentificationSEPA2

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_03.PartyIdentificationSEPA2

public class PartyIdentificationSEPA2 extends Object

Java class for PartyIdentificationSEPA2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PartyIdentificationSEPA2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}Max70Text"/>
         <element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PostalAddressSEPA" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartySEPAChoice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PartyIdentificationSEPA2

      public PartyIdentificationSEPA2()
  • 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 PostalAddressSEPA getPstlAdr()
      Gets the value of the pstlAdr property.
      Returns:
      possible object is PostalAddressSEPA
    • setPstlAdr

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

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

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