Module jonix.onix3

Class ReturnsNote

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

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

Returns conditions note

Free text note explaining the returns conditions or special returns instructions, where the code alone is not sufficient. Optional, and repeatable if parallel text is provided in multiple languages. The language attribute is optional for a single instance of <ReturnsNote>, but must be included in each instance if <ReturnsNote> is repeated.

Format Variable length text, suggested maximum length 200 characters
Reference name <ReturnsNote>
Short tag <x528>
Cardinality 0…n
Attributes language
Example <x528 language="eng">Obtain return authorization in advance</x528>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.03
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 ReturnsNote. 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 200 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ReturnsNote EMPTY
  • Constructor Details

    • ReturnsNote

      public ReturnsNote()
    • ReturnsNote

      public ReturnsNote(Element element)
  • Method Details