Class ServiceLevel4
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_02.ServiceLevel4
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.001.001.02}ServiceLevel3Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()Gets the value of the cd property.voidsetCd(ServiceLevel3Code value) Sets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
ServiceLevel4
public ServiceLevel4()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
ServiceLevel3Code
-
setCd
Sets the value of the cd property.- Parameters:
value- allowed object isServiceLevel3Code
-