Class SupplementaryData1
java.lang.Object
org.coderic.iso20022.messages.reda.SupplementaryData1
Java class for SupplementaryData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplementaryData1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PlcAndNm" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}Max350Text" minOccurs="0"/> <element name="Envlp" type="{urn:iso:std:iso:20022:tech:xsd:reda.074.001.01}SupplementaryDataEnvelope1"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnvlp()
Gets the value of the envlp property.Gets the value of the plcAndNm property.void
Sets the value of the envlp property.void
setPlcAndNm
(String value) Sets the value of the plcAndNm property.
-
Constructor Details
-
SupplementaryData1
public SupplementaryData1()
-
-
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
-
getEnvlp
Gets the value of the envlp property.- Returns:
- possible object is
SupplementaryDataEnvelope1
-
setEnvlp
Sets the value of the envlp property.- Parameters:
value
- allowed object isSupplementaryDataEnvelope1
-