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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
BatchDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String batchId
protected XMLGregorianCalendar settlementTimeUTC
protected XMLGregorianCalendar settlementTimeLocal
protected String settlementState
protected String paymentMethod
protected String marketType
protected String product
protected ArrayOfBatchStatisticType statistics
public String getBatchId()
Stringpublic void setBatchId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSettlementTimeUTC()
XMLGregorianCalendarpublic void setSettlementTimeUTC(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getSettlementTimeLocal()
XMLGregorianCalendarpublic void setSettlementTimeLocal(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSettlementState()
Stringpublic void setSettlementState(String value)
value - allowed object is
Stringpublic String getPaymentMethod()
Stringpublic void setPaymentMethod(String value)
value - allowed object is
Stringpublic String getMarketType()
Stringpublic void setMarketType(String value)
value - allowed object is
Stringpublic String getProduct()
Stringpublic void setProduct(String value)
value - allowed object is
Stringpublic ArrayOfBatchStatisticType getStatistics()
ArrayOfBatchStatisticTypepublic void setStatistics(ArrayOfBatchStatisticType value)
value - allowed object is
ArrayOfBatchStatisticTypeCopyright © 2016. All Rights Reserved.