Uses of Class
com.evolveum.midpoint.xml.ns._public.common.fault_3.SystemFaultType
-
Packages that use SystemFaultType Package Description com.evolveum.midpoint.xml.ns._public.common.fault_3 -
-
Uses of SystemFaultType in com.evolveum.midpoint.xml.ns._public.common.fault_3
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return SystemFaultType Modifier and Type Method Description SystemFaultType
SystemFaultType. clone()
Creates and returns a deep copy of this object.SystemFaultType
ObjectFactory. createSystemFaultType()
Create an instance ofSystemFaultType
SystemFaultType
SystemFaultType. message(String value)
SystemFaultType
SystemFaultType. operationResult(OperationResultType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 that return types with arguments of type SystemFaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<SystemFaultType>
ObjectFactory. createSystemFault(SystemFaultType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.fault_3 with parameters of type SystemFaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<SystemFaultType>
ObjectFactory. createSystemFault(SystemFaultType value)
Constructors in com.evolveum.midpoint.xml.ns._public.common.fault_3 with parameters of type SystemFaultType Constructor Description SystemFaultType(SystemFaultType o)
Creates a newSystemFaultType
instance by deeply copying a givenSystemFaultType
instance.
-