Class Capabilities2

java.lang.Object
org.coderic.iso20022.messages.cafm.Capabilities2

public class Capabilities2 extends Object

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 Details

    • Capabilities2

      public Capabilities2()
  • Method Details

    • getCardRdngCpblty

      public List<CardReadingCapabilities1> 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

      public List<CardWritingCapabilities1> 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

      public BigDecimal getPINLngthCpblty()
      Gets the value of the pinLngthCpblty property.
      Returns:
      possible object is BigDecimal
    • setPINLngthCpblty

      public void setPINLngthCpblty(BigDecimal value)
      Sets the value of the pinLngthCpblty property.
      Parameters:
      value - allowed object is BigDecimal
    • getPINNtrySctyChrtc

      public PINEntrySecurityCharacteristic1Code getPINNtrySctyChrtc()
      Gets the value of the pinNtrySctyChrtc property.
      Returns:
      possible object is PINEntrySecurityCharacteristic1Code
    • setPINNtrySctyChrtc

      public void setPINNtrySctyChrtc(PINEntrySecurityCharacteristic1Code value)
      Sets the value of the pinNtrySctyChrtc property.
      Parameters:
      value - allowed object is PINEntrySecurityCharacteristic1Code
    • getOthrPINNtrySctyChrtc

      public String getOthrPINNtrySctyChrtc()
      Gets the value of the othrPINNtrySctyChrtc property.
      Returns:
      possible object is String
    • setOthrPINNtrySctyChrtc

      public void setOthrPINNtrySctyChrtc(String value)
      Sets the value of the othrPINNtrySctyChrtc property.
      Parameters:
      value - allowed object is String
    • getApprvlCdLngth

      public BigDecimal getApprvlCdLngth()
      Gets the value of the apprvlCdLngth property.
      Returns:
      possible object is BigDecimal
    • setApprvlCdLngth

      public void setApprvlCdLngth(BigDecimal value)
      Sets the value of the apprvlCdLngth property.
      Parameters:
      value - allowed object is BigDecimal
    • getMxScrptLngth

      public BigDecimal getMxScrptLngth()
      Gets the value of the mxScrptLngth property.
      Returns:
      possible object is BigDecimal
    • setMxScrptLngth

      public void setMxScrptLngth(BigDecimal value)
      Sets the value of the mxScrptLngth property.
      Parameters:
      value - allowed object is BigDecimal
    • isCardCaptrCpbl

      public Boolean isCardCaptrCpbl()
      Gets the value of the cardCaptrCpbl property.
      Returns:
      possible object is Boolean
    • setCardCaptrCpbl

      public void setCardCaptrCpbl(Boolean value)
      Sets the value of the cardCaptrCpbl property.
      Parameters:
      value - allowed object is Boolean
    • getOnLineCpblty

      public OnLineCapability2Code getOnLineCpblty()
      Gets the value of the onLineCpblty property.
      Returns:
      possible object is OnLineCapability2Code
    • setOnLineCpblty

      public void setOnLineCpblty(OnLineCapability2Code value)
      Sets the value of the onLineCpblty property.
      Parameters:
      value - allowed object is OnLineCapability2Code
    • getMsgCpblty

      public List<DisplayCapabilities6> 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

      public List<CardholderVerificationCapabilities1> 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

      public Boolean isTempScrCardDataStorg()
      Gets the value of the tempScrCardDataStorg property.
      Returns:
      possible object is Boolean
    • setTempScrCardDataStorg

      public void setTempScrCardDataStorg(Boolean value)
      Sets the value of the tempScrCardDataStorg property.
      Parameters:
      value - allowed object is Boolean