Interface UnknownPolicySetId

All Superinterfaces:
BasePolicyAdministration
All Known Subinterfaces:
OpenSamlUnknownPolicySetId
All Known Implementing Classes:
UnknownPolicySetIdImpl

public interface UnknownPolicySetId extends BasePolicyAdministration
Describing the methods of the UnknownPolicySetId Interface
Beschreibung der Methoden des UnknownPolicySetId Interfaces
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Element local name.
    static final QName
    Default element name.
    static final String
    Local name of the XSI type.
    static final QName
    QName of the XSI type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the message out of the UnknownPolicySetId. Methode um die Nachricht aus dem UnknownPolicySetId zu lesen.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • ELEMENT_NAME

      static final QName ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getMessage

      String getMessage()
      Method to get the message out of the UnknownPolicySetId.
      Methode um die Nachricht aus dem UnknownPolicySetId zu lesen.
      Returns:
      The status of the response.
      Der Status der Response.