public class CardholderAuthentication2 extends Object
Java-Klasse für CardholderAuthentication2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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.053.001.06}AuthenticationMethod1Code"/>
<element name="AuthntcnNtty" type="{urn:iso:std:iso:20022:tech:xsd:camt.053.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()
Ruft den Wert der authntcnMtd-Eigenschaft ab.
|
AuthenticationEntity1Code |
getAuthntcnNtty()
Ruft den Wert der authntcnNtty-Eigenschaft ab.
|
void |
setAuthntcnMtd(AuthenticationMethod1Code value)
Legt den Wert der authntcnMtd-Eigenschaft fest.
|
void |
setAuthntcnNtty(AuthenticationEntity1Code value)
Legt den Wert der authntcnNtty-Eigenschaft fest.
|
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 © 2017. All rights reserved.