Class AttributeReference

java.lang.Object
org.apache.directory.scim.spec.filter.attribute.AttributeReference
All Implemented Interfaces:
Serializable

public class AttributeReference extends Object implements Serializable
See Also:
  • Constructor Details

    • AttributeReference

      public AttributeReference(String name)
    • AttributeReference

      public AttributeReference(String urn, String name)
    • AttributeReference

      public AttributeReference(String urn, String attributeName, String subAttributeName)
  • Method Details

    • getFullAttributeName

      public String getFullAttributeName()
    • getFullyQualifiedAttributeName

      public String getFullyQualifiedAttributeName()
    • getAttributeBase

      public String getAttributeBase()
    • hasSubAttribute

      public boolean hasSubAttribute()
    • hasUrn

      public boolean hasUrn()
    • toString

      public String toString()
      Overrides:
      toString in class Object