public class SessionIndexImpl extends Object implements SessionIndex
SessionIndex
element.Constructor and Description |
---|
SessionIndexImpl(String value)
Constructs the
SessionIndex Object. |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns the
SessionIndex value. |
String |
toXMLString()
Returns the
SessionIndex in an XML document String format
based on the SessionIndex schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
SessionIndex in an XML document String format
based on the SessionIndex schema described above. |
public SessionIndexImpl(String value)
SessionIndex
Object.value
- A String SessionIndex
valuepublic String getValue()
SessionIndex
value.getValue
in interface SessionIndex
SessionIndex
public String toXMLString() throws SAML2Exception
SessionIndex
in an XML document String format
based on the SessionIndex
schema described above.toXMLString
in interface SessionIndex
SessionIndex
.SAML2Exception
- if some error occurs during conversion to
String
.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
SessionIndex
in an XML document String format
based on the SessionIndex
schema described above.toXMLString
in interface SessionIndex
includeNSPrefix
- 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.SessionIndex
.SAML2Exception
- if some error occurs during conversion to
String
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.