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
FieldsFields inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
F_MESSAGE, F_OPERATION_RESULT, message, operationResult -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) violatingPropertyName(QName value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_3.FaultType
getMessage, getOperationResult, setMessage, setOperationResultMethods 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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classObjectAccessFaultType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classObjectAccessFaultType
-
violatingPropertyName
-
message
- Overrides:
messagein classObjectAccessFaultType
-
operationResult
- Overrides:
operationResultin classObjectAccessFaultType
-
beginOperationResult
- Overrides:
beginOperationResultin classObjectAccessFaultType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classObjectAccessFaultType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObjectAccessFaultType
-