Module jonix.common

Class JonixStockQuantityCoded

java.lang.Object
com.tectonica.jonix.common.struct.JonixStockQuantityCoded
All Implemented Interfaces:
JonixKeyedStruct<StockQuantityCodeTypes>, JonixStruct, Serializable

public class JonixStockQuantityCoded extends Object implements JonixKeyedStruct<StockQuantityCodeTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <StockQuantityCoded> and Onix3 <StockQuantityCoded>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixStockQuantityCoded EMPTY
    • stockQuantityCodeType

      public StockQuantityCodeTypes stockQuantityCodeType
      the key of this struct (by which it can be looked up)
    • stockQuantityCode

      public String stockQuantityCode
      Raw Format: According to the scheme specified in <StockQuantityCodeType>

      (type: dt.NonEmptyString)

    • stockQuantityCodeTypeName

      public String stockQuantityCodeTypeName
      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixStockQuantityCoded

      public JonixStockQuantityCoded()
  • Method Details