net.authorize.api.contract.v1
Class CcAuthenticationType

java.lang.Object
  extended by net.authorize.api.contract.v1.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 Summary
protected  String authenticationIndicator
           
protected  String cardholderAuthenticationValue
           
 
Constructor Summary
CcAuthenticationType()
           
 
Method Summary
 String getAuthenticationIndicator()
          Gets the value of the authenticationIndicator property.
 String getCardholderAuthenticationValue()
          Gets the value of the cardholderAuthenticationValue property.
 void setAuthenticationIndicator(String value)
          Sets the value of the authenticationIndicator property.
 void setCardholderAuthenticationValue(String value)
          Sets the value of the cardholderAuthenticationValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2014. All Rights Reserved.