Class ObjectReferenceType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.prism.xml.ns._public.annotation_3.ObjectReferenceType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ObjectReferenceType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Reference to an object. It contains OID of the object that it refers to. This is simplified version of the "real" object reference used in the main schemas. This has to be a duplicate to avoid circular dependencies.
See Also:
  • Field Details

    • type

      protected QName type
    • oid

      protected String oid
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_TYPE

      public static final ItemName F_TYPE
    • F_OID

      public static final ItemName F_OID
  • Constructor Details

    • ObjectReferenceType

      public ObjectReferenceType()
    • ObjectReferenceType

      public ObjectReferenceType(ObjectReferenceType other)
  • Method Details