Interface IWithExtAttributes

    • Method Detail

      • getExtAttributes

        ExtAttributes getExtAttributes()
        Gets the ExtAttributes object for the parent object. If none exists, one is created.
        Returns:
        the ExtAttributes object for the parent object, never null.
      • hasExtAttribute

        boolean hasExtAttribute()
        Indicates if at least one extension attribute is present.
        Returns:
        true if at least one extension attribute is present; false otherwise.
      • getExtAttributeValue

        String getExtAttributeValue​(String namespaceURI,
                                    String localName)
        Gets the value for a given extension attribute.
        Parameters:
        namespaceURI - the URI of the namespace for the attribute.
        localName - the name of the attribute.
        Returns:
        the value of the extension attribute, or null if it does not exist.