Module jonix.onix3

Class StockQuantityCodeTypeName

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

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

Stock quantity code type name

A name that identifies a proprietary stock quantity coding scheme (ie a scheme which is not a standard and for which there is no individual ID type code). Must be used when, and only when the code in the <StockQuantityCodeType> element indicates a proprietary scheme, eg a wholesaler’s own code. Optional, and non-repeating.

Format Variable length text, suggested maximum length 100 characters
Reference name <StockQuantityCodeTypeName>
Short tag <j296>
Cardinality 0…1
Attributes language
Example <j296>IngramSQ</j296>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • StockQuantityCodeTypeName

      public StockQuantityCodeTypeName()
    • StockQuantityCodeTypeName

      public StockQuantityCodeTypeName(Element element)
  • Method Details