Class CcAuthenticationType


  • public class CcAuthenticationType
    extends Object

    Java class for ccAuthenticationType complex type.

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

     <complexType name="ccAuthenticationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="authenticationIndicator" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cardholderAuthenticationValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • authenticationIndicator

        protected String authenticationIndicator
      • cardholderAuthenticationValue

        protected String cardholderAuthenticationValue
    • Constructor Detail

      • CcAuthenticationType

        public CcAuthenticationType()
    • Method Detail

      • getAuthenticationIndicator

        public String getAuthenticationIndicator()
        Gets the value of the authenticationIndicator property.
        Returns:
        possible object is String
      • setAuthenticationIndicator

        public void setAuthenticationIndicator​(String value)
        Sets the value of the authenticationIndicator property.
        Parameters:
        value - allowed object is String
      • getCardholderAuthenticationValue

        public String getCardholderAuthenticationValue()
        Gets the value of the cardholderAuthenticationValue property.
        Returns:
        possible object is String
      • setCardholderAuthenticationValue

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