Class SchemaViolationFaultType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class SchemaViolationFaultType
    extends ObjectAccessFaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Provided object does not conform to the internal schema. <p>Java class for SchemaViolationFaultType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SchemaViolationFaultType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-3}ObjectAccessFaultType"&gt; &lt;sequence&gt; &lt;element name="violatingPropertyName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • violatingPropertyName

        protected List<QName> violatingPropertyName
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_VIOLATING_PROPERTY_NAME

        public static final ItemName F_VIOLATING_PROPERTY_NAME
    • Constructor Detail

      • SchemaViolationFaultType

        public SchemaViolationFaultType()
        Creates a new {@code SchemaViolationFaultType} instance.
      • SchemaViolationFaultType

        public SchemaViolationFaultType​(SchemaViolationFaultType o)
        Creates a new {@code SchemaViolationFaultType} instance by deeply copying a given {@code SchemaViolationFaultType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.