Package net.authorize.api.contract.v1
Class ANetApiResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ARBCancelSubscriptionResponse,ARBCreateSubscriptionResponse,ARBGetSubscriptionListResponse,ARBGetSubscriptionResponse,ARBGetSubscriptionStatusResponse,ARBUpdateSubscriptionResponse,AuthenticateTestResponse,CreateCustomerPaymentProfileResponse,CreateCustomerProfileResponse,CreateCustomerProfileTransactionResponse,CreateCustomerShippingAddressResponse,CreateFingerPrintResponse,CreateTransactionResponse,DecryptPaymentDataResponse,DeleteCustomerPaymentProfileResponse,DeleteCustomerProfileResponse,DeleteCustomerShippingAddressResponse,ErrorResponse,GetAUJobDetailsResponse,GetAUJobSummaryResponse,GetBatchStatisticsResponse,GetCustomerPaymentProfileListResponse,GetCustomerPaymentProfileNonceResponse,GetCustomerPaymentProfileResponse,GetCustomerProfileIdsResponse,GetCustomerProfileResponse,GetCustomerShippingAddressResponse,GetHostedPaymentPageResponse,GetHostedProfilePageResponse,GetMerchantDetailsResponse,GetSettledBatchListResponse,GetTransactionDetailsResponse,GetTransactionListResponse,GetUnsettledTransactionListResponse,IsAliveResponse,LogoutResponse,MobileDeviceLoginResponse,MobileDeviceRegistrationResponse,SecurePaymentContainerResponse,SendCustomerTransactionReceiptResponse,UpdateCustomerPaymentProfileResponse,UpdateCustomerProfileResponse,UpdateCustomerShippingAddressResponse,UpdateHeldTransactionResponse,UpdateMerchantDetailsResponse,UpdateSplitTenderGroupResponse,ValidateCustomerPaymentProfileResponse
public class ANetApiResponse extends Object implements Serializable
Java class for ANetApiResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ANetApiResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="refId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <sequence> <element name="messages" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}messagesType"/> </sequence> <element name="sessionToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MessagesTypemessagesprotected StringrefIdprotected StringsessionToken
-
Constructor Summary
Constructors Constructor Description ANetApiResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagesTypegetMessages()Gets the value of the messages property.StringgetRefId()Gets the value of the refId property.StringgetSessionToken()Gets the value of the sessionToken property.voidsetMessages(MessagesType value)Sets the value of the messages property.voidsetRefId(String value)Sets the value of the refId property.voidsetSessionToken(String value)Sets the value of the sessionToken property.
-
-
-
Field Detail
-
refId
protected String refId
-
messages
protected MessagesType messages
-
sessionToken
protected String sessionToken
-
-
Method Detail
-
getRefId
public String getRefId()
Gets the value of the refId property.- Returns:
- possible object is
String
-
setRefId
public void setRefId(String value)
Sets the value of the refId property.- Parameters:
value- allowed object isString
-
getMessages
public MessagesType getMessages()
Gets the value of the messages property.- Returns:
- possible object is
MessagesType
-
setMessages
public void setMessages(MessagesType value)
Sets the value of the messages property.- Parameters:
value- allowed object isMessagesType
-
getSessionToken
public String getSessionToken()
Gets the value of the sessionToken property.- Returns:
- possible object is
String
-
-