Class GetSettledBatchListRequest

  • All Implemented Interfaces:
    Serializable

    public class GetSettledBatchListRequest
    extends ANetApiRequest

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
           <sequence>
             <element name="includeStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="firstSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastSettlementDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetSettledBatchListRequest

        public GetSettledBatchListRequest()
    • Method Detail

      • isIncludeStatistics

        public Boolean isIncludeStatistics()
        Gets the value of the includeStatistics property.
        Returns:
        possible object is Boolean
      • setIncludeStatistics

        public void setIncludeStatistics​(Boolean value)
        Sets the value of the includeStatistics property.
        Parameters:
        value - allowed object is Boolean
      • setFirstSettlementDate

        public void setFirstSettlementDate​(XMLGregorianCalendar value)
        Sets the value of the firstSettlementDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • setLastSettlementDate

        public void setLastSettlementDate​(XMLGregorianCalendar value)
        Sets the value of the lastSettlementDate property.
        Parameters:
        value - allowed object is XMLGregorianCalendar