Class DateFormat42Choice
java.lang.Object
org.coderic.iso20022.messages.setr.DateFormat42Choice
Java class for DateFormat42Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DateFormat42Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="YrMnth" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}ISOYearMonth"/> <element name="YrMnthDay" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}ISODate"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the yrMnth property.Gets the value of the yrMnthDay property.void
setYrMnth
(XMLGregorianCalendar value) Sets the value of the yrMnth property.void
setYrMnthDay
(XMLGregorianCalendar value) Sets the value of the yrMnthDay property.
-
Constructor Details
-
DateFormat42Choice
public DateFormat42Choice()
-
-
Method Details
-
getYrMnth
Gets the value of the yrMnth property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYrMnth
Sets the value of the yrMnth property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getYrMnthDay
Gets the value of the yrMnthDay property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYrMnthDay
Sets the value of the yrMnthDay property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-