|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.api.contract.v1.ANetApiResponse
net.authorize.api.contract.v1.MobileDeviceLoginResponse
public class MobileDeviceLoginResponse
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>
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 |
---|
protected MerchantContactType merchantContact
protected ArrayOfPermissionType userPermissions
protected TransRetailInfoType merchantAccount
Constructor Detail |
---|
public MobileDeviceLoginResponse()
Method Detail |
---|
public MerchantContactType getMerchantContact()
MerchantContactType
public void setMerchantContact(MerchantContactType value)
value
- allowed object is
MerchantContactType
public ArrayOfPermissionType getUserPermissions()
ArrayOfPermissionType
public void setUserPermissions(ArrayOfPermissionType value)
value
- allowed object is
ArrayOfPermissionType
public TransRetailInfoType getMerchantAccount()
TransRetailInfoType
public void setMerchantAccount(TransRetailInfoType value)
value
- allowed object is
TransRetailInfoType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |