Class ScalarValue

    • Constructor Detail

      • ScalarValue

        public ScalarValue()
      • ScalarValue

        public ScalarValue​(boolean _boolean)
      • ScalarValue

        public ScalarValue​(Code category)
      • ScalarValue

        public ScalarValue​(Measure quantity)
      • ScalarValue

        public ScalarValue​(java.lang.Integer count)
    • Method Detail

      • getBoolean

        public java.lang.Boolean getBoolean()
      • getCategory

        public Code getCategory()
      • getQuantity

        public Measure getQuantity()
      • getCount

        public java.lang.Integer getCount()
      • isSetBoolean

        public boolean isSetBoolean()
      • isSetCategory

        public boolean isSetCategory()
      • isSetQuantity

        public boolean isSetQuantity()
      • isSetCount

        public boolean isSetCount()
      • setBoolean

        public void setBoolean​(java.lang.Boolean _boolean)
      • setCategory

        public void setCategory​(Code category)
      • setQuantity

        public void setQuantity​(Measure quantity)
      • setCount

        public void setCount​(java.lang.Integer count)
      • unsetBoolean

        public void unsetBoolean()
      • unsetCategory

        public void unsetCategory()
      • unsetQuantity

        public void unsetQuantity()
      • unsetCount

        public void unsetCount()
      • isSetParent

        public boolean isSetParent()
        Specified by:
        isSetParent in interface Child
      • unsetParent

        public void unsetParent()
        Specified by:
        unsetParent in interface Child
      • copyTo

        public java.lang.Object copyTo​(java.lang.Object target,
                                       CopyBuilder copyBuilder)
        Specified by:
        copyTo in interface Copyable