Class ServiceLevelSCT
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_002_02.ServiceLevelSCT
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()
Gets the value of the cd property.void
setCd
(ServiceLevelSCTCode value) Sets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
ServiceLevelSCT
public ServiceLevelSCT()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
ServiceLevelSCTCode
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isServiceLevelSCTCode
-