Package org.cxml

Class QualitySampleResult

java.lang.Object
org.cxml.QualitySampleResult

public class QualitySampleResult extends Object
  • Field Details

    • sampleID

      protected String sampleID
    • unitValue

      protected String unitValue
    • physicalSampleNumber

      protected String physicalSampleNumber
    • propertyValue

      protected PropertyValue propertyValue
  • Constructor Details

    • QualitySampleResult

      public QualitySampleResult()
  • Method Details

    • getSampleID

      public String getSampleID()
      Gets the value of the sampleID property.
      Returns:
      possible object is String
    • setSampleID

      public void setSampleID(String value)
      Sets the value of the sampleID property.
      Parameters:
      value - allowed object is String
    • getUnitValue

      public String getUnitValue()
      Gets the value of the unitValue property.
      Returns:
      possible object is String
    • setUnitValue

      public void setUnitValue(String value)
      Sets the value of the unitValue property.
      Parameters:
      value - allowed object is String
    • getPhysicalSampleNumber

      public String getPhysicalSampleNumber()
      Gets the value of the physicalSampleNumber property.
      Returns:
      possible object is String
    • setPhysicalSampleNumber

      public void setPhysicalSampleNumber(String value)
      Sets the value of the physicalSampleNumber property.
      Parameters:
      value - allowed object is String
    • getPropertyValue

      public PropertyValue getPropertyValue()
      Gets the value of the propertyValue property.
      Returns:
      possible object is PropertyValue
    • setPropertyValue

      public void setPropertyValue(PropertyValue value)
      Sets the value of the propertyValue property.
      Parameters:
      value - allowed object is PropertyValue