Package net.authorize.api.contract.v1
Class ImpersonationAuthenticationType
- java.lang.Object
-
- net.authorize.api.contract.v1.ImpersonationAuthenticationType
-
public class ImpersonationAuthenticationType extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpartnerLoginIdprotected StringpartnerTransactionKey
-
Constructor Summary
Constructors Constructor Description ImpersonationAuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPartnerLoginId()Gets the value of the partnerLoginId property.StringgetPartnerTransactionKey()Gets the value of the partnerTransactionKey property.voidsetPartnerLoginId(String value)Sets the value of the partnerLoginId property.voidsetPartnerTransactionKey(String value)Sets the value of the partnerTransactionKey property.
-
-
-
Method Detail
-
getPartnerLoginId
public String getPartnerLoginId()
Gets the value of the partnerLoginId property.- Returns:
- possible object is
String
-
setPartnerLoginId
public void setPartnerLoginId(String value)
Sets the value of the partnerLoginId property.- Parameters:
value- allowed object isString
-
getPartnerTransactionKey
public String getPartnerTransactionKey()
Gets the value of the partnerTransactionKey property.- Returns:
- possible object is
String
-
-