public class SystemFaultType extends FaultType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SystemFaultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemFaultType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-3}FaultType">
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
F_MESSAGE, F_OPERATION_RESULT, message, operationResult| Constructor and Description |
|---|
SystemFaultType()
Creates a new
SystemFaultType instance. |
SystemFaultType(SystemFaultType o)
Creates a new
SystemFaultType instance by deeply copying a given SystemFaultType instance. |
| Modifier and Type | Method and Description |
|---|---|
SystemFaultType |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
String |
toString()
Generates a String representation of the contents of this type.
|
getMessage, getOperationResult, setMessage, setOperationResultpublic static final QName COMPLEX_TYPE
public SystemFaultType()
SystemFaultType instance.public SystemFaultType(SystemFaultType o)
SystemFaultType instance by deeply copying a given SystemFaultType instance.o - The instance to copy.NullPointerException - if o is null.public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
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)
public SystemFaultType clone()
Copyright © 2016 Evolveum. All rights reserved.