public class CcAuthenticationType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authenticationIndicator |
protected java.lang.String |
cardholderAuthenticationValue |
| Constructor and Description |
|---|
CcAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthenticationIndicator()
Gets the value of the authenticationIndicator property.
|
java.lang.String |
getCardholderAuthenticationValue()
Gets the value of the cardholderAuthenticationValue property.
|
void |
setAuthenticationIndicator(java.lang.String value)
Sets the value of the authenticationIndicator property.
|
void |
setCardholderAuthenticationValue(java.lang.String value)
Sets the value of the cardholderAuthenticationValue property.
|
protected java.lang.String authenticationIndicator
protected java.lang.String cardholderAuthenticationValue
public java.lang.String getAuthenticationIndicator()
Stringpublic void setAuthenticationIndicator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCardholderAuthenticationValue()
Stringpublic void setCardholderAuthenticationValue(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.