Interface SubjectConfirmation

    • 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

      • getMethod

        String getMethod()
        Get the method used to confirm this subject.
        Returns:
        the method used to confirm this subject
      • setMethod

        void setMethod​(String newMethod)
        Sets the method used to confirm this subject.
        Parameters:
        newMethod - the method used to confirm this subject
      • getSubjectConfirmationData

        SubjectConfirmationData getSubjectConfirmationData()
        Gets the data about how this subject was confirmed or constraints on the confirmation.
        Returns:
        the data about how this subject was confirmed or constraints on the confirmation
      • setSubjectConfirmationData

        void setSubjectConfirmationData​(SubjectConfirmationData newSubjectConfirmationData)
        Sets the data about how this subject was confirmed or constraints on the confirmation.
        Parameters:
        newSubjectConfirmationData - the data about how this subject was confirmed or constraints on the confirmation