Class CardholderAuthentication2
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.CardholderAuthentication2
-
public class CardholderAuthentication2 extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationMethod1CodeauthntcnMtdprotected AuthenticationEntity1CodeauthntcnNtty
-
Constructor Summary
Constructors Constructor Description CardholderAuthentication2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMethod1CodegetAuthntcnMtd()Gets the value of the authntcnMtd property.AuthenticationEntity1CodegetAuthntcnNtty()Gets the value of the authntcnNtty property.voidsetAuthntcnMtd(AuthenticationMethod1Code value)Sets the value of the authntcnMtd property.voidsetAuthntcnNtty(AuthenticationEntity1Code value)Sets the value of the authntcnNtty property.
-
-
-
Field Detail
-
authntcnMtd
protected AuthenticationMethod1Code authntcnMtd
-
authntcnNtty
protected AuthenticationEntity1Code authntcnNtty
-
-
Method Detail
-
getAuthntcnMtd
public AuthenticationMethod1Code getAuthntcnMtd()
Gets the value of the authntcnMtd property.- Returns:
- possible object is
AuthenticationMethod1Code
-
setAuthntcnMtd
public void setAuthntcnMtd(AuthenticationMethod1Code value)
Sets the value of the authntcnMtd property.- Parameters:
value- allowed object isAuthenticationMethod1Code
-
getAuthntcnNtty
public AuthenticationEntity1Code getAuthntcnNtty()
Gets the value of the authntcnNtty property.- Returns:
- possible object is
AuthenticationEntity1Code
-
setAuthntcnNtty
public void setAuthntcnNtty(AuthenticationEntity1Code value)
Sets the value of the authntcnNtty property.- Parameters:
value- allowed object isAuthenticationEntity1Code
-
-