Class LocalizedNameImpl

All Implemented Interfaces:
LangBearing, XSString, XMLObject, SAMLObject, LocalizedName
Direct Known Subclasses:
DescriptionImpl, DisplayNameImpl, OrganizationDisplayNameImpl, OrganizationNameImpl, ServiceDescriptionImpl, ServiceNameImpl

public class LocalizedNameImpl extends XSStringImpl implements LocalizedName
Concrete implementation of LocalizedName.
  • Field Details

    • language

      @Nullable private String language
      Language.
  • Constructor Details

    • LocalizedNameImpl

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