|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CcAuthenticationType
public class CcAuthenticationType
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 |
|---|
protected String authenticationIndicator
protected String cardholderAuthenticationValue
| Constructor Detail |
|---|
public CcAuthenticationType()
| Method Detail |
|---|
public String getAuthenticationIndicator()
Stringpublic void setAuthenticationIndicator(String value)
value - allowed object is
Stringpublic String getCardholderAuthenticationValue()
Stringpublic void setCardholderAuthenticationValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||