public class ImpersonationAuthenticationType
extends java.lang.Object
Java class for impersonationAuthenticationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="impersonationAuthenticationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="partnerLoginId">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
<element name="partnerTransactionKey">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="16"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
partnerLoginId |
protected java.lang.String |
partnerTransactionKey |
| Constructor and Description |
|---|
ImpersonationAuthenticationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPartnerLoginId()
Gets the value of the partnerLoginId property.
|
java.lang.String |
getPartnerTransactionKey()
Gets the value of the partnerTransactionKey property.
|
void |
setPartnerLoginId(java.lang.String value)
Sets the value of the partnerLoginId property.
|
void |
setPartnerTransactionKey(java.lang.String value)
Sets the value of the partnerTransactionKey property.
|
protected java.lang.String partnerLoginId
protected java.lang.String partnerTransactionKey
public java.lang.String getPartnerLoginId()
Stringpublic void setPartnerLoginId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPartnerTransactionKey()
Stringpublic void setPartnerTransactionKey(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.