Class ClearingSystemIdentification3Choice
java.lang.Object
iso.std.iso._20022.tech.xsd.pacs_008_001.ClearingSystemIdentification3Choice
Java class for ClearingSystemIdentification3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClearingSystemIdentification3Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:pacs.008.001.08}ExternalCashClearingSystem1Code"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCd()
Gets the value of the cd property.void
Sets the value of the cd property.
-
Field Details
-
cd
-
-
Constructor Details
-
ClearingSystemIdentification3Choice
public ClearingSystemIdentification3Choice()
-
-
Method Details
-
getCd
Gets the value of the cd property.- Returns:
- possible object is
ExternalCashClearingSystem1Code
-
setCd
Sets the value of the cd property.- Parameters:
value
- allowed object isExternalCashClearingSystem1Code
-