Class GetTotalsResponse


  • public class GetTotalsResponse
    extends Object
    Definition: Content of the Reconciliation Response messageType. -- Usage: It conveys Information related to the Reconciliation transaction processed by the POI System

    Java class for GetTotalsResponse complex type.

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

     <complexType name="GetTotalsResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
             <element name="TransactionTotals" type="{}TransactionTotals" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="POIReconciliationID" use="required" type="{}POIReconciliationID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • response

        protected Response response
        The Response.
      • poiReconciliationID

        protected String poiReconciliationID
        The Poi reconciliation id.
    • Constructor Detail

      • GetTotalsResponse

        public GetTotalsResponse()
    • Method Detail

      • getResponse

        public Response getResponse()
        Gets the value of the response property.
        Returns:
        possible object is Response
      • setResponse

        public void setResponse​(Response value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is Response
      • getTransactionTotals

        public List<TransactionTotals> getTransactionTotals()
        Gets the value of the transactionTotals 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 transactionTotals property.

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

            getTransactionTotals().add(newItem);
         

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

        Returns:
        the transaction totals
      • getPOIReconciliationID

        public String getPOIReconciliationID()
        Gets the value of the poiReconciliationID property.
        Returns:
        possible object is String
      • setPOIReconciliationID

        public void setPOIReconciliationID​(String value)
        Sets the value of the poiReconciliationID property.
        Parameters:
        value - allowed object is String