Class UnsupportedObjectTypeFaultType
- 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.ObjectAccessFaultType
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.UnsupportedObjectTypeFaultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class UnsupportedObjectTypeFaultType extends ObjectAccessFaultType
Object type passed to the operation is not supported by the implementation.- 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 UnsupportedObjectTypeFaultType()UnsupportedObjectTypeFaultType(UnsupportedObjectTypeFaultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()UnsupportedObjectTypeFaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)inthashCode(StructuredHashCodeStrategy strategy)UnsupportedObjectTypeFaultTypemessage(String value)UnsupportedObjectTypeFaultTypeoperationResult(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
-
UnsupportedObjectTypeFaultType
public UnsupportedObjectTypeFaultType()
-
UnsupportedObjectTypeFaultType
public UnsupportedObjectTypeFaultType(UnsupportedObjectTypeFaultType other)
-
-
Method Detail
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classObjectAccessFaultType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classObjectAccessFaultType
-
message
public UnsupportedObjectTypeFaultType message(String value)
- Overrides:
messagein classObjectAccessFaultType
-
operationResult
public UnsupportedObjectTypeFaultType operationResult(OperationResultType value)
- Overrides:
operationResultin classObjectAccessFaultType
-
beginOperationResult
public OperationResultType beginOperationResult()
- Overrides:
beginOperationResultin classObjectAccessFaultType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classObjectAccessFaultType
-
clone
public UnsupportedObjectTypeFaultType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObjectAccessFaultType
-
-