Package net.authorize.api.contract.v1
Class ANetApiRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ARBCancelSubscriptionRequest
,ARBCreateSubscriptionRequest
,ARBGetSubscriptionListRequest
,ARBGetSubscriptionRequest
,ARBGetSubscriptionStatusRequest
,ARBUpdateSubscriptionRequest
,AuthenticateTestRequest
,CreateCustomerPaymentProfileRequest
,CreateCustomerProfileFromTransactionRequest
,CreateCustomerProfileRequest
,CreateCustomerProfileTransactionRequest
,CreateCustomerShippingAddressRequest
,CreateFingerPrintRequest
,CreateTransactionRequest
,DecryptPaymentDataRequest
,DeleteCustomerPaymentProfileRequest
,DeleteCustomerProfileRequest
,DeleteCustomerShippingAddressRequest
,GetAUJobDetailsRequest
,GetAUJobSummaryRequest
,GetBatchStatisticsRequest
,GetCustomerPaymentProfileListRequest
,GetCustomerPaymentProfileNonceRequest
,GetCustomerPaymentProfileRequest
,GetCustomerProfileIdsRequest
,GetCustomerProfileRequest
,GetCustomerShippingAddressRequest
,GetHostedPaymentPageRequest
,GetHostedProfilePageRequest
,GetMerchantDetailsRequest
,GetSettledBatchListRequest
,GetTransactionDetailsRequest
,GetTransactionListForCustomerRequest
,GetTransactionListRequest
,GetUnsettledTransactionListRequest
,LogoutRequest
,MobileDeviceLoginRequest
,MobileDeviceRegistrationRequest
,SecurePaymentContainerRequest
,SendCustomerTransactionReceiptRequest
,UpdateCustomerPaymentProfileRequest
,UpdateCustomerProfileRequest
,UpdateCustomerShippingAddressRequest
,UpdateHeldTransactionRequest
,UpdateMerchantDetailsRequest
,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="clientId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="30"/> </restriction> </simpleType> </element> <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
Fields Modifier and Type Field Description protected String
clientId
protected MerchantAuthenticationType
merchantAuthentication
protected String
refId
-
Constructor Summary
Constructors Constructor Description ANetApiRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientId()
Gets the value of the clientId property.MerchantAuthenticationType
getMerchantAuthentication()
Gets the value of the merchantAuthentication property.String
getRefId()
Gets the value of the refId property.void
setClientId(String value)
Sets the value of the clientId property.void
setMerchantAuthentication(MerchantAuthenticationType value)
Sets the value of the merchantAuthentication property.void
setRefId(String value)
Sets the value of the refId property.
-
-
-
Field Detail
-
merchantAuthentication
protected MerchantAuthenticationType merchantAuthentication
-
clientId
protected String clientId
-
refId
protected String refId
-
-
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 isMerchantAuthenticationType
-
getClientId
public String getClientId()
Gets the value of the clientId property.- Returns:
- possible object is
String
-
setClientId
public void setClientId(String value)
Sets the value of the clientId property.- Parameters:
value
- allowed object isString
-
getRefId
public String getRefId()
Gets the value of the refId property.- Returns:
- possible object is
String
-
-