|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.authorize.data.xml.reporting.BatchDetails
public class BatchDetails
Batch related reporting information.
Method Summary | |
---|---|
void |
addBatchStatistics(BatchStatistics batchStatistics)
Add batch statistics object to the existing list. |
static BatchDetails |
createBatchDetail()
|
String |
getBatchId()
|
ArrayList<BatchStatistics> |
getBatchStatisticsList()
|
String |
getMarketType()
marketTypeEnum |
String |
getPaymentMethod()
|
String |
getProduct()
productEnum |
SettlementStateType |
getSettlementState()
|
Date |
getSettlementTimeLocal()
|
Date |
getSettlementTimeUTC()
|
void |
setBatchId(String batchId)
|
void |
setBatchStatisticsList(ArrayList<BatchStatistics> batchStatisticsList)
|
void |
setMarketType(String marketType)
marketTypeEnum |
void |
setPaymentMethod(String paymentMethod)
|
void |
setProduct(String product)
productEnum |
void |
setSettlementState(SettlementStateType settlementState)
|
void |
setSettlementTimeLocal(Date settlementTimeLocal)
|
void |
setSettlementTimeLocal(String settlementTimeLocal)
|
void |
setSettlementTimeUTC(Date settlementTimeUTC)
|
void |
setSettlementTimeUTC(String settlementTimeUTC)
Set the settlement time UTC. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BatchDetails createBatchDetail()
public String getBatchId()
public void setBatchId(String batchId)
batchId
- the batchId to setpublic Date getSettlementTimeUTC()
public void setSettlementTimeUTC(Date settlementTimeUTC)
settlementTimeUTC
- the settlementTimeUTC to setpublic void setSettlementTimeUTC(String settlementTimeUTC)
settlementTimeUTC
- public Date getSettlementTimeLocal()
public void setSettlementTimeLocal(Date settlementTimeLocal)
settlementTimeLocal
- the settlementTimeLocal to setpublic void setSettlementTimeLocal(String settlementTimeLocal)
settlementTimeLocal
- the settlementTimeLocal to setpublic SettlementStateType getSettlementState()
public void setSettlementState(SettlementStateType settlementState)
settlementState
- the settlementState to setpublic ArrayList<BatchStatistics> getBatchStatisticsList()
public void addBatchStatistics(BatchStatistics batchStatistics)
batchStatistics
- public void setBatchStatisticsList(ArrayList<BatchStatistics> batchStatisticsList)
batchStatisticsList
- the batchStatisticsList to setpublic String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
paymentMethod
- the paymentMethod to setpublic String getMarketType()
public void setMarketType(String marketType)
marketType
- marketTypeEnumpublic String getProduct()
public void setProduct(String product)
product
- productEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |