Class LocalizedURIImpl

All Implemented Interfaces:
LangBearing, XSURI, XMLObject, SAMLObject, LocalizedURI
Direct Known Subclasses:
InformationURLImpl, LogoImpl, OrganizationURLImpl, PrivacyStatementURLImpl, RegistrationPolicyImpl, UsagePolicyImpl

public class LocalizedURIImpl extends XSURIImpl implements LocalizedURI
Concrete implementation of LocalizedURI.
  • Field Details

    • language

      @Nullable private String language
      Language.
  • Constructor Details

    • LocalizedURIImpl

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