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