Class AdviceType1
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.AdviceType1
Java 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtAdvc property.Gets the value of the dbtAdvc property.void
setCdtAdvc
(AdviceType1Choice value) Sets the value of the cdtAdvc property.void
setDbtAdvc
(AdviceType1Choice value) Sets the value of the dbtAdvc property.
-
Field Details
-
cdtAdvc
-
dbtAdvc
-
-
Constructor Details
-
AdviceType1
public AdviceType1()
-
-
Method Details
-
getCdtAdvc
Gets the value of the cdtAdvc property.- Returns:
- possible object is
AdviceType1Choice
-
setCdtAdvc
Sets the value of the cdtAdvc property.- Parameters:
value
- allowed object isAdviceType1Choice
-
getDbtAdvc
Gets the value of the dbtAdvc property.- Returns:
- possible object is
AdviceType1Choice
-
setDbtAdvc
Sets the value of the dbtAdvc property.- Parameters:
value
- allowed object isAdviceType1Choice
-