Class StatusCodeImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.core.impl.StatusCodeImpl
All Implemented Interfaces:
XMLObject, SAMLObject, StatusCode

public class StatusCodeImpl extends AbstractXMLObject implements StatusCode
Concrete implementation of StatusCode.
  • Field Details

    • value

      @Nullable private String value
      Value attribute URI.
    • childStatusCode

      @Nullable private StatusCode childStatusCode
      Nested secondary StatusCode child element.
  • Constructor Details

    • StatusCodeImpl

      protected StatusCodeImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details