Class Id


@Bean(typeName="id") public class Id extends Common
Represents an atomId construct in the RFC4287 specification.
Schema

atomId = element atom:id { atomCommonAttributes, (atomUri) }

See Also:
  • Constructor Details

    • Id

      public Id(String text)
      Normal constructor.
      Parameters:
      text - The id element contents.
    • Id

      public Id()
      Bean constructor.
  • Method Details

    • getText

      Bean property getter: text.

      The content of this identifier.

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

      public Id setText(String value)
      Bean property setter: text.

      The content of this identifier.

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

      public Id 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 Id 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