Class GetTotalsRequest


  • public class GetTotalsRequest
    extends Object
    Definition: Content of the Get Totals Request messageType. -- Usage: It conveys information from the Sale System related to the scope and the format of the totals to be computed by the POI System.

    Java class for GetTotalsRequest complex type.

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

     <complexType name="GetTotalsRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TotalDetails" type="{}TotalDetails" minOccurs="0"/>
             <element name="TotalFilter" type="{}TotalFilter" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetTotalsRequest

        public GetTotalsRequest()
    • Method Detail

      • getTotalDetails

        public List<TotalDetailsType> getTotalDetails()
        Gets the value of the totalDetails property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the totalDetails property.

        For example, to add a new item, do as follows:

            getTotalDetails().add(newItem);
         

        Objects of the following type(s) are allowed in the list TotalDetailsType

        Returns:
        the total details
      • getTotalFilter

        public TotalFilter getTotalFilter()
        Gets the value of the totalFilter property.
        Returns:
        possible object is TotalFilter
      • setTotalFilter

        public void setTotalFilter​(TotalFilter value)
        Sets the value of the totalFilter property.
        Parameters:
        value - allowed object is TotalFilter