public class ObjectActionsExecutedEntryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ObjectActionsExecutedEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectActionsExecutedEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="operation" type="{http://prism.evolveum.com/xml/ns/public/types-3}ChangeTypeType"/>
<element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="totalSuccessCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<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="lastSuccessObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastSuccessTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="totalFailureCount" 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="lastFailureObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastFailureExceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lastFailureTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjectActionsExecutedEntryType()
Creates a new
ObjectActionsExecutedEntryType instance. |
ObjectActionsExecutedEntryType(ObjectActionsExecutedEntryType o)
Creates a new
ObjectActionsExecutedEntryType instance by deeply copying a given ObjectActionsExecutedEntryType instance. |
| Modifier and Type | Method and Description |
|---|---|
ObjectActionsExecutedEntryType |
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 |
getChannel()
Gets the value of the channel 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.
|
XMLGregorianCalendar |
getLastFailureTimestamp()
Gets the value of the lastFailureTimestamp 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.
|
XMLGregorianCalendar |
getLastSuccessTimestamp()
Gets the value of the lastSuccessTimestamp property.
|
QName |
getObjectType()
Gets the value of the objectType property.
|
com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType |
getOperation()
Gets the value of the operation property.
|
int |
getTotalFailureCount()
Gets the value of the totalFailureCount property.
|
int |
getTotalSuccessCount()
Gets the value of the totalSuccessCount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setChannel(String value)
Sets the value of the channel 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 |
setLastFailureTimestamp(XMLGregorianCalendar value)
Sets the value of the lastFailureTimestamp 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 |
setLastSuccessTimestamp(XMLGregorianCalendar value)
Sets the value of the lastSuccessTimestamp property.
|
void |
setObjectType(QName value)
Sets the value of the objectType property.
|
void |
setOperation(com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType value)
Sets the value of the operation property.
|
void |
setTotalFailureCount(int value)
Sets the value of the totalFailureCount property.
|
void |
setTotalSuccessCount(int value)
Sets the value of the totalSuccessCount property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName objectType
protected com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType operation
protected String channel
protected int totalSuccessCount
protected String lastSuccessObjectName
protected String lastSuccessObjectDisplayName
protected String lastSuccessObjectOid
protected XMLGregorianCalendar lastSuccessTimestamp
protected int totalFailureCount
protected String lastFailureObjectName
protected String lastFailureObjectDisplayName
protected String lastFailureObjectOid
protected String lastFailureExceptionMessage
protected XMLGregorianCalendar lastFailureTimestamp
public static final QName COMPLEX_TYPE
public static final QName F_OBJECT_TYPE
public static final QName F_OPERATION
public static final QName F_CHANNEL
public static final QName F_TOTAL_SUCCESS_COUNT
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_OID
public static final QName F_LAST_SUCCESS_TIMESTAMP
public static final QName F_TOTAL_FAILURE_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_OID
public static final QName F_LAST_FAILURE_EXCEPTION_MESSAGE
public static final QName F_LAST_FAILURE_TIMESTAMP
public ObjectActionsExecutedEntryType()
ObjectActionsExecutedEntryType instance.public ObjectActionsExecutedEntryType(ObjectActionsExecutedEntryType o)
ObjectActionsExecutedEntryType instance by deeply copying a given ObjectActionsExecutedEntryType instance.o - The instance to copy.NullPointerException - if o is null.public QName getObjectType()
QNamepublic void setObjectType(QName value)
value - allowed object is
QNamepublic com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType getOperation()
ChangeTypeTypepublic void setOperation(com.evolveum.prism.xml.ns._public.types_3.ChangeTypeType value)
value - allowed object is
ChangeTypeTypepublic String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic int getTotalSuccessCount()
public void setTotalSuccessCount(int value)
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 String getLastSuccessObjectOid()
Stringpublic void setLastSuccessObjectOid(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastSuccessTimestamp()
XMLGregorianCalendarpublic void setLastSuccessTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getTotalFailureCount()
public void setTotalFailureCount(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 String getLastFailureObjectOid()
Stringpublic void setLastFailureObjectOid(String value)
value - allowed object is
Stringpublic String getLastFailureExceptionMessage()
Stringpublic void setLastFailureExceptionMessage(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastFailureTimestamp()
XMLGregorianCalendarpublic void setLastFailureTimestamp(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 ObjectActionsExecutedEntryType clone()
Copyright © 2016 Evolveum. All rights reserved.