Class ProblemActionImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, ProblemAction, WSAddressingObject

public class ProblemActionImpl extends AbstractWSAddressingObject implements ProblemAction
Implementation of ProblemAction.
  • Field Details

    • action

      private Action action
      Action child element.
    • soapAction

      private SoapAction soapAction
      SoapAction child element.
    • unknownAttributes

      private AttributeMap unknownAttributes
      Wildcard attributes.
  • Constructor Details

    • ProblemActionImpl

      public ProblemActionImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

    • getAction

      public Action getAction()
      Get the Action child element.
      Specified by:
      getAction in interface ProblemAction
      Returns:
      the Action child element
    • getSoapAction

      public SoapAction getSoapAction()
      Get the SoapAction child element.
      Specified by:
      getSoapAction in interface ProblemAction
      Returns:
      the SoapAction child element
    • setAction

      public void setAction(Action newAction)
      Set the Action child element.
      Specified by:
      setAction in interface ProblemAction
      Parameters:
      newAction - the new Action child element
    • setSoapAction

      public void setSoapAction(SoapAction newSoapAction)
      Set the SoapAction child element.
      Specified by:
      setSoapAction in interface ProblemAction
      Parameters:
      newSoapAction - the new SoapAction child element
    • getUnknownAttributes

      public AttributeMap getUnknownAttributes()
      Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.
      Specified by:
      getUnknownAttributes in interface AttributeExtensibleXMLObject
      Returns:
      a map of the attributes
    • 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
      Overrides:
      getOrderedChildren in class AbstractWSAddressingObject
      Returns:
      ordered list of child elements