Package net.authorize.api.contract.v1
Class MerchantAuthenticationType
- java.lang.Object
-
- net.authorize.api.contract.v1.MerchantAuthenticationType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessTokenprotected StringclientKeyprotected FingerPrintTypefingerPrintprotected ImpersonationAuthenticationTypeimpersonationAuthenticationprotected StringmobileDeviceIdprotected Stringnameprotected Stringpasswordprotected StringsessionTokenprotected StringtransactionKey
-
Constructor Summary
Constructors Constructor Description MerchantAuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()Gets the value of the accessToken property.StringgetClientKey()Gets the value of the clientKey property.FingerPrintTypegetFingerPrint()Gets the value of the fingerPrint property.ImpersonationAuthenticationTypegetImpersonationAuthentication()Gets the value of the impersonationAuthentication property.StringgetMobileDeviceId()Gets the value of the mobileDeviceId property.StringgetName()Gets the value of the name property.StringgetPassword()Gets the value of the password property.StringgetSessionToken()Gets the value of the sessionToken property.StringgetTransactionKey()Gets the value of the transactionKey property.voidsetAccessToken(String value)Sets the value of the accessToken property.voidsetClientKey(String value)Sets the value of the clientKey property.voidsetFingerPrint(FingerPrintType value)Sets the value of the fingerPrint property.voidsetImpersonationAuthentication(ImpersonationAuthenticationType value)Sets the value of the impersonationAuthentication property.voidsetMobileDeviceId(String value)Sets the value of the mobileDeviceId property.voidsetName(String value)Sets the value of the name property.voidsetPassword(String value)Sets the value of the password property.voidsetSessionToken(String value)Sets the value of the sessionToken property.voidsetTransactionKey(String value)Sets the value of the transactionKey property.
-
-
-
Field Detail
-
name
protected String name
-
transactionKey
protected String transactionKey
-
sessionToken
protected String sessionToken
-
password
protected String password
-
impersonationAuthentication
protected ImpersonationAuthenticationType impersonationAuthentication
-
fingerPrint
protected FingerPrintType fingerPrint
-
clientKey
protected String clientKey
-
accessToken
protected String accessToken
-
mobileDeviceId
protected String mobileDeviceId
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getTransactionKey
public String getTransactionKey()
Gets the value of the transactionKey property.- Returns:
- possible object is
String
-
setTransactionKey
public void setTransactionKey(String value)
Sets the value of the transactionKey property.- Parameters:
value- allowed object isString
-
getSessionToken
public String getSessionToken()
Gets the value of the sessionToken property.- Returns:
- possible object is
String
-
setSessionToken
public void setSessionToken(String value)
Sets the value of the sessionToken property.- Parameters:
value- allowed object isString
-
getPassword
public String getPassword()
Gets the value of the password property.- Returns:
- possible object is
String
-
setPassword
public void setPassword(String value)
Sets the value of the password property.- Parameters:
value- allowed object isString
-
getImpersonationAuthentication
public ImpersonationAuthenticationType getImpersonationAuthentication()
Gets the value of the impersonationAuthentication property.- Returns:
- possible object is
ImpersonationAuthenticationType
-
setImpersonationAuthentication
public void setImpersonationAuthentication(ImpersonationAuthenticationType value)
Sets the value of the impersonationAuthentication property.- Parameters:
value- allowed object isImpersonationAuthenticationType
-
getFingerPrint
public FingerPrintType getFingerPrint()
Gets the value of the fingerPrint property.- Returns:
- possible object is
FingerPrintType
-
setFingerPrint
public void setFingerPrint(FingerPrintType value)
Sets the value of the fingerPrint property.- Parameters:
value- allowed object isFingerPrintType
-
getClientKey
public String getClientKey()
Gets the value of the clientKey property.- Returns:
- possible object is
String
-
setClientKey
public void setClientKey(String value)
Sets the value of the clientKey property.- Parameters:
value- allowed object isString
-
getAccessToken
public String getAccessToken()
Gets the value of the accessToken property.- Returns:
- possible object is
String
-
setAccessToken
public void setAccessToken(String value)
Sets the value of the accessToken property.- Parameters:
value- allowed object isString
-
getMobileDeviceId
public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.- Returns:
- possible object is
String
-
-