net.authorize.api.contract.v1
Class BatchDetailsType

java.lang.Object
  extended by net.authorize.api.contract.v1.BatchDetailsType

public class BatchDetailsType
extends Object

Java class for batchDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="batchDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="batchId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
         <element name="settlementTimeUTC" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="settlementTimeLocal" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="settlementState" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="paymentMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="marketType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="product" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statistics" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfBatchStatisticType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String batchId
           
protected  String marketType
           
protected  String paymentMethod
           
protected  String product
           
protected  String settlementState
           
protected  XMLGregorianCalendar settlementTimeLocal
           
protected  XMLGregorianCalendar settlementTimeUTC
           
protected  ArrayOfBatchStatisticType statistics
           
 
Constructor Summary
BatchDetailsType()
           
 
Method Summary
 String getBatchId()
          Gets the value of the batchId property.
 String getMarketType()
          Gets the value of the marketType property.
 String getPaymentMethod()
          Gets the value of the paymentMethod property.
 String getProduct()
          Gets the value of the product property.
 String getSettlementState()
          Gets the value of the settlementState property.
 XMLGregorianCalendar getSettlementTimeLocal()
          Gets the value of the settlementTimeLocal property.
 XMLGregorianCalendar getSettlementTimeUTC()
          Gets the value of the settlementTimeUTC property.
 ArrayOfBatchStatisticType getStatistics()
          Gets the value of the statistics property.
 void setBatchId(String value)
          Sets the value of the batchId property.
 void setMarketType(String value)
          Sets the value of the marketType property.
 void setPaymentMethod(String value)
          Sets the value of the paymentMethod property.
 void setProduct(String value)
          Sets the value of the product property.
 void setSettlementState(String value)
          Sets the value of the settlementState property.
 void setSettlementTimeLocal(XMLGregorianCalendar value)
          Sets the value of the settlementTimeLocal property.
 void setSettlementTimeUTC(XMLGregorianCalendar value)
          Sets the value of the settlementTimeUTC property.
 void setStatistics(ArrayOfBatchStatisticType value)
          Sets the value of the statistics property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchId

protected String batchId

settlementTimeUTC

protected XMLGregorianCalendar settlementTimeUTC

settlementTimeLocal

protected XMLGregorianCalendar settlementTimeLocal

settlementState

protected String settlementState

paymentMethod

protected String paymentMethod

marketType

protected String marketType

product

protected String product

statistics

protected ArrayOfBatchStatisticType statistics
Constructor Detail

BatchDetailsType

public BatchDetailsType()
Method Detail

getBatchId

public String getBatchId()
Gets the value of the batchId property.

Returns:
possible object is String

setBatchId

public void setBatchId(String value)
Sets the value of the batchId property.

Parameters:
value - allowed object is String

getSettlementTimeUTC

public XMLGregorianCalendar getSettlementTimeUTC()
Gets the value of the settlementTimeUTC property.

Returns:
possible object is XMLGregorianCalendar

setSettlementTimeUTC

public void setSettlementTimeUTC(XMLGregorianCalendar value)
Sets the value of the settlementTimeUTC property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSettlementTimeLocal

public XMLGregorianCalendar getSettlementTimeLocal()
Gets the value of the settlementTimeLocal property.

Returns:
possible object is XMLGregorianCalendar

setSettlementTimeLocal

public void setSettlementTimeLocal(XMLGregorianCalendar value)
Sets the value of the settlementTimeLocal property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSettlementState

public String getSettlementState()
Gets the value of the settlementState property.

Returns:
possible object is String

setSettlementState

public void setSettlementState(String value)
Sets the value of the settlementState property.

Parameters:
value - allowed object is String

getPaymentMethod

public String getPaymentMethod()
Gets the value of the paymentMethod property.

Returns:
possible object is String

setPaymentMethod

public void setPaymentMethod(String value)
Sets the value of the paymentMethod property.

Parameters:
value - allowed object is String

getMarketType

public String getMarketType()
Gets the value of the marketType property.

Returns:
possible object is String

setMarketType

public void setMarketType(String value)
Sets the value of the marketType property.

Parameters:
value - allowed object is String

getProduct

public String getProduct()
Gets the value of the product property.

Returns:
possible object is String

setProduct

public void setProduct(String value)
Sets the value of the product property.

Parameters:
value - allowed object is String

getStatistics

public ArrayOfBatchStatisticType getStatistics()
Gets the value of the statistics property.

Returns:
possible object is ArrayOfBatchStatisticType

setStatistics

public void setStatistics(ArrayOfBatchStatisticType value)
Sets the value of the statistics property.

Parameters:
value - allowed object is ArrayOfBatchStatisticType


Copyright © 2014. All Rights Reserved.