Class CreditorReferenceTypeCodeSEPA
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_02.CreditorReferenceTypeCodeSEPA
Java class for CreditorReferenceTypeCodeSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditorReferenceTypeCodeSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}DocumentType3CodeSEPA"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()Gets the value of the cd property.voidsetCd(DocumentType3CodeSEPA value) Sets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
CreditorReferenceTypeCodeSEPA
public CreditorReferenceTypeCodeSEPA()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
DocumentType3CodeSEPA
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isDocumentType3CodeSEPA
-