Class SupplementaryData1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.SupplementaryData1
-
public class SupplementaryData1 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SupplementaryDataEnvelope1envlpprotected java.lang.StringplcAndNm
-
Constructor Summary
Constructors Constructor Description SupplementaryData1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupplementaryDataEnvelope1getEnvlp()Gets the value of the envlp property.java.lang.StringgetPlcAndNm()Gets the value of the plcAndNm property.voidsetEnvlp(SupplementaryDataEnvelope1 value)Sets the value of the envlp property.voidsetPlcAndNm(java.lang.String value)Sets the value of the plcAndNm property.
-
-
-
Field Detail
-
plcAndNm
protected java.lang.String plcAndNm
-
envlp
protected SupplementaryDataEnvelope1 envlp
-
-
Method Detail
-
getPlcAndNm
public java.lang.String getPlcAndNm()
Gets the value of the plcAndNm property.- Returns:
- possible object is
String
-
setPlcAndNm
public void setPlcAndNm(java.lang.String value)
Sets the value of the plcAndNm property.- Parameters:
value- allowed object isString
-
getEnvlp
public SupplementaryDataEnvelope1 getEnvlp()
Gets the value of the envlp property.- Returns:
- possible object is
SupplementaryDataEnvelope1
-
setEnvlp
public void setEnvlp(SupplementaryDataEnvelope1 value)
Sets the value of the envlp property.- Parameters:
value- allowed object isSupplementaryDataEnvelope1
-
-