Interface SOAPBody

    • Method Detail

      • setParts

        void setParts​(List parts)
        Set the parts for this SOAP body.
        Parameters:
        parts - the desired parts
      • getParts

        List getParts()
        Get the parts for this SOAP body.
      • setUse

        void setUse​(String use)
        Set the use for this SOAP body.
        Parameters:
        use - the desired use
      • getUse

        String getUse()
        Get the use for this SOAP body.
      • setEncodingStyles

        void setEncodingStyles​(List encodingStyles)
        Set the encodingStyles for this SOAP body.
        Parameters:
        encodingStyles - the desired encodingStyles
      • getEncodingStyles

        List getEncodingStyles()
        Get the encodingStyles for this SOAP body.
      • setNamespaceURI

        void setNamespaceURI​(String namespaceURI)
        Set the namespace URI for this SOAP body.
        Parameters:
        namespaceURI - the desired namespace URI
      • getNamespaceURI

        String getNamespaceURI()
        Get the namespace URI for this SOAP body.