Class ProblemActionImpl

    • Field Detail

      • action

        private Action action
        Action child element.
      • soapAction

        private SoapAction soapAction
        SoapAction child element.
      • unknownAttributes

        private AttributeMap unknownAttributes
        Wildcard attributes.
    • Constructor Detail

      • 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 Detail

      • 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