Interface AssertionIDRef

All Superinterfaces:
XmlSerializable

@SupportedAll public interface AssertionIDRef extends XmlSerializable
This class represents the AssertionIDRef element.

The following schema fragment specifies the expected content contained within this java content object.

 <element name="AssertionIDRef" type="NCName"/>
 
  • Method Details

    • getValue

      String getValue()
      Returns the value of the AssertionIDRef.
      Returns:
      the value of this AssertionIDRef.
      See Also:
    • setValue

      void setValue(String value) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the value of this AssertionIDRef.
      Parameters:
      value - new AssertionIDRef.
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • makeImmutable

      void makeImmutable()
      Makes the object immutable.
    • isMutable

      boolean isMutable()
      Returns the mutability of the object.
      Returns:
      true if the object is mutable; false otherwise.