Class ActionTypeImpl

All Implemented Interfaces:
XMLObject, ActionType, XACMLObject

public class ActionTypeImpl extends AbstractXACMLObject implements ActionType
Concrete implementation of ActionType.
  • Field Details

  • Constructor Details

    • ActionTypeImpl

      protected ActionTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getAttributes

      public List<AttributeType> getAttributes()
      Returns the list of attributes in the subject.
      Specified by:
      getAttributes in interface ActionType
      Returns:
      the list of attributes in the subject
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements