public class ServiceLevelSCT
extends java.lang.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 | Description |
---|---|---|
protected ServiceLevelSCTCode |
cd |
Constructor | Description |
---|---|
ServiceLevelSCT() |
Modifier and Type | Method | 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()
ServiceLevelSCTCode
public void setCd(ServiceLevelSCTCode value)
value
- allowed object is
ServiceLevelSCTCode
Copyright © 2018. All rights reserved.