Class CardholderAuthentication2
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_06.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.06}AuthenticationMethod1Code"/>
<element name="AuthntcnNtty" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AuthenticationEntity1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationMethod1Codeprotected AuthenticationEntity1Code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authntcnMtd property.Gets the value of the authntcnNtty property.voidSets the value of the authntcnMtd property.voidSets 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
-