Class Extension1

java.lang.Object
org.coderic.iso20022.messages.setr.Extension1

public class Extension1 extends Object

Java class for Extension1 complex type.

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

 <complexType name="Extension1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PlcAndNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max350Text"/>
         <element name="Txt" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max350Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Extension1

      public Extension1()
  • Method Details

    • getPlcAndNm

      public String getPlcAndNm()
      Gets the value of the plcAndNm property.
      Returns:
      possible object is String
    • setPlcAndNm

      public void setPlcAndNm(String value)
      Sets the value of the plcAndNm property.
      Parameters:
      value - allowed object is String
    • getTxt

      public String getTxt()
      Gets the value of the txt property.
      Returns:
      possible object is String
    • setTxt

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