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 QNameCOMPLEX_TYPEprotected IntegerexpectedTotalstatic ItemNameF_EXPECTED_TOTALstatic ItemNameF_FAILEDstatic ItemNameF_SKIPPEDstatic ItemNameF_SUCCESSFULLY_PROCESSEDprotected Integerfailedprotected Integerskippedprotected IntegersuccessfullyProcessed
-
Constructor Summary
Constructors Constructor Description ItemsProgressOverviewType()Creates a newItemsProgressOverviewTypeinstance.ItemsProgressOverviewType(ItemsProgressOverviewType o)Creates a newItemsProgressOverviewTypeinstance by deeply copying a givenItemsProgressOverviewTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemsProgressOverviewTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ItemsProgressOverviewTypeexpectedTotal(Integer value)ItemsProgressOverviewTypefailed(Integer value)IntegergetExpectedTotal()Gets the value of the expectedTotal property.IntegergetFailed()Gets the value of the failed property.IntegergetSkipped()Gets the value of the skipped property.IntegergetSuccessfullyProcessed()Gets the value of the successfullyProcessed property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetExpectedTotal(Integer value)Sets the value of the expectedTotal property.voidsetFailed(Integer value)Sets the value of the failed property.voidsetSkipped(Integer value)Sets the value of the skipped property.voidsetSuccessfullyProcessed(Integer value)Sets the value of the successfullyProcessed property.ItemsProgressOverviewTypeskipped(Integer value)ItemsProgressOverviewTypesuccessfullyProcessed(Integer value)StringtoString()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 newItemsProgressOverviewTypeinstance.
-
ItemsProgressOverviewType
public ItemsProgressOverviewType(ItemsProgressOverviewType o)
Creates a newItemsProgressOverviewTypeinstance by deeply copying a givenItemsProgressOverviewTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public ItemsProgressOverviewType clone()
Creates and returns a deep copy of this object.
-
-