Module jonix.common

Class JonixVelocity

java.lang.Object
com.tectonica.jonix.common.struct.JonixVelocity
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixVelocity extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents Onix3 <Velocity>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixVelocity EMPTY
    • velocityMetric

      public VelocityMetrics velocityMetric
    • rate

      public Integer rate
      Raw Format: Positive or negative integer or zero, suggested maximum length 7 digits. Negative numbers indicate returns exceed the fulfillment rate

      (type: dt.Integer)

    • proximity

      public Proximitys proximity
  • Constructor Details

    • JonixVelocity

      public JonixVelocity()