public class MerchantAuthenticationType
extends java.lang.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 java.lang.String |
accessToken |
protected java.lang.String |
clientKey |
protected FingerPrintType |
fingerPrint |
protected ImpersonationAuthenticationType |
impersonationAuthentication |
protected java.lang.String |
mobileDeviceId |
protected java.lang.String |
name |
protected java.lang.String |
password |
protected java.lang.String |
sessionToken |
protected java.lang.String |
transactionKey |
| Constructor and Description |
|---|
MerchantAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccessToken()
Gets the value of the accessToken property.
|
java.lang.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.
|
java.lang.String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getSessionToken()
Gets the value of the sessionToken property.
|
java.lang.String |
getTransactionKey()
Gets the value of the transactionKey property.
|
void |
setAccessToken(java.lang.String value)
Sets the value of the accessToken property.
|
void |
setClientKey(java.lang.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(java.lang.String value)
Sets the value of the mobileDeviceId property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setSessionToken(java.lang.String value)
Sets the value of the sessionToken property.
|
void |
setTransactionKey(java.lang.String value)
Sets the value of the transactionKey property.
|
protected java.lang.String name
protected java.lang.String transactionKey
protected java.lang.String sessionToken
protected java.lang.String password
protected ImpersonationAuthenticationType impersonationAuthentication
protected FingerPrintType fingerPrint
protected java.lang.String clientKey
protected java.lang.String accessToken
protected java.lang.String mobileDeviceId
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransactionKey()
Stringpublic void setTransactionKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSessionToken()
Stringpublic void setSessionToken(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.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 java.lang.String getClientKey()
Stringpublic void setClientKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccessToken()
Stringpublic void setAccessToken(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMobileDeviceId()
Stringpublic void setMobileDeviceId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.