Class SchemaViolationFaultType
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.SchemaViolationFaultType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
Provided object does not conform to the internal schema.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
F_MESSAGE, F_OPERATION_RESULT, message, operationResult
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode
(StructuredHashCodeStrategy strategy) violatingPropertyName
(QName 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 Details
-
violatingPropertyName
-
COMPLEX_TYPE
-
F_VIOLATING_PROPERTY_NAME
-
-
Constructor Details
-
SchemaViolationFaultType
public SchemaViolationFaultType() -
SchemaViolationFaultType
-
-
Method Details
-
getViolatingPropertyName
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classObjectAccessFaultType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classObjectAccessFaultType
-
violatingPropertyName
-
message
- Overrides:
message
in classObjectAccessFaultType
-
operationResult
- Overrides:
operationResult
in classObjectAccessFaultType
-
beginOperationResult
- Overrides:
beginOperationResult
in classObjectAccessFaultType
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classObjectAccessFaultType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObjectAccessFaultType
-