Class MandateAuthentication1
java.lang.Object
org.coderic.iso20022.messages.pain.MandateAuthentication1
Java class for MandateAuthentication1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateAuthentication1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgAuthntcnCd" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max16Text" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ISODate" minOccurs="0"/> <element name="Chanl" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}AuthenticationChannel1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChanl()
Gets the value of the chanl property.getDt()
Gets the value of the dt property.Gets the value of the msgAuthntcnCd property.void
Sets the value of the chanl property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setMsgAuthntcnCd
(String value) Sets the value of the msgAuthntcnCd property.
-
Constructor Details
-
MandateAuthentication1
public MandateAuthentication1()
-
-
Method Details
-
getMsgAuthntcnCd
Gets the value of the msgAuthntcnCd property.- Returns:
- possible object is
String
-
setMsgAuthntcnCd
Sets the value of the msgAuthntcnCd property.- Parameters:
value
- allowed object isString
-
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
-
getChanl
Gets the value of the chanl property.- Returns:
- possible object is
AuthenticationChannel1Choice
-
setChanl
Sets the value of the chanl property.- Parameters:
value
- allowed object isAuthenticationChannel1Choice
-