Class CardholderVerificationCapabilities1
java.lang.Object
org.coderic.iso20022.messages.cafm.CardholderVerificationCapabilities1
Java class for CardholderVerificationCapabilities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardholderVerificationCapabilities1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Cpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderVerificationCapability5Code"/> <element name="OthrCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cpblty property.Gets the value of the othrCpblty property.void
Sets the value of the cpblty property.void
setOthrCpblty
(String value) Sets the value of the othrCpblty property.
-
Constructor Details
-
CardholderVerificationCapabilities1
public CardholderVerificationCapabilities1()
-
-
Method Details
-
getCpblty
Gets the value of the cpblty property.- Returns:
- possible object is
CardholderVerificationCapability5Code
-
setCpblty
Sets the value of the cpblty property.- Parameters:
value
- allowed object isCardholderVerificationCapability5Code
-
getOthrCpblty
Gets the value of the othrCpblty property.- Returns:
- possible object is
String
-
setOthrCpblty
Sets the value of the othrCpblty property.- Parameters:
value
- allowed object isString
-