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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationIndicator |
protected String |
cardholderAuthenticationValue |
| Constructor and Description |
|---|
CcAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String authenticationIndicator
protected String cardholderAuthenticationValue
public String getAuthenticationIndicator()
Stringpublic void setAuthenticationIndicator(String value)
value - allowed object is
Stringpublic String getCardholderAuthenticationValue()
StringCopyright © 2016. All Rights Reserved.