com.evolveum.midpoint.xml.ns._public.common.fault_1
Class ReferentialIntegrityFaultType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.fault_1.FaultType
      extended by com.evolveum.midpoint.xml.ns._public.common.fault_1.ObjectAccessFaultType
          extended by com.evolveum.midpoint.xml.ns._public.common.fault_1.ReferentialIntegrityFaultType
All Implemented Interfaces:
java.io.Serializable

public class ReferentialIntegrityFaultType
extends ObjectAccessFaultType
implements java.io.Serializable

Operation on an object would cause inconsistencies in referential integrity. E.g. attempt to delete an object that is a target of existing reference.

Java class for ReferentialIntegrityFaultType complex type.

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

 <complexType name="ReferentialIntegrityFaultType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/fault-1.wsdl}ObjectAccessFaultType">
       <sequence>
         <element name="referringObjectOid" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.String> referringObjectOid
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_1.FaultType
message, operationResult
 
Constructor Summary
ReferentialIntegrityFaultType()
           
 
Method Summary
 java.util.List<java.lang.String> getReferringObjectOid()
          Gets the value of the referringObjectOid property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.fault_1.FaultType
getMessage, getOperationResult, setMessage, setOperationResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

referringObjectOid

protected java.util.List<java.lang.String> referringObjectOid
Constructor Detail

ReferentialIntegrityFaultType

public ReferentialIntegrityFaultType()
Method Detail

getReferringObjectOid

public java.util.List<java.lang.String> getReferringObjectOid()
Gets the value of the referringObjectOid property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the referringObjectOid property.

For example, to add a new item, do as follows:

    getReferringObjectOid().add(newItem);
 

Objects of the following type(s) are allowed in the list String


toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ObjectAccessFaultType


Copyright © 2011 evolveum. All Rights Reserved.