Class CommonStatusDetailType

java.lang.Object
org.keycloak.dom.saml.common.CommonStatusDetailType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StatusDetailType

public class CommonStatusDetailType extends Object implements Serializable

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 Details

  • Constructor Details

    • CommonStatusDetailType

      public CommonStatusDetailType()
  • Method Details

    • addStatusDetail

      public void addStatusDetail(Object obj)
      Add status detail
      Parameters:
      obj -
    • removeStatusDetail

      public void removeStatusDetail(Object obj)
      Remove status detail
      Parameters:
      obj -
    • getAny

      public List<Object> getAny()
      Gets the value of the any property. Read-Only list