Class PartyTextInformation1
java.lang.Object
org.coderic.iso20022.messages.secl.PartyTextInformation1
Java class for PartyTextInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartyTextInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DclrtnDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max350Text" minOccurs="0"/> <element name="PtyCtctDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max140Text" minOccurs="0"/> <element name="RegnDtls" type="{urn:iso:std:iso:20022:tech:xsd:secl.010.001.03}Max350Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dclrtnDtls property.Gets the value of the ptyCtctDtls property.Gets the value of the regnDtls property.void
setDclrtnDtls
(String value) Sets the value of the dclrtnDtls property.void
setPtyCtctDtls
(String value) Sets the value of the ptyCtctDtls property.void
setRegnDtls
(String value) Sets the value of the regnDtls property.
-
Constructor Details
-
PartyTextInformation1
public PartyTextInformation1()
-
-
Method Details
-
getDclrtnDtls
Gets the value of the dclrtnDtls property.- Returns:
- possible object is
String
-
setDclrtnDtls
Sets the value of the dclrtnDtls property.- Parameters:
value
- allowed object isString
-
getPtyCtctDtls
Gets the value of the ptyCtctDtls property.- Returns:
- possible object is
String
-
setPtyCtctDtls
Sets the value of the ptyCtctDtls property.- Parameters:
value
- allowed object isString
-
getRegnDtls
Gets the value of the regnDtls property.- Returns:
- possible object is
String
-
setRegnDtls
Sets the value of the regnDtls property.- Parameters:
value
- allowed object isString
-