Module jonix.onix3

Class ReturnsCode

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

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

Returns conditions code

A returns conditions code from the scheme specified in <ReturnsCodeType>. Mandatory in each occurrence of the <ReturnsConditions> composite, and non-repeating.

Format According to the scheme specified in <ReturnsCodeType>
Codelist For values defined by BISAC for US use, see List 66. For other uses, see List 204
Reference name <ReturnsCode>
Short tag <j269>
Cardinality 1
Example <j269>S</j269> (Stripped cover returnable)

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
    • value

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

      Raw Format: According to the scheme specified in <ReturnsCodeType>

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ReturnsCode EMPTY
  • Constructor Details

    • ReturnsCode

      public ReturnsCode()
    • ReturnsCode

      public ReturnsCode(Element element)
  • Method Details