Interface SignatureConfirmation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getValue()
      Returns the Value attribute value.
      void setValue​(String newValue)
      Sets the Value attribute value.
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • ELEMENT_NAME

        static final QName ELEMENT_NAME
        Qualified element name.
      • TYPE_NAME

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

      • getValue

        String getValue()
        Returns the Value attribute value.
        Returns:
        the Value attribute value or null.
      • setValue

        void setValue​(String newValue)
        Sets the Value attribute value.
        Parameters:
        newValue - the Value attribute value.