Class ObjectReferenceType

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

    public class ObjectReferenceType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, Referencable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                         Reference to an object. It contains OID of the object that it
                         refers to.
                     </p>
     

    Java class for ObjectReferenceType complex type.

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

     <complexType name="ObjectReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
             <element name="resolutionTime" type="{http://prism.evolveum.com/xml/ns/public/types-3}EvaluationTimeType" minOccurs="0"/>
             <element name="referentialIntegrity" type="{http://prism.evolveum.com/xml/ns/public/types-3}ReferentialIntegrityType" minOccurs="0"/>
             <element name="targetName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
           </sequence>
           <attribute name="oid" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form