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