Class CardholderAuthentication2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_05.CardholderAuthentication2
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationMethod1Code
protected AuthenticationEntity1Code
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authntcnMtd property.Gets the value of the authntcnNtty property.void
Sets the value of the authntcnMtd property.void
Sets the value of the authntcnNtty property.
-
Field Details
-
authntcnMtd
-
authntcnNtty
-
-
Constructor Details
-
CardholderAuthentication2
public CardholderAuthentication2()
-
-
Method Details
-
getAuthntcnMtd
Gets the value of the authntcnMtd property.- Returns:
- possible object is
AuthenticationMethod1Code
-
setAuthntcnMtd
Sets the value of the authntcnMtd property.- Parameters:
value
- allowed object isAuthenticationMethod1Code
-
getAuthntcnNtty
Gets the value of the authntcnNtty property.- Returns:
- possible object is
AuthenticationEntity1Code
-
setAuthntcnNtty
Sets the value of the authntcnNtty property.- Parameters:
value
- allowed object isAuthenticationEntity1Code
-