Class FaultType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
CommunicationFaultType,ConfigurationFaultType,IllegalArgumentFaultType,ObjectAccessFaultType,SystemFaultType,UnsupportedOperationFaultType
public class FaultType extends AbstractPlainStructured
- 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_TYPEstatic ItemNameF_MESSAGEstatic ItemNameF_OPERATION_RESULTprotected Stringmessageprotected OperationResultTypeoperationResult
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()FaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetMessage()OperationResultTypegetOperationResult()inthashCode(StructuredHashCodeStrategy strategy)FaultTypemessage(String value)FaultTypeoperationResult(OperationResultType value)voidsetMessage(String value)voidsetOperationResult(OperationResultType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
message
protected String message
-
operationResult
protected OperationResultType operationResult
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MESSAGE
public static final ItemName F_MESSAGE
-
F_OPERATION_RESULT
public static final ItemName F_OPERATION_RESULT
-
-
Constructor Detail
-
FaultType
public FaultType()
-
FaultType
public FaultType(FaultType other)
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String value)
-
getOperationResult
public OperationResultType getOperationResult()
-
setOperationResult
public void setOperationResult(OperationResultType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
operationResult
public FaultType operationResult(OperationResultType value)
-
beginOperationResult
public OperationResultType beginOperationResult()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public FaultType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-