Class CorrectionIdentification1
java.lang.Object
org.coderic.iso20022.messages.caad.CorrectionIdentification1
Java class for CorrectionIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrectionIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ind" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}TrueFalseIndicator" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ISODate" minOccurs="0"/> <element name="Tm" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ISOTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDt()
Gets the value of the dt property.getTm()
Gets the value of the tm property.isInd()
Gets the value of the ind property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
Sets the value of the ind property.void
setTm
(XMLGregorianCalendar value) Sets the value of the tm property.
-
Constructor Details
-
CorrectionIdentification1
public CorrectionIdentification1()
-
-
Method Details
-
isInd
Gets the value of the ind property.- Returns:
- possible object is
Boolean
-
setInd
Sets the value of the ind property.- Parameters:
value
- allowed object isBoolean
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getTm
Gets the value of the tm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTm
Sets the value of the tm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-