Class ServiceLevelSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_002_02.ServiceLevelSEPA
-
public class ServiceLevelSEPA extends java.lang.ObjectJava class for ServiceLevelSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceLevelSEPA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cd" type="{urn:swift:xsd:$pain.002.002.02}ServiceLevelSEPACode"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceLevelSEPACodecd
-
Constructor Summary
Constructors Constructor Description ServiceLevelSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceLevelSEPACodegetCd()Gets the value of the cd property.voidsetCd(ServiceLevelSEPACode value)Sets the value of the cd property.
-
-
-
Field Detail
-
cd
protected ServiceLevelSEPACode cd
-
-
Method Detail
-
getCd
public ServiceLevelSEPACode getCd()
Gets the value of the cd property.- Returns:
- possible object is
ServiceLevelSEPACode
-
setCd
public void setCd(ServiceLevelSEPACode value)
Sets the value of the cd property.- Parameters:
value- allowed object isServiceLevelSEPACode
-
-