public interface AssertionIDRef
The following schema fragment specifies the expected content contained within this java content object.
<element name="AssertionIDRef" type="NCName"/>
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the value of the
AssertionIDRef . |
boolean |
isMutable()
Returns the mutability of the object.
|
void |
makeImmutable()
Makes the object immutable.
|
void |
setValue(String value)
Sets the value of this
AssertionIDRef . |
String |
toXMLString()
Returns a String representation of the element.
|
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the element.
|
String getValue()
AssertionIDRef
.AssertionIDRef
.AssertionIDRef.setValue(String)
void setValue(String value) throws SAML2Exception
AssertionIDRef
.value
- new AssertionIDRef
.SAML2Exception
- if the object is immutable.AssertionIDRef.getValue()
void makeImmutable()
boolean isMutable()
true
if the object is mutable; false
otherwise.String toXMLString() throws SAML2Exception
SAML2Exception
- if the object does not conform to the schema.String toXMLString(boolean includeNS, boolean declareNS) throws SAML2Exception
includeNS
- Determines whether or not the namespace qualifier is
prepended to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.SAML2Exception
- if the object does not conform to the schema.Copyright © 2010-2018, ForgeRock All Rights Reserved.