Class Logo

java.lang.Object
org.apache.juneau.dto.atom.Common
org.apache.juneau.dto.atom.Logo

@Bean(typeName="logo") public class Logo extends Common
Represents an atomLogo construct in the RFC4287 specification.
Schema

atomLogo = element atom:logo { atomCommonAttributes, (atomUri) }

See Also:
  • Constructor Details

    • Logo

      public Logo(Object uri)
      Normal constructor.

      The value can be of any of the following types: URI, URL, String.
      Strings must be valid URIs.

      URIs defined by UriResolver can be used for values.

      Parameters:
      uri - The URI of the logo.
    • Logo

      public Logo()
      Bean constructor.
  • Method Details

    • getUri

      Bean property getter: uri.

      The URI of the logo.

      Returns:
      The property value, or null if it is not set.
    • setUri

      public Logo setUri(Object value)
      Bean property setter: uri.

      The URI of the logo.

      The value can be of any of the following types: URI, URL, String.
      Strings must be valid URIs.

      URIs defined by UriResolver can be used for values.

      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object
    • setBase

      public Logo setBase(Object value)
      Description copied from class: Common
      Bean property setter: term.

      The URI base of this object.

      The value can be of any of the following types: URI, URL, String. Strings must be valid URIs.

      Overrides:
      setBase in class Common
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object
    • setLang

      public Logo setLang(String value)
      Description copied from class: Common
      Bean property setter: lang.

      The language of this object.

      Overrides:
      setLang in class Common
      Parameters:
      value - The new value for this property.
      Can be null to unset the property.
      Returns:
      This object