public class StatusDetailImpl extends Object implements StatusDetail
StatusDetail
elements.Constructor and Description |
---|
StatusDetailImpl()
Constructs the
StatusDetail Object. |
StatusDetailImpl(Element element)
Constructs the
StatusDetail Object. |
StatusDetailImpl(String xmlString)
Constructs the
StatusDetail Object. |
Modifier and Type | Method and Description |
---|---|
List |
getAny()
Returns the list of
StatusDetail object. |
boolean |
isMutable()
Returns value true if object is mutable.
|
void |
makeImmutable()
Makes this object immutable.
|
void |
setAny(List value)
Sets the
StatusDetail object. |
String |
toXMLString()
Returns the
StatusDetail in an XML document String format
based on the StatusDetail schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
StatusDetail in an XML document String format
based on the StatusDetail schema described above. |
public StatusDetailImpl()
StatusDetail
Object.public StatusDetailImpl(Element element) throws SAML2Exception
StatusDetail
Object.element
- the Document Element of StatusDetail
object.SAML2Exception
- if StatusDetail
cannot be created.public StatusDetailImpl(String xmlString) throws SAML2Exception
StatusDetail
Object.xmlString
- the XML String representation of this object.SAML2Exception
- if StatusDetail
cannot be created.public void setAny(List value) throws SAML2Exception
StatusDetail
object.setAny
in interface StatusDetail
value
- List of XML Strings StatusDetail
objectsSAML2Exception
- if the object is immutable.getAny()
public List getAny()
StatusDetail
object.getAny
in interface StatusDetail
StatusDetail
objects.setAny(List)
public String toXMLString() throws SAML2Exception
StatusDetail
in an XML document String format
based on the StatusDetail
schema described above.toXMLString
in interface StatusDetail
StatusDetail
.SAML2Exception
- if some error occurs during conversion to
String
.public String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
StatusDetail
in an XML document String format
based on the StatusDetail
schema described above.toXMLString
in interface StatusDetail
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.StatusDetail
.SAML2Exception
- if some error occurs during conversion to
String
.public void makeImmutable()
makeImmutable
in interface StatusDetail
public boolean isMutable()
isMutable
in interface StatusDetail
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.