Class DateFormat58Choice
java.lang.Object
org.coderic.iso20022.messages.seev.DateFormat58Choice
Java class for DateFormat58Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateFormat58Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DtOrDtTm" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateAndDateTime2Choice"/> <element name="DtCd" type="{urn:iso:std:iso:20022:tech:xsd:seev.053.001.02}DateType1Code"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDtCd()
Gets the value of the dtCd property.Gets the value of the dtOrDtTm property.void
setDtCd
(DateType1Code value) Sets the value of the dtCd property.void
Sets the value of the dtOrDtTm property.
-
Constructor Details
-
DateFormat58Choice
public DateFormat58Choice()
-
-
Method Details
-
getDtOrDtTm
Gets the value of the dtOrDtTm property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setDtOrDtTm
Sets the value of the dtOrDtTm property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getDtCd
Gets the value of the dtCd property.- Returns:
- possible object is
DateType1Code
-
setDtCd
Sets the value of the dtCd property.- Parameters:
value
- allowed object isDateType1Code
-