Class CardReadingCapabilities1
java.lang.Object
org.coderic.iso20022.messages.cafm.CardReadingCapabilities1
Java class for CardReadingCapabilities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardReadingCapabilities1"> <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}CardDataReading10Code"/> <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
setCpblty
(CardDataReading10Code value) Sets the value of the cpblty property.void
setOthrCpblty
(String value) Sets the value of the othrCpblty property.
-
Constructor Details
-
CardReadingCapabilities1
public CardReadingCapabilities1()
-
-
Method Details
-
getCpblty
Gets the value of the cpblty property.- Returns:
- possible object is
CardDataReading10Code
-
setCpblty
Sets the value of the cpblty property.- Parameters:
value
- allowed object isCardDataReading10Code
-
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
-