|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.ANetApiRequest
net.authorize.api.contract.v1.ARBGetSubscriptionListRequest
public class ARBGetSubscriptionListRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
<sequence>
<element name="searchType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSearchTypeEnum"/>
<element name="sorting" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBGetSubscriptionListSorting" minOccurs="0"/>
<element name="paging" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}Paging" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Paging |
paging
|
protected ARBGetSubscriptionListSearchTypeEnum |
searchType
|
protected ARBGetSubscriptionListSorting |
sorting
|
| Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest |
|---|
merchantAuthentication, refId |
| Constructor Summary | |
|---|---|
ARBGetSubscriptionListRequest()
|
|
| Method Summary | |
|---|---|
Paging |
getPaging()
Gets the value of the paging property. |
ARBGetSubscriptionListSearchTypeEnum |
getSearchType()
Gets the value of the searchType property. |
ARBGetSubscriptionListSorting |
getSorting()
Gets the value of the sorting property. |
void |
setPaging(Paging value)
Sets the value of the paging property. |
void |
setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
Sets the value of the searchType property. |
void |
setSorting(ARBGetSubscriptionListSorting value)
Sets the value of the sorting property. |
| Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest |
|---|
getMerchantAuthentication, getRefId, setMerchantAuthentication, setRefId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ARBGetSubscriptionListSearchTypeEnum searchType
protected ARBGetSubscriptionListSorting sorting
protected Paging paging
| Constructor Detail |
|---|
public ARBGetSubscriptionListRequest()
| Method Detail |
|---|
public ARBGetSubscriptionListSearchTypeEnum getSearchType()
ARBGetSubscriptionListSearchTypeEnumpublic void setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
value - allowed object is
ARBGetSubscriptionListSearchTypeEnumpublic ARBGetSubscriptionListSorting getSorting()
ARBGetSubscriptionListSortingpublic void setSorting(ARBGetSubscriptionListSorting value)
value - allowed object is
ARBGetSubscriptionListSortingpublic Paging getPaging()
Pagingpublic void setPaging(Paging value)
value - allowed object is
Paging
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||