Module jonix.common

Class JonixReviewRating

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

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

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixReviewRating EMPTY
    • rating

      public Double rating
      Raw Format: Positive real number, with explicit decimal point when required, or zero, as appropriate for the limit specified in <RatingLimit>. Suggested maximum length 7 characters

      (type: dt.PositiveDecimalOrZero)

    • ratingLimit

      public Integer ratingLimit
      Raw Format: Positive integer number, suggested maximum length 4 digits

      (type: dt.PositiveIntegerOrZero)

    • ratingUnitss

      public List<String> ratingUnitss
      Raw Format: Variable length text, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixReviewRating

      public JonixReviewRating()