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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected MerchantAuthenticationType |
merchantAuthentication |
protected String |
refId |
| Constructor and Description |
|---|
ANetApiRequest() |
| Modifier and Type | Method and 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.
|
protected MerchantAuthenticationType merchantAuthentication
protected String clientId
protected String refId
public MerchantAuthenticationType getMerchantAuthentication()
MerchantAuthenticationTypepublic void setMerchantAuthentication(MerchantAuthenticationType value)
value - allowed object is
MerchantAuthenticationTypepublic String getClientId()
Stringpublic void setClientId(String value)
value - allowed object is
Stringpublic String getRefId()
StringCopyright © 2021. All rights reserved.