Interface BooleanBasedMdsAttributeValue

  • All Superinterfaces:
    org.opensaml.saml.saml2.core.AttributeValue, org.opensaml.saml.common.SAMLObject, org.opensaml.core.xml.XMLObject
    All Known Subinterfaces:
    Verified
    All Known Implementing Classes:
    VerifiedImpl

    public interface BooleanBasedMdsAttributeValue
    extends org.opensaml.saml.saml2.core.AttributeValue, org.opensaml.saml.common.SAMLObject
    • Field Summary

      • Fields inherited from interface org.opensaml.saml.saml2.core.AttributeValue

        DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getValue()  
      void setValue​(boolean 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
    • Method Detail

      • getValue

        boolean getValue()
      • setValue

        void setValue​(boolean value)