Class Capabilities2
Java class for Capabilities2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Capabilities2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CardRdngCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardReadingCapabilities1" maxOccurs="unbounded" minOccurs="0"/> <element name="CardWrtgCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardWritingCapabilities1" maxOccurs="unbounded" minOccurs="0"/> <element name="PINLngthCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/> <element name="PINNtrySctyChrtc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}PINEntrySecurityCharacteristic1Code" minOccurs="0"/> <element name="OthrPINNtrySctyChrtc" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> <element name="ApprvlCdLngth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/> <element name="MxScrptLngth" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/> <element name="CardCaptrCpbl" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> <element name="OnLineCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}OnLineCapability2Code" minOccurs="0"/> <element name="MsgCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}DisplayCapabilities6" maxOccurs="unbounded" minOccurs="0"/> <element name="CrdhldrVrfctnCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardholderVerificationCapabilities1" maxOccurs="unbounded" minOccurs="0"/> <element name="TempScrCardDataStorg" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}TrueFalseIndicator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the apprvlCdLngth property.Gets the value of the cardRdngCpblty property.Gets the value of the cardWrtgCpblty property.Gets the value of the crdhldrVrfctnCpblty property.Gets the value of the msgCpblty property.Gets the value of the mxScrptLngth property.Gets the value of the onLineCpblty property.Gets the value of the othrPINNtrySctyChrtc property.Gets the value of the pinLngthCpblty property.Gets the value of the pinNtrySctyChrtc property.Gets the value of the cardCaptrCpbl property.Gets the value of the tempScrCardDataStorg 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 onLineCpblty property.void
setOthrPINNtrySctyChrtc
(String value) Sets the value of the othrPINNtrySctyChrtc property.void
setPINLngthCpblty
(BigDecimal value) Sets the value of the pinLngthCpblty property.void
Sets the value of the pinNtrySctyChrtc property.void
setTempScrCardDataStorg
(Boolean value) Sets the value of the tempScrCardDataStorg property.
-
Constructor Details
-
Capabilities2
public Capabilities2()
-
-
Method Details
-
getCardRdngCpblty
Gets the value of the cardRdngCpblty 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 cardRdngCpblty property.For example, to add a new item, do as follows:
getCardRdngCpblty().add(newItem);
Objects of the following type(s) are allowed in the list
CardReadingCapabilities1
-
getCardWrtgCpblty
Gets the value of the cardWrtgCpblty 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 cardWrtgCpblty property.For example, to add a new item, do as follows:
getCardWrtgCpblty().add(newItem);
Objects of the following type(s) are allowed in the list
CardWritingCapabilities1
-
getPINLngthCpblty
Gets the value of the pinLngthCpblty property.- Returns:
- possible object is
BigDecimal
-
setPINLngthCpblty
Sets the value of the pinLngthCpblty property.- Parameters:
value
- allowed object isBigDecimal
-
getPINNtrySctyChrtc
Gets the value of the pinNtrySctyChrtc property.- Returns:
- possible object is
PINEntrySecurityCharacteristic1Code
-
setPINNtrySctyChrtc
Sets the value of the pinNtrySctyChrtc property.- Parameters:
value
- allowed object isPINEntrySecurityCharacteristic1Code
-
getOthrPINNtrySctyChrtc
Gets the value of the othrPINNtrySctyChrtc property.- Returns:
- possible object is
String
-
setOthrPINNtrySctyChrtc
Sets the value of the othrPINNtrySctyChrtc property.- Parameters:
value
- allowed object isString
-
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
-
getOnLineCpblty
Gets the value of the onLineCpblty property.- Returns:
- possible object is
OnLineCapability2Code
-
setOnLineCpblty
Sets the value of the onLineCpblty property.- Parameters:
value
- allowed object isOnLineCapability2Code
-
getMsgCpblty
Gets the value of the msgCpblty 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 msgCpblty property.For example, to add a new item, do as follows:
getMsgCpblty().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayCapabilities6
-
getCrdhldrVrfctnCpblty
Gets the value of the crdhldrVrfctnCpblty 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 crdhldrVrfctnCpblty property.For example, to add a new item, do as follows:
getCrdhldrVrfctnCpblty().add(newItem);
Objects of the following type(s) are allowed in the list
CardholderVerificationCapabilities1
-
isTempScrCardDataStorg
Gets the value of the tempScrCardDataStorg property.- Returns:
- possible object is
Boolean
-
setTempScrCardDataStorg
Sets the value of the tempScrCardDataStorg property.- Parameters:
value
- allowed object isBoolean
-