public class BatchDetailsType
extends java.lang.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 java.lang.String |
batchId |
protected java.lang.String |
marketType |
protected java.lang.String |
paymentMethod |
protected java.lang.String |
product |
protected java.lang.String |
settlementState |
protected javax.xml.datatype.XMLGregorianCalendar |
settlementTimeLocal |
protected javax.xml.datatype.XMLGregorianCalendar |
settlementTimeUTC |
protected ArrayOfBatchStatisticType |
statistics |
| Constructor and Description |
|---|
BatchDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBatchId()
Gets the value of the batchId property.
|
java.lang.String |
getMarketType()
Gets the value of the marketType property.
|
java.lang.String |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
java.lang.String |
getProduct()
Gets the value of the product property.
|
java.lang.String |
getSettlementState()
Gets the value of the settlementState property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSettlementTimeLocal()
Gets the value of the settlementTimeLocal property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSettlementTimeUTC()
Gets the value of the settlementTimeUTC property.
|
ArrayOfBatchStatisticType |
getStatistics()
Gets the value of the statistics property.
|
void |
setBatchId(java.lang.String value)
Sets the value of the batchId property.
|
void |
setMarketType(java.lang.String value)
Sets the value of the marketType property.
|
void |
setPaymentMethod(java.lang.String value)
Sets the value of the paymentMethod property.
|
void |
setProduct(java.lang.String value)
Sets the value of the product property.
|
void |
setSettlementState(java.lang.String value)
Sets the value of the settlementState property.
|
void |
setSettlementTimeLocal(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the settlementTimeLocal property.
|
void |
setSettlementTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the settlementTimeUTC property.
|
void |
setStatistics(ArrayOfBatchStatisticType value)
Sets the value of the statistics property.
|
protected java.lang.String batchId
protected javax.xml.datatype.XMLGregorianCalendar settlementTimeUTC
protected javax.xml.datatype.XMLGregorianCalendar settlementTimeLocal
protected java.lang.String settlementState
protected java.lang.String paymentMethod
protected java.lang.String marketType
protected java.lang.String product
protected ArrayOfBatchStatisticType statistics
public java.lang.String getBatchId()
Stringpublic void setBatchId(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getSettlementTimeUTC()
XMLGregorianCalendarpublic void setSettlementTimeUTC(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getSettlementTimeLocal()
XMLGregorianCalendarpublic void setSettlementTimeLocal(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getSettlementState()
Stringpublic void setSettlementState(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPaymentMethod()
Stringpublic void setPaymentMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMarketType()
Stringpublic void setMarketType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProduct()
Stringpublic void setProduct(java.lang.String value)
value - allowed object is
Stringpublic ArrayOfBatchStatisticType getStatistics()
ArrayOfBatchStatisticTypepublic void setStatistics(ArrayOfBatchStatisticType value)
value - allowed object is
ArrayOfBatchStatisticTypeCopyright © 2018. All Rights Reserved.