Package net.authorize.api.contract.v1
Class MobileDeviceLoginResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- 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
Fields Modifier and Type Field Description protected TransRetailInfoTypemerchantAccountprotected MerchantContactTypemerchantContactprotected ArrayOfPermissionTypeuserPermissions-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description MobileDeviceLoginResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransRetailInfoTypegetMerchantAccount()Gets the value of the merchantAccount property.MerchantContactTypegetMerchantContact()Gets the value of the merchantContact property.ArrayOfPermissionTypegetUserPermissions()Gets the value of the userPermissions property.voidsetMerchantAccount(TransRetailInfoType value)Sets the value of the merchantAccount property.voidsetMerchantContact(MerchantContactType value)Sets the value of the merchantContact property.voidsetUserPermissions(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
-
-
-
-
Field Detail
-
merchantContact
protected MerchantContactType merchantContact
-
userPermissions
protected ArrayOfPermissionType userPermissions
-
merchantAccount
protected TransRetailInfoType merchantAccount
-
-
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 isMerchantContactType
-
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 isArrayOfPermissionType
-
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 isTransRetailInfoType
-
-