Class ReferentialIntegrityFaultType

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

    public class ReferentialIntegrityFaultType
    extends ObjectAccessFaultType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Operation on an object would cause inconsistencies in referential integrity. E.g. attempt to delete an object that is a target of existing reference. <p>Java class for ReferentialIntegrityFaultType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ReferentialIntegrityFaultType"&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="referringObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • referringObjectOid

        protected List<String> referringObjectOid
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_REFERRING_OBJECT_OID

        public static final ItemName F_REFERRING_OBJECT_OID
    • Constructor Detail

      • ReferentialIntegrityFaultType

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

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