|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ANetApiRequest
public class ANetApiRequest
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>
| 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 |
|---|
protected MerchantAuthenticationType merchantAuthentication
protected String refId
| Constructor Detail |
|---|
public ANetApiRequest()
| Method Detail |
|---|
public MerchantAuthenticationType getMerchantAuthentication()
MerchantAuthenticationTypepublic void setMerchantAuthentication(MerchantAuthenticationType value)
value - allowed object is
MerchantAuthenticationTypepublic String getRefId()
Stringpublic void setRefId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||