|
||||||||||
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.GetSettledBatchListRequest
public class GetSettledBatchListRequest
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>
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 |
---|
protected Boolean includeStatistics
protected XMLGregorianCalendar firstSettlementDate
protected XMLGregorianCalendar lastSettlementDate
Constructor Detail |
---|
public GetSettledBatchListRequest()
Method Detail |
---|
public Boolean isIncludeStatistics()
Boolean
public void setIncludeStatistics(Boolean value)
value
- allowed object is
Boolean
public XMLGregorianCalendar getFirstSettlementDate()
XMLGregorianCalendar
public void setFirstSettlementDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getLastSettlementDate()
XMLGregorianCalendar
public void setLastSettlementDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |