Class IllegalArgumentFaultType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.IllegalArgumentFaultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class IllegalArgumentFaultType extends FaultType
Argument provided to the operation is illegal. E.g. mandatory argument is null or empty, the argument does not conform to the required format, etc.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
F_MESSAGE, F_OPERATION_RESULT, message, operationResult
-
-
Constructor Summary
Constructors Constructor Description IllegalArgumentFaultType()IllegalArgumentFaultType(IllegalArgumentFaultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()IllegalArgumentFaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode(StructuredHashCodeStrategy strategy)IllegalArgumentFaultTypemessage(String value)IllegalArgumentFaultTypeoperationResult(OperationResultType value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
getMessage, getOperationResult, setMessage, setOperationResult
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
IllegalArgumentFaultType
public IllegalArgumentFaultType()
-
IllegalArgumentFaultType
public IllegalArgumentFaultType(IllegalArgumentFaultType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classFaultType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classFaultType
-
message
public IllegalArgumentFaultType message(String value)
-
operationResult
public IllegalArgumentFaultType operationResult(OperationResultType value)
- Overrides:
operationResultin classFaultType
-
beginOperationResult
public OperationResultType beginOperationResult()
- Overrides:
beginOperationResultin classFaultType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classFaultType
-
clone
public IllegalArgumentFaultType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classFaultType
-
-