Package com.sun.identity.saml2.assertion
Interface AssertionIDRef
- All Superinterfaces:
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 Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns the value of theAssertionIDRef.- Returns:
- the value of this
AssertionIDRef. - See Also:
-
setValue
Sets the value of thisAssertionIDRef.- Parameters:
value- newAssertionIDRef.- Throws:
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:
trueif the object is mutable;falseotherwise.
-