net.authorize.api.contract.v1
Class ANetApiRequest

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiRequest
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ARBCancelSubscriptionRequest, ARBCreateSubscriptionRequest, ARBGetSubscriptionListRequest, ARBGetSubscriptionStatusRequest, ARBUpdateSubscriptionRequest, AuthenticateTestRequest, CreateCustomerPaymentProfileRequest, CreateCustomerProfileRequest, CreateCustomerProfileTransactionRequest, CreateCustomerShippingAddressRequest, CreateTransactionRequest, DeleteCustomerPaymentProfileRequest, DeleteCustomerProfileRequest, DeleteCustomerShippingAddressRequest, GetBatchStatisticsRequest, GetCustomerPaymentProfileRequest, GetCustomerProfileIdsRequest, GetCustomerProfileRequest, GetCustomerShippingAddressRequest, GetHostedProfilePageRequest, GetSettledBatchListRequest, GetTransactionDetailsRequest, GetTransactionListRequest, GetUnsettledTransactionListRequest, LogoutRequest, MobileDeviceLoginRequest, MobileDeviceRegistrationRequest, SendCustomerTransactionReceiptRequest, UpdateCustomerPaymentProfileRequest, UpdateCustomerProfileRequest, UpdateCustomerShippingAddressRequest, UpdateSplitTenderGroupRequest, ValidateCustomerPaymentProfileRequest

public class ANetApiRequest
extends Object
implements Serializable

Java class for ANetApiRequest complex type.

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

 <complexType name="ANetApiRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="merchantAuthentication" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantAuthenticationType"/>
         <element name="refId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  MerchantAuthenticationType merchantAuthentication
           
protected  String refId
           
 
Constructor Summary
ANetApiRequest()
           
 
Method Summary
 MerchantAuthenticationType getMerchantAuthentication()
          Gets the value of the merchantAuthentication property.
 String getRefId()
          Gets the value of the refId property.
 void setMerchantAuthentication(MerchantAuthenticationType value)
          Sets the value of the merchantAuthentication property.
 void setRefId(String value)
          Sets the value of the refId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

merchantAuthentication

protected MerchantAuthenticationType merchantAuthentication

refId

protected String refId
Constructor Detail

ANetApiRequest

public ANetApiRequest()
Method Detail

getMerchantAuthentication

public MerchantAuthenticationType getMerchantAuthentication()
Gets the value of the merchantAuthentication property.

Returns:
possible object is MerchantAuthenticationType

setMerchantAuthentication

public void setMerchantAuthentication(MerchantAuthenticationType value)
Sets the value of the merchantAuthentication property.

Parameters:
value - allowed object is MerchantAuthenticationType

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


Copyright © 2014. All Rights Reserved.