Class ItemsProgressOverviewType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ItemsProgressOverviewType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Information on items processing (for activity state overview).

    Java class for ItemsProgressOverviewType complex type.

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

     <complexType name="ItemsProgressOverviewType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="expectedTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="successfullyProcessed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="failed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="skipped" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • expectedTotal

        protected Integer expectedTotal
      • successfullyProcessed

        protected Integer successfullyProcessed
      • skipped

        protected Integer skipped
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_EXPECTED_TOTAL

        public static final ItemName F_EXPECTED_TOTAL
      • F_SUCCESSFULLY_PROCESSED

        public static final ItemName F_SUCCESSFULLY_PROCESSED
      • F_FAILED

        public static final ItemName F_FAILED
      • F_SKIPPED

        public static final ItemName F_SKIPPED
    • Constructor Detail

      • ItemsProgressOverviewType

        public ItemsProgressOverviewType()
        Creates a new ItemsProgressOverviewType instance.
      • ItemsProgressOverviewType

        public ItemsProgressOverviewType​(ItemsProgressOverviewType o)
        Creates a new ItemsProgressOverviewType instance by deeply copying a given ItemsProgressOverviewType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • Method Detail

      • getExpectedTotal

        public Integer getExpectedTotal()
        Gets the value of the expectedTotal property.
        Returns:
        possible object is Integer
      • setExpectedTotal

        public void setExpectedTotal​(Integer value)
        Sets the value of the expectedTotal property.
        Parameters:
        value - allowed object is Integer
      • getSuccessfullyProcessed

        public Integer getSuccessfullyProcessed()
        Gets the value of the successfullyProcessed property.
        Returns:
        possible object is Integer
      • setSuccessfullyProcessed

        public void setSuccessfullyProcessed​(Integer value)
        Sets the value of the successfullyProcessed property.
        Parameters:
        value - allowed object is Integer
      • getFailed

        public Integer getFailed()
        Gets the value of the failed property.
        Returns:
        possible object is Integer
      • setFailed

        public void setFailed​(Integer value)
        Sets the value of the failed property.
        Parameters:
        value - allowed object is Integer
      • getSkipped

        public Integer getSkipped()
        Gets the value of the skipped property.
        Returns:
        possible object is Integer
      • setSkipped

        public void setSkipped​(Integer value)
        Sets the value of the skipped property.
        Parameters:
        value - allowed object is Integer
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals