Package net.authorize.api.contract.v1
Class CcAuthenticationType
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected StringauthenticationIndicatorprotected StringcardholderAuthenticationValue
-
Constructor Summary
Constructors Constructor Description CcAuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthenticationIndicator()Gets the value of the authenticationIndicator property.StringgetCardholderAuthenticationValue()Gets the value of the cardholderAuthenticationValue property.voidsetAuthenticationIndicator(String value)Sets the value of the authenticationIndicator property.voidsetCardholderAuthenticationValue(String value)Sets the value of the cardholderAuthenticationValue property.
-
-
-
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 isString
-
getCardholderAuthenticationValue
public String getCardholderAuthenticationValue()
Gets the value of the cardholderAuthenticationValue property.- Returns:
- possible object is
String
-
-