Class UnsupportedOperationFaultType
- 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.UnsupportedOperationFaultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class UnsupportedOperationFaultType extends FaultType
The invoked operation is not supported. E.g. attempt to invoke non-implemented optional operation or attempt to use resource capability that is not supported.- 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 UnsupportedOperationFaultType()UnsupportedOperationFaultType(UnsupportedOperationFaultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()UnsupportedOperationFaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode(StructuredHashCodeStrategy strategy)UnsupportedOperationFaultTypemessage(String value)UnsupportedOperationFaultTypeoperationResult(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
-
UnsupportedOperationFaultType
public UnsupportedOperationFaultType()
-
UnsupportedOperationFaultType
public UnsupportedOperationFaultType(UnsupportedOperationFaultType 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 UnsupportedOperationFaultType message(String value)
-
operationResult
public UnsupportedOperationFaultType 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 UnsupportedOperationFaultType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classFaultType
-
-