Class 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>
     
    • Constructor Detail

      • MerchantAuthenticationType

        public MerchantAuthenticationType()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • setFingerPrint

        public void setFingerPrint​(FingerPrintType value)
        Sets the value of the fingerPrint property.
        Parameters:
        value - allowed object is FingerPrintType
      • 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 is String
      • 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 is String
      • getMobileDeviceId

        public String getMobileDeviceId()
        Gets the value of the mobileDeviceId property.
        Returns:
        possible object is String
      • setMobileDeviceId

        public void setMobileDeviceId​(String value)
        Sets the value of the mobileDeviceId property.
        Parameters:
        value - allowed object is String