Interface Company

All Superinterfaces:
SAMLObject, XMLObject, XSString
All Known Implementing Classes:
CompanyImpl

public interface Company extends SAMLObject, XSString
SAML 2.0 Metadata Company.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
  • Method Details

    • getName

      @Deprecated(forRemoval=true, since="4.0.0") @Nullable default String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the name of the company.
      Returns:
      the name of the company
    • setName

      @Deprecated(forRemoval=true, since="4.0.0") default void setName(@Nullable String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the name of the company.
      Parameters:
      value - the name of the company