Class AnalysisAttributeRuleType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.AnalysisAttributeRuleType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class AnalysisAttributeRuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Contains information about matching rules for attribute analysis. Matching rule presupposes the business logic for the comparison of objects.
See Also:
  • Field Details

  • Constructor Details

    • AnalysisAttributeRuleType

      public AnalysisAttributeRuleType()
    • AnalysisAttributeRuleType

      @Deprecated public AnalysisAttributeRuleType(PrismContext context)
      Deprecated.
  • Method Details

    • getAttributeIdentifier

      public String getAttributeIdentifier()
    • setAttributeIdentifier

      public void setAttributeIdentifier(String value)
    • getPropertyType

      public QName getPropertyType()
    • setPropertyType

      public void setPropertyType(QName value)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    • id

      public AnalysisAttributeRuleType id(Long value)
    • attributeIdentifier

      public AnalysisAttributeRuleType attributeIdentifier(String value)
    • propertyType

      public AnalysisAttributeRuleType propertyType(QName value)
    • end

      public <X> X end()
    • clone

      public AnalysisAttributeRuleType clone()
      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable