Interface Envelope

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
    • Method Detail

      • getHeader

        @Nullable
        Header getHeader()
        Gets the header of this envelope.
        Returns:
        the header of this envelope
      • setHeader

        void setHeader​(@Nullable
                       Header newHeader)
        Sets the header of this envelope.
        Parameters:
        newHeader - the header of this envelope
      • getBody

        @Nullable
        Body getBody()
        Gets the body of this envelope.
        Returns:
        the body of this envelope
      • setBody

        void setBody​(@Nullable
                     Body newBody)
        Sets the body of this envelope.
        Parameters:
        newBody - the body of this envelope