Class Extension1
java.lang.Object
org.coderic.iso20022.messages.setr.Extension1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the plcAndNm property.getTxt()
Gets the value of the txt property.void
setPlcAndNm
(String value) Sets the value of the plcAndNm property.void
Sets the value of the txt property.
-
Constructor Details
-
Extension1
public Extension1()
-
-
Method Details
-
getPlcAndNm
Gets the value of the plcAndNm property.- Returns:
- possible object is
String
-
setPlcAndNm
Sets the value of the plcAndNm property.- Parameters:
value
- allowed object isString
-
getTxt
Gets the value of the txt property.- Returns:
- possible object is
String
-
setTxt
Sets the value of the txt property.- Parameters:
value
- allowed object isString
-