Module jonix.onix2

Class Measurement

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

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

Measurement

The number which represents the dimension specified in <MeasureTypeCode> in the measure units specified in <MeasureUnitCode>. Mandatory in each occurrence of the <Measure> composite, and non-repeating.

Format Variable length real number, with an explicit decimal point when required, suggested maximum length 6 characters including a decimal point.
Reference name <Measurement>
Short tag <c094>
Example <Measurement>8.25</Measurement>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • Measurement

      public Measurement()
    • Measurement

      public Measurement(Element element)
  • Method Details