Module jonix.onix3

Class ListName

java.lang.Object
com.tectonica.jonix.onix3.ListName
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class ListName extends Object implements OnixElement<String>, Serializable

Name of bestseller list

The name of a bestseller list, when the <CitedContent> composite is used to refer to a position which a product has reached on such a list. Optional, and repeatable to provide a parallel list name in multiple languages. The language attribute is optional for a single instance of <ListName>, but must be included in each instance if <ListName> is repeated.

Format Variable length text, suggested maximum length 100 characters
Reference name <ListName>
Short tag <x432>
Cardinality 0…n
Attributes language
Example <x432>Sunday Times Hardback Fiction</x432>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • language

      public Languages language
    • value

      public String value
      This is the raw content of ListName. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ListName EMPTY
  • Constructor Details

    • ListName

      public ListName()
    • ListName

      public ListName(Element element)
  • Method Details