Class CashAccountSEPAMandate
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_02.CashAccountSEPAMandate
-
public class CashAccountSEPAMandate extends java.lang.ObjectJava class for CashAccountSEPAMandate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CashAccountSEPAMandate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}AccountIdentificationSEPAMandate"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccountIdentificationSEPAMandateid
-
Constructor Summary
Constructors Constructor Description CashAccountSEPAMandate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountIdentificationSEPAMandategetId()Gets the value of the id property.voidsetId(AccountIdentificationSEPAMandate value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected AccountIdentificationSEPAMandate id
-
-
Method Detail
-
getId
public AccountIdentificationSEPAMandate getId()
Gets the value of the id property.- Returns:
- possible object is
AccountIdentificationSEPAMandate
-
setId
public void setId(AccountIdentificationSEPAMandate value)
Sets the value of the id property.- Parameters:
value- allowed object isAccountIdentificationSEPAMandate
-
-