Class PartyIdentification43
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_04.PartyIdentification43
Java class for PartyIdentification43 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyIdentification43">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Max140Text" minOccurs="0"/>
<element name="PstlAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}PostalAddress6" minOccurs="0"/>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}Party11Choice" minOccurs="0"/>
<element name="CtryOfRes" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}CountryCode" minOccurs="0"/>
<element name="CtctDtls" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.04}ContactDetails2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContactDetails2protected Stringprotected Party11Choiceprotected Stringprotected PostalAddress6 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the ctctDtls property.Gets the value of the ctryOfRes property.getId()Gets the value of the id property.getNm()Gets the value of the nm property.Gets the value of the pstlAdr property.voidsetCtctDtls(ContactDetails2 value) Sets the value of the ctctDtls property.voidsetCtryOfRes(String value) Sets the value of the ctryOfRes property.voidsetId(Party11Choice value) Sets the value of the id property.voidSets the value of the nm property.voidsetPstlAdr(PostalAddress6 value) Sets the value of the pstlAdr property.
-
Field Details
-
nm
-
pstlAdr
-
id
-
ctryOfRes
-
ctctDtls
-
-
Constructor Details
-
PartyIdentification43
public PartyIdentification43()
-
-
Method Details
-
getNm
-
setNm
-
getPstlAdr
Gets the value of the pstlAdr property.- Returns:
- possible object is
PostalAddress6
-
setPstlAdr
Sets the value of the pstlAdr property.- Parameters:
value- allowed object isPostalAddress6
-
getId
Gets the value of the id property.- Returns:
- possible object is
Party11Choice
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isParty11Choice
-
getCtryOfRes
-
setCtryOfRes
-
getCtctDtls
Gets the value of the ctctDtls property.- Returns:
- possible object is
ContactDetails2
-
setCtctDtls
Sets the value of the ctctDtls property.- Parameters:
value- allowed object isContactDetails2
-