Package net.authorize.api.contract.v1
Class BatchDetailsType
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected StringbatchIdprotected StringmarketTypeprotected StringpaymentMethodprotected Stringproductprotected StringsettlementStateprotected XMLGregorianCalendarsettlementTimeLocalprotected XMLGregorianCalendarsettlementTimeUTCprotected ArrayOfBatchStatisticTypestatistics
-
Constructor Summary
Constructors Constructor Description BatchDetailsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchId()Gets the value of the batchId property.StringgetMarketType()Gets the value of the marketType property.StringgetPaymentMethod()Gets the value of the paymentMethod property.StringgetProduct()Gets the value of the product property.StringgetSettlementState()Gets the value of the settlementState property.XMLGregorianCalendargetSettlementTimeLocal()Gets the value of the settlementTimeLocal property.XMLGregorianCalendargetSettlementTimeUTC()Gets the value of the settlementTimeUTC property.ArrayOfBatchStatisticTypegetStatistics()Gets the value of the statistics property.voidsetBatchId(String value)Sets the value of the batchId property.voidsetMarketType(String value)Sets the value of the marketType property.voidsetPaymentMethod(String value)Sets the value of the paymentMethod property.voidsetProduct(String value)Sets the value of the product property.voidsetSettlementState(String value)Sets the value of the settlementState property.voidsetSettlementTimeLocal(XMLGregorianCalendar value)Sets the value of the settlementTimeLocal property.voidsetSettlementTimeUTC(XMLGregorianCalendar value)Sets the value of the settlementTimeUTC property.voidsetStatistics(ArrayOfBatchStatisticType value)Sets the value of the statistics property.
-
-
-
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
-
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isArrayOfBatchStatisticType
-
-