public class CardholderAuthentication2
extends java.lang.Object
Java class for CardholderAuthentication2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardholderAuthentication2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AuthntcnMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AuthenticationMethod1Code"/> <element name="AuthntcnNtty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}AuthenticationEntity1Code"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected AuthenticationMethod1Code |
authntcnMtd |
|
protected AuthenticationEntity1Code |
authntcnNtty |
Constructor | Description |
---|---|
CardholderAuthentication2() |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationMethod1Code |
getAuthntcnMtd() |
Gets the value of the authntcnMtd property.
|
AuthenticationEntity1Code |
getAuthntcnNtty() |
Gets the value of the authntcnNtty property.
|
void |
setAuthntcnMtd(AuthenticationMethod1Code value) |
Sets the value of the authntcnMtd property.
|
void |
setAuthntcnNtty(AuthenticationEntity1Code value) |
Sets the value of the authntcnNtty property.
|
protected AuthenticationMethod1Code authntcnMtd
protected AuthenticationEntity1Code authntcnNtty
public AuthenticationMethod1Code getAuthntcnMtd()
AuthenticationMethod1Code
public void setAuthntcnMtd(AuthenticationMethod1Code value)
value
- allowed object is
AuthenticationMethod1Code
public AuthenticationEntity1Code getAuthntcnNtty()
AuthenticationEntity1Code
public void setAuthntcnNtty(AuthenticationEntity1Code value)
value
- allowed object is
AuthenticationEntity1Code
Copyright © 2018. All rights reserved.