public class MerchantAuthenticationType extends Object
Java class for merchantAuthenticationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="merchantAuthenticationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<choice>
<element name="transactionKey">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
<element name="sessionToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="impersonationAuthentication" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}impersonationAuthenticationType" minOccurs="0"/>
<element name="fingerPrint" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fingerPrintType" minOccurs="0"/>
<element name="clientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
<element name="mobileDeviceId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessToken |
protected String |
clientKey |
protected FingerPrintType |
fingerPrint |
protected ImpersonationAuthenticationType |
impersonationAuthentication |
protected String |
mobileDeviceId |
protected String |
name |
protected String |
password |
protected String |
sessionToken |
protected String |
transactionKey |
| Constructor and Description |
|---|
MerchantAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
Gets the value of the accessToken property.
|
String |
getClientKey()
Gets the value of the clientKey property.
|
FingerPrintType |
getFingerPrint()
Gets the value of the fingerPrint property.
|
ImpersonationAuthenticationType |
getImpersonationAuthentication()
Gets the value of the impersonationAuthentication property.
|
String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getSessionToken()
Gets the value of the sessionToken property.
|
String |
getTransactionKey()
Gets the value of the transactionKey property.
|
void |
setAccessToken(String value)
Sets the value of the accessToken property.
|
void |
setClientKey(String value)
Sets the value of the clientKey property.
|
void |
setFingerPrint(FingerPrintType value)
Sets the value of the fingerPrint property.
|
void |
setImpersonationAuthentication(ImpersonationAuthenticationType value)
Sets the value of the impersonationAuthentication property.
|
void |
setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSessionToken(String value)
Sets the value of the sessionToken property.
|
void |
setTransactionKey(String value)
Sets the value of the transactionKey property.
|
protected String name
protected String transactionKey
protected String sessionToken
protected String password
protected ImpersonationAuthenticationType impersonationAuthentication
protected FingerPrintType fingerPrint
protected String clientKey
protected String accessToken
protected String mobileDeviceId
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTransactionKey()
Stringpublic void setTransactionKey(String value)
value - allowed object is
Stringpublic String getSessionToken()
Stringpublic void setSessionToken(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic ImpersonationAuthenticationType getImpersonationAuthentication()
ImpersonationAuthenticationTypepublic void setImpersonationAuthentication(ImpersonationAuthenticationType value)
value - allowed object is
ImpersonationAuthenticationTypepublic FingerPrintType getFingerPrint()
FingerPrintTypepublic void setFingerPrint(FingerPrintType value)
value - allowed object is
FingerPrintTypepublic String getClientKey()
Stringpublic void setClientKey(String value)
value - allowed object is
Stringpublic String getAccessToken()
Stringpublic void setAccessToken(String value)
value - allowed object is
Stringpublic String getMobileDeviceId()
StringCopyright © 2020. All rights reserved.