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
public class SchemaViolationFaultType extends ObjectAccessFaultType
Provided object does not conform to the internal schema.- 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_VIOLATING_PROPERTY_NAMEprotected List<QName>violatingPropertyName-
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 SchemaViolationFaultType()SchemaViolationFaultType(SchemaViolationFaultType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginOperationResult()SchemaViolationFaultTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<QName>getViolatingPropertyName()inthashCode(StructuredHashCodeStrategy strategy)SchemaViolationFaultTypemessage(String value)SchemaViolationFaultTypeoperationResult(OperationResultType value)SchemaViolationFaultTypeviolatingPropertyName(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
-
-
-
-
Constructor Detail
-
SchemaViolationFaultType
public SchemaViolationFaultType()
-
SchemaViolationFaultType
public SchemaViolationFaultType(SchemaViolationFaultType 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
-
violatingPropertyName
public SchemaViolationFaultType violatingPropertyName(QName value)
-
message
public SchemaViolationFaultType message(String value)
- Overrides:
messagein classObjectAccessFaultType
-
operationResult
public SchemaViolationFaultType 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 SchemaViolationFaultType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObjectAccessFaultType
-
-