Class CardholderPIN


  • public class CardholderPIN
    extends Object
    Definition: Encrypted PIN and related information -- Usage: To request PIN Verify to the POI, or to get the encrypted PIN block.

    Java class for CardholderPIN complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CardholderPIN">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="EncrPINBlock" type="{}ContentInformation"/>
           </sequence>
           <attribute name="PINFormat" use="required" type="{}PINFormatType" />
           <attribute name="AdditionalInput" type="{}AdditionalInput" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • additionalInput

        protected String additionalInput
        The Additional input.
    • Constructor Detail

      • CardholderPIN

        public CardholderPIN()
    • Method Detail

      • getPINFormat

        public PINFormatType getPINFormat()
        Gets the value of the pinFormat property.
        Returns:
        possible object is PINFormatType
      • setPINFormat

        public void setPINFormat​(PINFormatType value)
        Sets the value of the pinFormat property.
        Parameters:
        value - allowed object is PINFormatType
      • getAdditionalInput

        public String getAdditionalInput()
        Gets the value of the additionalInput property.
        Returns:
        possible object is String
      • setAdditionalInput

        public void setAdditionalInput​(String value)
        Sets the value of the additionalInput property.
        Parameters:
        value - allowed object is String