Class LogoImpl

All Implemented Interfaces:
LangBearing, XSURI, XMLObject, SAMLObject, Logo, LocalizedURI

public class LogoImpl extends LocalizedURIImpl implements Logo
Concrete implementation of Logo.
  • Field Details

    • width

      @Nullable private Integer width
      X-Dimension of the logo.
    • height

      @Nullable private Integer height
      Y-Dimension of the logo.
  • Constructor Details

    • LogoImpl

      protected LogoImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespaceURI
      elementLocalName - elementLocalName
      namespacePrefix - namespacePrefix
  • Method Details