net.authorize.api.contract.v1
Class GetSettledBatchListRequest

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

public class GetSettledBatchListRequest
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="includeStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="firstSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  XMLGregorianCalendar firstSettlementDate
           
protected  Boolean includeStatistics
           
protected  XMLGregorianCalendar lastSettlementDate
           
 
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
merchantAuthentication, refId
 
Constructor Summary
GetSettledBatchListRequest()
           
 
Method Summary
 XMLGregorianCalendar getFirstSettlementDate()
          Gets the value of the firstSettlementDate property.
 XMLGregorianCalendar getLastSettlementDate()
          Gets the value of the lastSettlementDate property.
 Boolean isIncludeStatistics()
          Gets the value of the includeStatistics property.
 void setFirstSettlementDate(XMLGregorianCalendar value)
          Sets the value of the firstSettlementDate property.
 void setIncludeStatistics(Boolean value)
          Sets the value of the includeStatistics property.
 void setLastSettlementDate(XMLGregorianCalendar value)
          Sets the value of the lastSettlementDate 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

includeStatistics

protected Boolean includeStatistics

firstSettlementDate

protected XMLGregorianCalendar firstSettlementDate

lastSettlementDate

protected XMLGregorianCalendar lastSettlementDate
Constructor Detail

GetSettledBatchListRequest

public GetSettledBatchListRequest()
Method Detail

isIncludeStatistics

public Boolean isIncludeStatistics()
Gets the value of the includeStatistics property.

Returns:
possible object is Boolean

setIncludeStatistics

public void setIncludeStatistics(Boolean value)
Sets the value of the includeStatistics property.

Parameters:
value - allowed object is Boolean

getFirstSettlementDate

public XMLGregorianCalendar getFirstSettlementDate()
Gets the value of the firstSettlementDate property.

Returns:
possible object is XMLGregorianCalendar

setFirstSettlementDate

public void setFirstSettlementDate(XMLGregorianCalendar value)
Sets the value of the firstSettlementDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastSettlementDate

public XMLGregorianCalendar getLastSettlementDate()
Gets the value of the lastSettlementDate property.

Returns:
possible object is XMLGregorianCalendar

setLastSettlementDate

public void setLastSettlementDate(XMLGregorianCalendar value)
Sets the value of the lastSettlementDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2014. All Rights Reserved.