net.authorize.api.contract.v1
Class ARBGetSubscriptionListRequest

java.lang.Object
  extended by net.authorize.api.contract.v1.ANetApiRequest
      extended by net.authorize.api.contract.v1.ARBGetSubscriptionListRequest
All Implemented Interfaces:
Serializable

public class ARBGetSubscriptionListRequest
extends ANetApiRequest

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>
 

See Also:
Serialized Form

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

searchType

protected ARBGetSubscriptionListSearchTypeEnum searchType

sorting

protected ARBGetSubscriptionListSorting sorting

paging

protected Paging paging
Constructor Detail

ARBGetSubscriptionListRequest

public ARBGetSubscriptionListRequest()
Method Detail

getSearchType

public ARBGetSubscriptionListSearchTypeEnum getSearchType()
Gets the value of the searchType property.

Returns:
possible object is ARBGetSubscriptionListSearchTypeEnum

setSearchType

public void setSearchType(ARBGetSubscriptionListSearchTypeEnum value)
Sets the value of the searchType property.

Parameters:
value - allowed object is ARBGetSubscriptionListSearchTypeEnum

getSorting

public ARBGetSubscriptionListSorting getSorting()
Gets the value of the sorting property.

Returns:
possible object is ARBGetSubscriptionListSorting

setSorting

public void setSorting(ARBGetSubscriptionListSorting value)
Sets the value of the sorting property.

Parameters:
value - allowed object is ARBGetSubscriptionListSorting

getPaging

public Paging getPaging()
Gets the value of the paging property.

Returns:
possible object is Paging

setPaging

public void setPaging(Paging value)
Sets the value of the paging property.

Parameters:
value - allowed object is Paging


Copyright © 2014. All Rights Reserved.