public class AssertionIDRefImpl extends Object implements AssertionIDRef
The following schema fragment specifies the expected content contained within this java content object.
<element name="AssertionIDRef" type="NCName"/>
Constructor and Description |
---|
AssertionIDRefImpl()
Class constructor.
|
AssertionIDRefImpl(Element element)
Class constructor with
AssertionIDRef in
Element format. |
AssertionIDRefImpl(String xmlString)
Class constructor with
AssertionIDRef in xml string format. |
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.
|
public AssertionIDRefImpl()
public AssertionIDRefImpl(Element element) throws SAML2Exception
AssertionIDRef
in
Element
format.element
- A Element
representing DOM tree for
AssertionIDRef
objectSAML2Exception
- if it could not process the Elementpublic AssertionIDRefImpl(String xmlString) throws SAML2Exception
AssertionIDRef
in xml string format.xmlString
- A String
representing a
AssertionIDRef
objectSAML2Exception
- if it could not process the XML stringpublic String getValue()
AssertionIDRef
.getValue
in interface AssertionIDRef
AssertionIDRef
.setValue(String)
public void setValue(String value) throws SAML2Exception
AssertionIDRef
.setValue
in interface AssertionIDRef
value
- new AssertionIDRef
.SAML2Exception
- if the object is immutable.getValue()
public void makeImmutable()
makeImmutable
in interface AssertionIDRef
public boolean isMutable()
isMutable
in interface AssertionIDRef
public String toXMLString() throws SAML2Exception
toXMLString
in interface AssertionIDRef
SAML2Exception
- if the object does not conform to the schema.public String toXMLString(boolean includeNS, boolean declareNS) throws SAML2Exception
toXMLString
in interface AssertionIDRef
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–2025 Open Identity Platform Community. All rights reserved.