Class SettlementServiceDate2
java.lang.Object
org.coderic.iso20022.messages.cafr.SettlementServiceDate2
Java class for SettlementServiceDate2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SettlementServiceDate2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ReqdSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODate" minOccurs="0"/> <element name="DfrrdSttlmInd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="SttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODate" minOccurs="0"/> <element name="SttlmTm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISOTime" minOccurs="0"/> <element name="SttlmPrd" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}Max35Text" minOccurs="0"/> <element name="SttlmCutOffTm" type="{urn:iso:std:iso:20022:tech:xsd:cafr.004.001.02}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reqdSttlmDt property.Gets the value of the sttlmCutOffTm property.Gets the value of the sttlmDt property.Gets the value of the sttlmPrd property.Gets the value of the sttlmTm property.Gets the value of the dfrrdSttlmInd property.void
setDfrrdSttlmInd
(Boolean value) Sets the value of the dfrrdSttlmInd property.void
Sets the value of the reqdSttlmDt property.void
Sets the value of the sttlmCutOffTm property.void
setSttlmDt
(XMLGregorianCalendar value) Sets the value of the sttlmDt property.void
setSttlmPrd
(String value) Sets the value of the sttlmPrd property.void
setSttlmTm
(XMLGregorianCalendar value) Sets the value of the sttlmTm property.
-
Constructor Details
-
SettlementServiceDate2
public SettlementServiceDate2()
-
-
Method Details
-
getReqdSttlmDt
Gets the value of the reqdSttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setReqdSttlmDt
Sets the value of the reqdSttlmDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isDfrrdSttlmInd
Gets the value of the dfrrdSttlmInd property.- Returns:
- possible object is
Boolean
-
setDfrrdSttlmInd
Sets the value of the dfrrdSttlmInd property.- Parameters:
value
- allowed object isBoolean
-
getSttlmDt
Gets the value of the sttlmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSttlmDt
Sets the value of the sttlmDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSttlmTm
Gets the value of the sttlmTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSttlmTm
Sets the value of the sttlmTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSttlmPrd
Gets the value of the sttlmPrd property.- Returns:
- possible object is
String
-
setSttlmPrd
Sets the value of the sttlmPrd property.- Parameters:
value
- allowed object isString
-
getSttlmCutOffTm
Gets the value of the sttlmCutOffTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setSttlmCutOffTm
Sets the value of the sttlmCutOffTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-