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.

    Java class for SchemaViolationFaultType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SchemaViolationFaultType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-3}ObjectAccessFaultType">
           <sequence>
             <element name="violatingPropertyName" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    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 SchemaViolationFaultType instance.
      • SchemaViolationFaultType

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