Module jonix.onix3

Class ReturnsCodeTypeName

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

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

Returns code type name

A name which identifies a proprietary returns code scheme. Must be used when, and only when, the code in the <ReturnsCodeType> element indicates a proprietary scheme, eg a wholesaler’s own code. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <ReturnsCodeTypeName>
Short tag <x460>
Cardinality 0…1
Attributes language
Example <ReturnsCodeTypeName>KNO</ReturnsCodeTypeName>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ReturnsCodeTypeName

      public ReturnsCodeTypeName()
    • ReturnsCodeTypeName

      public ReturnsCodeTypeName(Element element)
  • Method Details