public class ServiceLevel4 extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceLevel3Code |
cd |
| Constructor and Description |
|---|
ServiceLevel4() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevel3Code |
getCd()
Gets the value of the cd property.
|
void |
setCd(ServiceLevel3Code value)
Sets the value of the cd property.
|
protected ServiceLevel3Code cd
public ServiceLevel3Code getCd()
ServiceLevel3Codepublic void setCd(ServiceLevel3Code value)
value - allowed object is
ServiceLevel3CodeCopyright © 2018. All rights reserved.