public class CardholderAuthentication2 extends 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.054.001.06}AuthenticationMethod1Code"/>
<element name="AuthntcnNtty" type="{urn:iso:std:iso:20022:tech:xsd:camt.054.001.06}AuthenticationEntity1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationMethod1Code |
authntcnMtd |
protected AuthenticationEntity1Code |
authntcnNtty |
| Constructor and Description |
|---|
CardholderAuthentication2() |
| Modifier and Type | Method and 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()
AuthenticationMethod1Codepublic void setAuthntcnMtd(AuthenticationMethod1Code value)
value - allowed object is
AuthenticationMethod1Codepublic AuthenticationEntity1Code getAuthntcnNtty()
AuthenticationEntity1Codepublic void setAuthntcnNtty(AuthenticationEntity1Code value)
value - allowed object is
AuthenticationEntity1CodeCopyright © 2018. All rights reserved.