Class PartyTextInformation1

java.lang.Object
org.coderic.iso20022.messages.secl.PartyTextInformation1

public class PartyTextInformation1 extends Object

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 Details

    • PartyTextInformation1

      public PartyTextInformation1()
  • Method Details

    • getDclrtnDtls

      public String getDclrtnDtls()
      Gets the value of the dclrtnDtls property.
      Returns:
      possible object is String
    • setDclrtnDtls

      public void setDclrtnDtls(String value)
      Sets the value of the dclrtnDtls property.
      Parameters:
      value - allowed object is String
    • getPtyCtctDtls

      public String getPtyCtctDtls()
      Gets the value of the ptyCtctDtls property.
      Returns:
      possible object is String
    • setPtyCtctDtls

      public void setPtyCtctDtls(String value)
      Sets the value of the ptyCtctDtls property.
      Parameters:
      value - allowed object is String
    • getRegnDtls

      public String getRegnDtls()
      Gets the value of the regnDtls property.
      Returns:
      possible object is String
    • setRegnDtls

      public void setRegnDtls(String value)
      Sets the value of the regnDtls property.
      Parameters:
      value - allowed object is String