Class ObjectReferenceType

java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ObjectReferenceType
All Implemented Interfaces:
JaxbVisitable, Serializable

public class ObjectReferenceType extends Object implements Serializable, JaxbVisitable
TODO update this class by adding missing features (targetName, oid, type, relation). However, it's quite unclear if it's really necessary.
See Also:
  • Field Details

  • Constructor Details

    • ObjectReferenceType

      public ObjectReferenceType()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getFilter

      public ObjectReferenceType.Filter getFilter()
      Gets the value of the filter property.
      Returns:
      possible object is ObjectReferenceType.Filter
    • setFilter

      public void setFilter(ObjectReferenceType.Filter value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is ObjectReferenceType.Filter
    • getOid

      public String getOid()
      Gets the value of the oid property.
      Returns:
      possible object is String
    • setOid

      public void setOid(String value)
      Sets the value of the oid property.
      Parameters:
      value - allowed object is String
    • getType

      public QName getType()
      Gets the value of the type property.
      Returns:
      possible object is QName
    • setType

      public void setType(QName value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is QName
    • accept

      public void accept(JaxbVisitor visitor)
      Specified by:
      accept in interface JaxbVisitable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object