net.authorize.data.xml.reporting
Class BatchDetails

java.lang.Object
  extended by net.authorize.data.xml.reporting.BatchDetails

public class BatchDetails
extends Object

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

createBatchDetail

public static BatchDetails createBatchDetail()

getBatchId

public String getBatchId()
Returns:
the batchId

setBatchId

public void setBatchId(String batchId)
Parameters:
batchId - the batchId to set

getSettlementTimeUTC

public Date getSettlementTimeUTC()
Returns:
the settlementTimeUTC

setSettlementTimeUTC

public void setSettlementTimeUTC(Date settlementTimeUTC)
Parameters:
settlementTimeUTC - the settlementTimeUTC to set

setSettlementTimeUTC

public void setSettlementTimeUTC(String settlementTimeUTC)
Set the settlement time UTC.

Parameters:
settlementTimeUTC -

getSettlementTimeLocal

public Date getSettlementTimeLocal()
Returns:
the settlementTimeLocal

setSettlementTimeLocal

public void setSettlementTimeLocal(Date settlementTimeLocal)
Parameters:
settlementTimeLocal - the settlementTimeLocal to set

setSettlementTimeLocal

public void setSettlementTimeLocal(String settlementTimeLocal)
Parameters:
settlementTimeLocal - the settlementTimeLocal to set

getSettlementState

public SettlementStateType getSettlementState()
Returns:
the settlementState

setSettlementState

public void setSettlementState(SettlementStateType settlementState)
Parameters:
settlementState - the settlementState to set

getBatchStatisticsList

public ArrayList<BatchStatistics> getBatchStatisticsList()
Returns:
the batchStatisticsList

addBatchStatistics

public void addBatchStatistics(BatchStatistics batchStatistics)
Add batch statistics object to the existing list.

Parameters:
batchStatistics -

setBatchStatisticsList

public void setBatchStatisticsList(ArrayList<BatchStatistics> batchStatisticsList)
Parameters:
batchStatisticsList - the batchStatisticsList to set

getPaymentMethod

public String getPaymentMethod()
Returns:
the paymentMethod

setPaymentMethod

public void setPaymentMethod(String paymentMethod)
Parameters:
paymentMethod - the paymentMethod to set

getMarketType

public String getMarketType()
marketTypeEnum

Returns:
marketTypeEnum

setMarketType

public void setMarketType(String marketType)
marketTypeEnum

Parameters:
marketType - marketTypeEnum

getProduct

public String getProduct()
productEnum

Returns:
productEnum

setProduct

public void setProduct(String product)
productEnum

Parameters:
product - productEnum


Copyright © 2014. All Rights Reserved.