Class SLISTPQ

All Implemented Interfaces:
Serializable

public class SLISTPQ extends ANY implements Serializable
Description of the class SLISTPQ.
See Also:
  • Field Details

    • origin

      public PQ origin
      The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent. .
    • scale

      public PQ scale
      A ratio-scale quantity that is factored out of the digit sequence. .
    • digits

      public String digits
      A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter. .
  • Constructor Details

    • SLISTPQ

      public SLISTPQ()
  • Method Details

    • getOrigin

      public PQ getOrigin()
      Return origin.
      Returns:
      origin : The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
    • setOrigin

      public void setOrigin(PQ origin)
      Set a value to attribute origin.
      Parameters:
      origin - : The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
    • getScale

      public PQ getScale()
      Return scale.
      Returns:
      scale : A ratio-scale quantity that is factored out of the digit sequence.
    • setScale

      public void setScale(PQ scale)
      Set a value to attribute scale.
      Parameters:
      scale - : A ratio-scale quantity that is factored out of the digit sequence.
    • getDigits

      public String getDigits()
      Return digits.
      Returns:
      digits : A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
    • setDigits

      public void setDigits(String digits)
      Set a value to attribute digits.
      Parameters:
      digits - : A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class ANY
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class ANY
    • validateByModule

      public static void validateByModule(SLISTPQ sLISTPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation