Class PointOfInteractionCapabilities9
Java class for PointOfInteractionCapabilities9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionCapabilities9"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CardRdngCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading8Code" maxOccurs="unbounded" minOccurs="0"/> <element name="CrdhldrVrfctnCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardholderVerificationCapability4Code" maxOccurs="unbounded" minOccurs="0"/> <element name="PINLngthCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/> <element name="ApprvlCdLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/> <element name="MxScrptLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/> <element name="CardCaptrCpbl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/> <element name="OnLineCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}OnLineCapability1Code" minOccurs="0"/> <element name="MsgCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DisplayCapabilities4" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apprvlCdLngth property.Gets the value of the cardRdngCpblties property.Gets the value of the crdhldrVrfctnCpblties property.Gets the value of the msgCpblties property.Gets the value of the mxScrptLngth property.Gets the value of the onLineCpblties property.Gets the value of the pinLngthCpblties property.Gets the value of the cardCaptrCpbl property.void
setApprvlCdLngth
(BigDecimal value) Sets the value of the apprvlCdLngth property.void
setCardCaptrCpbl
(Boolean value) Sets the value of the cardCaptrCpbl property.void
setMxScrptLngth
(BigDecimal value) Sets the value of the mxScrptLngth property.void
Sets the value of the onLineCpblties property.void
setPINLngthCpblties
(BigDecimal value) Sets the value of the pinLngthCpblties property.
-
Constructor Details
-
PointOfInteractionCapabilities9
public PointOfInteractionCapabilities9()
-
-
Method Details
-
getCardRdngCpblties
Gets the value of the cardRdngCpblties property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the cardRdngCpblties property.For example, to add a new item, do as follows:
getCardRdngCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
CardDataReading8Code
-
getCrdhldrVrfctnCpblties
Gets the value of the crdhldrVrfctnCpblties property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the crdhldrVrfctnCpblties property.For example, to add a new item, do as follows:
getCrdhldrVrfctnCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
CardholderVerificationCapability4Code
-
getPINLngthCpblties
Gets the value of the pinLngthCpblties property.- Returns:
- possible object is
BigDecimal
-
setPINLngthCpblties
Sets the value of the pinLngthCpblties property.- Parameters:
value
- allowed object isBigDecimal
-
getApprvlCdLngth
Gets the value of the apprvlCdLngth property.- Returns:
- possible object is
BigDecimal
-
setApprvlCdLngth
Sets the value of the apprvlCdLngth property.- Parameters:
value
- allowed object isBigDecimal
-
getMxScrptLngth
Gets the value of the mxScrptLngth property.- Returns:
- possible object is
BigDecimal
-
setMxScrptLngth
Sets the value of the mxScrptLngth property.- Parameters:
value
- allowed object isBigDecimal
-
isCardCaptrCpbl
Gets the value of the cardCaptrCpbl property.- Returns:
- possible object is
Boolean
-
setCardCaptrCpbl
Sets the value of the cardCaptrCpbl property.- Parameters:
value
- allowed object isBoolean
-
getOnLineCpblties
Gets the value of the onLineCpblties property.- Returns:
- possible object is
OnLineCapability1Code
-
setOnLineCpblties
Sets the value of the onLineCpblties property.- Parameters:
value
- allowed object isOnLineCapability1Code
-
getMsgCpblties
Gets the value of the msgCpblties property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the msgCpblties property.For example, to add a new item, do as follows:
getMsgCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayCapabilities4
-