Module jonix.onix3

Class TextSourceCorporate

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

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

Corporate source of text

The name of a company or corporate body responsible for the text sent in the <Text> element. Optional and non-repeating.

Format Variable length text, suggested maximum length 200 characters
Reference name <TextSourceCorporate>
Short tag <b374>
Cardinality 0…1
Attributes language
Example <TextSourceCorporate>Random House Group</TextSourceCorporate>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • TextSourceCorporate

      public TextSourceCorporate()
    • TextSourceCorporate

      public TextSourceCorporate(Element element)
  • Method Details