|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ImpersonationAuthenticationType
public class ImpersonationAuthenticationType
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>
| Field Summary | |
|---|---|
protected String |
partnerLoginId
|
protected String |
partnerTransactionKey
|
| Constructor Summary | |
|---|---|
ImpersonationAuthenticationType()
|
|
| Method Summary | |
|---|---|
String |
getPartnerLoginId()
Gets the value of the partnerLoginId property. |
String |
getPartnerTransactionKey()
Gets the value of the partnerTransactionKey property. |
void |
setPartnerLoginId(String value)
Sets the value of the partnerLoginId property. |
void |
setPartnerTransactionKey(String value)
Sets the value of the partnerTransactionKey property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String partnerLoginId
protected String partnerTransactionKey
| Constructor Detail |
|---|
public ImpersonationAuthenticationType()
| Method Detail |
|---|
public String getPartnerLoginId()
Stringpublic void setPartnerLoginId(String value)
value - allowed object is
Stringpublic String getPartnerTransactionKey()
Stringpublic void setPartnerTransactionKey(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||