net.authorize.api.contract.v1
Class MobileDeviceLoginResponse

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiResponse
      extended by net.authorize.api.contract.v1.MobileDeviceLoginResponse
All Implemented Interfaces:
Serializable

public class MobileDeviceLoginResponse
extends ANetApiResponse

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
       <sequence>
         <element name="merchantContact" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantContactType"/>
         <element name="userPermissions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfPermissionType"/>
         <element name="merchantAccount" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transRetailInfoType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  TransRetailInfoType merchantAccount
           
protected  MerchantContactType merchantContact
           
protected  ArrayOfPermissionType userPermissions
           
 
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
 
Constructor Summary
MobileDeviceLoginResponse()
           
 
Method Summary
 TransRetailInfoType getMerchantAccount()
          Gets the value of the merchantAccount property.
 MerchantContactType getMerchantContact()
          Gets the value of the merchantContact property.
 ArrayOfPermissionType getUserPermissions()
          Gets the value of the userPermissions property.
 void setMerchantAccount(TransRetailInfoType value)
          Sets the value of the merchantAccount property.
 void setMerchantContact(MerchantContactType value)
          Sets the value of the merchantContact property.
 void setUserPermissions(ArrayOfPermissionType value)
          Sets the value of the userPermissions property.
 
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

merchantContact

protected MerchantContactType merchantContact

userPermissions

protected ArrayOfPermissionType userPermissions

merchantAccount

protected TransRetailInfoType merchantAccount
Constructor Detail

MobileDeviceLoginResponse

public MobileDeviceLoginResponse()
Method Detail

getMerchantContact

public MerchantContactType getMerchantContact()
Gets the value of the merchantContact property.

Returns:
possible object is MerchantContactType

setMerchantContact

public void setMerchantContact(MerchantContactType value)
Sets the value of the merchantContact property.

Parameters:
value - allowed object is MerchantContactType

getUserPermissions

public ArrayOfPermissionType getUserPermissions()
Gets the value of the userPermissions property.

Returns:
possible object is ArrayOfPermissionType

setUserPermissions

public void setUserPermissions(ArrayOfPermissionType value)
Sets the value of the userPermissions property.

Parameters:
value - allowed object is ArrayOfPermissionType

getMerchantAccount

public TransRetailInfoType getMerchantAccount()
Gets the value of the merchantAccount property.

Returns:
possible object is TransRetailInfoType

setMerchantAccount

public void setMerchantAccount(TransRetailInfoType value)
Sets the value of the merchantAccount property.

Parameters:
value - allowed object is TransRetailInfoType


Copyright © 2014. All Rights Reserved.