Module jonix.common

Class JonixSupplierOwnCoding

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

public class JonixSupplierOwnCoding extends Object implements JonixKeyedStruct<SupplierOwnCodeTypes>, Serializable
This class is a JonixStruct that represents Onix3 <SupplierOwnCoding>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixSupplierOwnCoding EMPTY
    • supplierCodeType

      public SupplierOwnCodeTypes supplierCodeType
      the key of this struct (by which it can be looked up)
    • supplierCodeTypeName

      public String supplierCodeTypeName
      Raw Format: Variable length text, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

    • supplierCodeValue

      public String supplierCodeValue
      Raw Format: According to the supplier's own format for the code type specified in <SupplierCodeType>

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixSupplierOwnCoding

      public JonixSupplierOwnCoding()
  • Method Details