Class TransactionSummaryType


  • public class TransactionSummaryType
    extends Object
    Reports the total number of catalogue items modified by a transaction request (i.e, inserted, updated, deleted). If the client did not specify a requestId, the server may assign one (a URI value).

    Java class for TransactionSummaryType complex type.

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

     <complexType name="TransactionSummaryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="totalInserted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
             <element name="totalUpdated" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
             <element name="totalDeleted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           </sequence>
           <attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TransactionSummaryType

        public TransactionSummaryType()
        Default no-arg constructor
      • TransactionSummaryType

        public TransactionSummaryType​(BigInteger totalInserted,
                                      BigInteger totalUpdated,
                                      BigInteger totalDeleted,
                                      String requestId)
        Fully-initialising value constructor
    • Method Detail

      • getTotalInserted

        public BigInteger getTotalInserted()
        Gets the value of the totalInserted property.
        Returns:
        possible object is BigInteger
      • setTotalInserted

        public void setTotalInserted​(BigInteger value)
        Sets the value of the totalInserted property.
        Parameters:
        value - allowed object is BigInteger
      • getTotalUpdated

        public BigInteger getTotalUpdated()
        Gets the value of the totalUpdated property.
        Returns:
        possible object is BigInteger
      • setTotalUpdated

        public void setTotalUpdated​(BigInteger value)
        Sets the value of the totalUpdated property.
        Parameters:
        value - allowed object is BigInteger
      • getTotalDeleted

        public BigInteger getTotalDeleted()
        Gets the value of the totalDeleted property.
        Returns:
        possible object is BigInteger
      • setTotalDeleted

        public void setTotalDeleted​(BigInteger value)
        Sets the value of the totalDeleted property.
        Parameters:
        value - allowed object is BigInteger
      • getRequestId

        public String getRequestId()
        Gets the value of the requestId property.
        Returns:
        possible object is String
      • setRequestId

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