Package org.keycloak.dom.saml.common
Class CommonStatusDetailType
java.lang.Object
org.keycloak.dom.saml.common.CommonStatusDetailType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StatusDetailType
Java class for StatusDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStatusDetail
(Object obj) Add status detailgetAny()
Gets the value of the any property.void
removeStatusDetail
(Object obj) Remove status detail
-
Field Details
-
any
-
-
Constructor Details
-
CommonStatusDetailType
public CommonStatusDetailType()
-
-
Method Details
-
addStatusDetail
Add status detail- Parameters:
obj
-
-
removeStatusDetail
Remove status detail- Parameters:
obj
-
-
getAny
Gets the value of the any property. Read-Only list
-