public class IterativeTaskInformationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for IterativeTaskInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IterativeTaskInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lastSuccessObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastSuccessObjectDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastSuccessObjectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="lastSuccessObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastSuccessEndTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastSuccessDuration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalSuccessDuration" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="totalSuccessCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="lastFailureObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastFailureObjectDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastFailureObjectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="lastFailureObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastFailureEndTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="lastFailureDuration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="totalFailureDuration" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="totalFailureCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="lastFailureExceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentObjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentObjectDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentObjectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="currentObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentObjectStartTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IterativeTaskInformationType()
Creates a new
IterativeTaskInformationType instance. |
IterativeTaskInformationType(IterativeTaskInformationType o)
Creates a new
IterativeTaskInformationType instance by deeply copying a given IterativeTaskInformationType instance. |
| Modifier and Type | Method and Description |
|---|---|
IterativeTaskInformationType |
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) |
String |
getCurrentObjectDisplayName()
Gets the value of the currentObjectDisplayName property.
|
String |
getCurrentObjectName()
Gets the value of the currentObjectName property.
|
String |
getCurrentObjectOid()
Gets the value of the currentObjectOid property.
|
XMLGregorianCalendar |
getCurrentObjectStartTimestamp()
Gets the value of the currentObjectStartTimestamp property.
|
QName |
getCurrentObjectType()
Gets the value of the currentObjectType property.
|
Long |
getLastFailureDuration()
Gets the value of the lastFailureDuration property.
|
XMLGregorianCalendar |
getLastFailureEndTimestamp()
Gets the value of the lastFailureEndTimestamp property.
|
String |
getLastFailureExceptionMessage()
Gets the value of the lastFailureExceptionMessage property.
|
String |
getLastFailureObjectDisplayName()
Gets the value of the lastFailureObjectDisplayName property.
|
String |
getLastFailureObjectName()
Gets the value of the lastFailureObjectName property.
|
String |
getLastFailureObjectOid()
Gets the value of the lastFailureObjectOid property.
|
QName |
getLastFailureObjectType()
Gets the value of the lastFailureObjectType property.
|
Long |
getLastSuccessDuration()
Gets the value of the lastSuccessDuration property.
|
XMLGregorianCalendar |
getLastSuccessEndTimestamp()
Gets the value of the lastSuccessEndTimestamp property.
|
String |
getLastSuccessObjectDisplayName()
Gets the value of the lastSuccessObjectDisplayName property.
|
String |
getLastSuccessObjectName()
Gets the value of the lastSuccessObjectName property.
|
String |
getLastSuccessObjectOid()
Gets the value of the lastSuccessObjectOid property.
|
QName |
getLastSuccessObjectType()
Gets the value of the lastSuccessObjectType property.
|
int |
getTotalFailureCount()
Gets the value of the totalFailureCount property.
|
long |
getTotalFailureDuration()
Gets the value of the totalFailureDuration property.
|
int |
getTotalSuccessCount()
Gets the value of the totalSuccessCount property.
|
long |
getTotalSuccessDuration()
Gets the value of the totalSuccessDuration property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCurrentObjectDisplayName(String value)
Sets the value of the currentObjectDisplayName property.
|
void |
setCurrentObjectName(String value)
Sets the value of the currentObjectName property.
|
void |
setCurrentObjectOid(String value)
Sets the value of the currentObjectOid property.
|
void |
setCurrentObjectStartTimestamp(XMLGregorianCalendar value)
Sets the value of the currentObjectStartTimestamp property.
|
void |
setCurrentObjectType(QName value)
Sets the value of the currentObjectType property.
|
void |
setLastFailureDuration(Long value)
Sets the value of the lastFailureDuration property.
|
void |
setLastFailureEndTimestamp(XMLGregorianCalendar value)
Sets the value of the lastFailureEndTimestamp property.
|
void |
setLastFailureExceptionMessage(String value)
Sets the value of the lastFailureExceptionMessage property.
|
void |
setLastFailureObjectDisplayName(String value)
Sets the value of the lastFailureObjectDisplayName property.
|
void |
setLastFailureObjectName(String value)
Sets the value of the lastFailureObjectName property.
|
void |
setLastFailureObjectOid(String value)
Sets the value of the lastFailureObjectOid property.
|
void |
setLastFailureObjectType(QName value)
Sets the value of the lastFailureObjectType property.
|
void |
setLastSuccessDuration(Long value)
Sets the value of the lastSuccessDuration property.
|
void |
setLastSuccessEndTimestamp(XMLGregorianCalendar value)
Sets the value of the lastSuccessEndTimestamp property.
|
void |
setLastSuccessObjectDisplayName(String value)
Sets the value of the lastSuccessObjectDisplayName property.
|
void |
setLastSuccessObjectName(String value)
Sets the value of the lastSuccessObjectName property.
|
void |
setLastSuccessObjectOid(String value)
Sets the value of the lastSuccessObjectOid property.
|
void |
setLastSuccessObjectType(QName value)
Sets the value of the lastSuccessObjectType property.
|
void |
setTotalFailureCount(int value)
Sets the value of the totalFailureCount property.
|
void |
setTotalFailureDuration(long value)
Sets the value of the totalFailureDuration property.
|
void |
setTotalSuccessCount(int value)
Sets the value of the totalSuccessCount property.
|
void |
setTotalSuccessDuration(long value)
Sets the value of the totalSuccessDuration property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String lastSuccessObjectName
protected String lastSuccessObjectDisplayName
protected QName lastSuccessObjectType
protected String lastSuccessObjectOid
protected XMLGregorianCalendar lastSuccessEndTimestamp
protected Long lastSuccessDuration
protected long totalSuccessDuration
protected int totalSuccessCount
protected String lastFailureObjectName
protected String lastFailureObjectDisplayName
protected QName lastFailureObjectType
protected String lastFailureObjectOid
protected XMLGregorianCalendar lastFailureEndTimestamp
protected Long lastFailureDuration
protected long totalFailureDuration
protected int totalFailureCount
protected String lastFailureExceptionMessage
protected String currentObjectName
protected String currentObjectDisplayName
protected QName currentObjectType
protected String currentObjectOid
protected XMLGregorianCalendar currentObjectStartTimestamp
public static final QName COMPLEX_TYPE
public static final QName F_LAST_SUCCESS_OBJECT_NAME
public static final QName F_LAST_SUCCESS_OBJECT_DISPLAY_NAME
public static final QName F_LAST_SUCCESS_OBJECT_TYPE
public static final QName F_LAST_SUCCESS_OBJECT_OID
public static final QName F_LAST_SUCCESS_END_TIMESTAMP
public static final QName F_LAST_SUCCESS_DURATION
public static final QName F_TOTAL_SUCCESS_DURATION
public static final QName F_TOTAL_SUCCESS_COUNT
public static final QName F_LAST_FAILURE_OBJECT_NAME
public static final QName F_LAST_FAILURE_OBJECT_DISPLAY_NAME
public static final QName F_LAST_FAILURE_OBJECT_TYPE
public static final QName F_LAST_FAILURE_OBJECT_OID
public static final QName F_LAST_FAILURE_END_TIMESTAMP
public static final QName F_LAST_FAILURE_DURATION
public static final QName F_TOTAL_FAILURE_DURATION
public static final QName F_TOTAL_FAILURE_COUNT
public static final QName F_LAST_FAILURE_EXCEPTION_MESSAGE
public static final QName F_CURRENT_OBJECT_NAME
public static final QName F_CURRENT_OBJECT_DISPLAY_NAME
public static final QName F_CURRENT_OBJECT_TYPE
public static final QName F_CURRENT_OBJECT_OID
public static final QName F_CURRENT_OBJECT_START_TIMESTAMP
public IterativeTaskInformationType()
IterativeTaskInformationType instance.public IterativeTaskInformationType(IterativeTaskInformationType o)
IterativeTaskInformationType instance by deeply copying a given IterativeTaskInformationType instance.o - The instance to copy.NullPointerException - if o is null.public String getLastSuccessObjectName()
Stringpublic void setLastSuccessObjectName(String value)
value - allowed object is
Stringpublic String getLastSuccessObjectDisplayName()
Stringpublic void setLastSuccessObjectDisplayName(String value)
value - allowed object is
Stringpublic QName getLastSuccessObjectType()
QNamepublic void setLastSuccessObjectType(QName value)
value - allowed object is
QNamepublic String getLastSuccessObjectOid()
Stringpublic void setLastSuccessObjectOid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastSuccessEndTimestamp()
XMLGregorianCalendarpublic void setLastSuccessEndTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getLastSuccessDuration()
Longpublic void setLastSuccessDuration(Long value)
value - allowed object is
Longpublic long getTotalSuccessDuration()
public void setTotalSuccessDuration(long value)
public int getTotalSuccessCount()
public void setTotalSuccessCount(int value)
public String getLastFailureObjectName()
Stringpublic void setLastFailureObjectName(String value)
value - allowed object is
Stringpublic String getLastFailureObjectDisplayName()
Stringpublic void setLastFailureObjectDisplayName(String value)
value - allowed object is
Stringpublic QName getLastFailureObjectType()
QNamepublic void setLastFailureObjectType(QName value)
value - allowed object is
QNamepublic String getLastFailureObjectOid()
Stringpublic void setLastFailureObjectOid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastFailureEndTimestamp()
XMLGregorianCalendarpublic void setLastFailureEndTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getLastFailureDuration()
Longpublic void setLastFailureDuration(Long value)
value - allowed object is
Longpublic long getTotalFailureDuration()
public void setTotalFailureDuration(long value)
public int getTotalFailureCount()
public void setTotalFailureCount(int value)
public String getLastFailureExceptionMessage()
Stringpublic void setLastFailureExceptionMessage(String value)
value - allowed object is
Stringpublic String getCurrentObjectName()
Stringpublic void setCurrentObjectName(String value)
value - allowed object is
Stringpublic String getCurrentObjectDisplayName()
Stringpublic void setCurrentObjectDisplayName(String value)
value - allowed object is
Stringpublic QName getCurrentObjectType()
QNamepublic void setCurrentObjectType(QName value)
value - allowed object is
QNamepublic String getCurrentObjectOid()
Stringpublic void setCurrentObjectOid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCurrentObjectStartTimestamp()
XMLGregorianCalendarpublic void setCurrentObjectStartTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic IterativeTaskInformationType clone()
Copyright © 2016 Evolveum. All rights reserved.