Class 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>
     
    • 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
      • 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