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