public class SupplementaryData1 extends Object
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:camt.052.001.05}Max350Text" minOccurs="0"/>
<element name="Envlp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}SupplementaryDataEnvelope1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SupplementaryDataEnvelope1 |
envlp |
protected String |
plcAndNm |
| Constructor and Description |
|---|
SupplementaryData1() |
| Modifier and Type | Method and Description |
|---|---|
SupplementaryDataEnvelope1 |
getEnvlp()
Gets the value of the envlp property.
|
String |
getPlcAndNm()
Gets the value of the plcAndNm property.
|
void |
setEnvlp(SupplementaryDataEnvelope1 value)
Sets the value of the envlp property.
|
void |
setPlcAndNm(String value)
Sets the value of the plcAndNm property.
|
protected String plcAndNm
protected SupplementaryDataEnvelope1 envlp
public String getPlcAndNm()
Stringpublic void setPlcAndNm(String value)
value - allowed object is
Stringpublic SupplementaryDataEnvelope1 getEnvlp()
SupplementaryDataEnvelope1public void setEnvlp(SupplementaryDataEnvelope1 value)
value - allowed object is
SupplementaryDataEnvelope1Copyright © 2020. All rights reserved.