Class ItemsProgressOverviewType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.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 Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected Integer
expectedTotal
static ItemName
F_EXPECTED_TOTAL
static ItemName
F_FAILED
static ItemName
F_SKIPPED
static ItemName
F_SUCCESSFULLY_PROCESSED
protected Integer
failed
protected Integer
skipped
protected Integer
successfullyProcessed
-
Constructor Summary
Constructors Constructor Description ItemsProgressOverviewType()
Creates a newItemsProgressOverviewType
instance.ItemsProgressOverviewType(ItemsProgressOverviewType o)
Creates a newItemsProgressOverviewType
instance by deeply copying a givenItemsProgressOverviewType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ItemsProgressOverviewType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
ItemsProgressOverviewType
expectedTotal(Integer value)
ItemsProgressOverviewType
failed(Integer value)
Integer
getExpectedTotal()
Gets the value of the expectedTotal property.Integer
getFailed()
Gets the value of the failed property.Integer
getSkipped()
Gets the value of the skipped property.Integer
getSuccessfullyProcessed()
Gets the value of the successfullyProcessed property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
void
setExpectedTotal(Integer value)
Sets the value of the expectedTotal property.void
setFailed(Integer value)
Sets the value of the failed property.void
setSkipped(Integer value)
Sets the value of the skipped property.void
setSuccessfullyProcessed(Integer value)
Sets the value of the successfullyProcessed property.ItemsProgressOverviewType
skipped(Integer value)
ItemsProgressOverviewType
successfullyProcessed(Integer value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
expectedTotal
protected Integer expectedTotal
-
successfullyProcessed
protected Integer successfullyProcessed
-
failed
protected Integer failed
-
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 newItemsProgressOverviewType
instance.
-
ItemsProgressOverviewType
public ItemsProgressOverviewType(ItemsProgressOverviewType o)
Creates a newItemsProgressOverviewType
instance by deeply copying a givenItemsProgressOverviewType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
expectedTotal
public ItemsProgressOverviewType expectedTotal(Integer value)
-
successfullyProcessed
public ItemsProgressOverviewType successfullyProcessed(Integer value)
-
failed
public ItemsProgressOverviewType failed(Integer value)
-
skipped
public ItemsProgressOverviewType skipped(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public ItemsProgressOverviewType clone()
Creates and returns a deep copy of this object.
-
-