public class ServiceLevelSCT extends Object
Java class for ServiceLevelSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceLevelSCT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:swift:xsd:$pain.001.002.02}ServiceLevelSCTCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceLevelSCTCode |
cd |
| Constructor and Description |
|---|
ServiceLevelSCT() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelSCTCode |
getCd()
Gets the value of the cd property.
|
void |
setCd(ServiceLevelSCTCode value)
Sets the value of the cd property.
|
protected ServiceLevelSCTCode cd
public ServiceLevelSCTCode getCd()
ServiceLevelSCTCodepublic void setCd(ServiceLevelSCTCode value)
value - allowed object is
ServiceLevelSCTCodeCopyright © 2020. All rights reserved.