Class SupplementaryData1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.SupplementaryData1
-
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:pain.001.001.11}Max350Text" minOccurs="0"/> <element name="Envlp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}SupplementaryDataEnvelope1"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SupplementaryDataEnvelope1
envlp
protected java.lang.String
plcAndNm
-
Constructor Summary
Constructors Constructor Description SupplementaryData1()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
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
-
-