Class AdviceType1
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.AdviceType1
-
public class AdviceType1 extends java.lang.ObjectJava class for AdviceType1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdviceType1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CdtAdvc" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}AdviceType1Choice" minOccurs="0"/> <element name="DbtAdvc" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}AdviceType1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdviceType1ChoicecdtAdvcprotected AdviceType1ChoicedbtAdvc
-
Constructor Summary
Constructors Constructor Description AdviceType1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdviceType1ChoicegetCdtAdvc()Gets the value of the cdtAdvc property.AdviceType1ChoicegetDbtAdvc()Gets the value of the dbtAdvc property.voidsetCdtAdvc(AdviceType1Choice value)Sets the value of the cdtAdvc property.voidsetDbtAdvc(AdviceType1Choice value)Sets the value of the dbtAdvc property.
-
-
-
Field Detail
-
cdtAdvc
protected AdviceType1Choice cdtAdvc
-
dbtAdvc
protected AdviceType1Choice dbtAdvc
-
-
Method Detail
-
getCdtAdvc
public AdviceType1Choice getCdtAdvc()
Gets the value of the cdtAdvc property.- Returns:
- possible object is
AdviceType1Choice
-
setCdtAdvc
public void setCdtAdvc(AdviceType1Choice value)
Sets the value of the cdtAdvc property.- Parameters:
value- allowed object isAdviceType1Choice
-
getDbtAdvc
public AdviceType1Choice getDbtAdvc()
Gets the value of the dbtAdvc property.- Returns:
- possible object is
AdviceType1Choice
-
setDbtAdvc
public void setDbtAdvc(AdviceType1Choice value)
Sets the value of the dbtAdvc property.- Parameters:
value- allowed object isAdviceType1Choice
-
-