net.authorize.api.contract.v1
Class ANetApiResponse

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ARBCancelSubscriptionResponse, ARBCreateSubscriptionResponse, ARBGetSubscriptionListResponse, ARBGetSubscriptionStatusResponse, ARBUpdateSubscriptionResponse, AuthenticateTestResponse, CreateCustomerPaymentProfileResponse, CreateCustomerProfileResponse, CreateCustomerProfileTransactionResponse, CreateCustomerShippingAddressResponse, CreateTransactionResponse, DeleteCustomerPaymentProfileResponse, DeleteCustomerProfileResponse, DeleteCustomerShippingAddressResponse, ErrorResponse, GetBatchStatisticsResponse, GetCustomerPaymentProfileResponse, GetCustomerProfileIdsResponse, GetCustomerProfileResponse, GetCustomerShippingAddressResponse, GetHostedProfilePageResponse, GetSettledBatchListResponse, GetTransactionDetailsResponse, GetTransactionListResponse, GetUnsettledTransactionListResponse, IsAliveResponse, LogoutResponse, MobileDeviceLoginResponse, MobileDeviceRegistrationResponse, SendCustomerTransactionReceiptResponse, UpdateCustomerPaymentProfileResponse, UpdateCustomerProfileResponse, UpdateCustomerShippingAddressResponse, 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
protected  MessagesType messages
           
protected  String refId
           
protected  String sessionToken
           
 
Constructor Summary
ANetApiResponse()
           
 
Method Summary
 MessagesType getMessages()
          Gets the value of the messages property.
 String getRefId()
          Gets the value of the refId property.
 String getSessionToken()
          Gets the value of the sessionToken property.
 void setMessages(MessagesType value)
          Sets the value of the messages property.
 void setRefId(String value)
          Sets the value of the refId property.
 void setSessionToken(String value)
          Sets the value of the sessionToken property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refId

protected String refId

messages

protected MessagesType messages

sessionToken

protected String sessionToken
Constructor Detail

ANetApiResponse

public ANetApiResponse()
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 is String

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 is MessagesType

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


Copyright © 2014. All Rights Reserved.