|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.MerchantAuthenticationType
public class MerchantAuthenticationType
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"/>
</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 | |
|---|---|
protected ImpersonationAuthenticationType |
impersonationAuthentication
|
protected String |
mobileDeviceId
|
protected String |
name
|
protected String |
password
|
protected String |
sessionToken
|
protected String |
transactionKey
|
| Constructor Summary | |
|---|---|
MerchantAuthenticationType()
|
|
| Method Summary | |
|---|---|
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String transactionKey
protected String sessionToken
protected String password
protected ImpersonationAuthenticationType impersonationAuthentication
protected String mobileDeviceId
| Constructor Detail |
|---|
public MerchantAuthenticationType()
| Method Detail |
|---|
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 String getMobileDeviceId()
Stringpublic void setMobileDeviceId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||