Package org.cxml

Class QualityInspectionValuation

java.lang.Object
org.cxml.QualityInspectionValuation

public class QualityInspectionValuation extends Object
  • Field Details

    • valuationID

      protected String valuationID
    • characteristicID

      protected String characteristicID
    • operationNumber

      protected String operationNumber
    • workCenter

      protected String workCenter
    • meanValue

      protected String meanValue
    • aboveTolerance

      protected String aboveTolerance
    • belowTolerance

      protected String belowTolerance
    • inspectedQuantity

      protected String inspectedQuantity
    • nonConformance

      protected String nonConformance
    • deviation

      protected String deviation
    • variance

      protected String variance
    • numberOfDefects

      protected String numberOfDefects
    • serialNumber

      protected String serialNumber
    • inspectionDate

      protected String inspectionDate
    • isAdHoc

      protected String isAdHoc
    • qualitySampleResult

      protected List<QualitySampleResult> qualitySampleResult
    • valueGroup

      protected List<ValueGroup> valueGroup
    • description

      protected Description description
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QualityInspectionValuation

      public QualityInspectionValuation()
  • Method Details

    • getValuationID

      public String getValuationID()
      Gets the value of the valuationID property.
      Returns:
      possible object is String
    • setValuationID

      public void setValuationID(String value)
      Sets the value of the valuationID property.
      Parameters:
      value - allowed object is String
    • getCharacteristicID

      public String getCharacteristicID()
      Gets the value of the characteristicID property.
      Returns:
      possible object is String
    • setCharacteristicID

      public void setCharacteristicID(String value)
      Sets the value of the characteristicID property.
      Parameters:
      value - allowed object is String
    • getOperationNumber

      public String getOperationNumber()
      Gets the value of the operationNumber property.
      Returns:
      possible object is String
    • setOperationNumber

      public void setOperationNumber(String value)
      Sets the value of the operationNumber property.
      Parameters:
      value - allowed object is String
    • getWorkCenter

      public String getWorkCenter()
      Gets the value of the workCenter property.
      Returns:
      possible object is String
    • setWorkCenter

      public void setWorkCenter(String value)
      Sets the value of the workCenter property.
      Parameters:
      value - allowed object is String
    • getMeanValue

      public String getMeanValue()
      Gets the value of the meanValue property.
      Returns:
      possible object is String
    • setMeanValue

      public void setMeanValue(String value)
      Sets the value of the meanValue property.
      Parameters:
      value - allowed object is String
    • getAboveTolerance

      public String getAboveTolerance()
      Gets the value of the aboveTolerance property.
      Returns:
      possible object is String
    • setAboveTolerance

      public void setAboveTolerance(String value)
      Sets the value of the aboveTolerance property.
      Parameters:
      value - allowed object is String
    • getBelowTolerance

      public String getBelowTolerance()
      Gets the value of the belowTolerance property.
      Returns:
      possible object is String
    • setBelowTolerance

      public void setBelowTolerance(String value)
      Sets the value of the belowTolerance property.
      Parameters:
      value - allowed object is String
    • getInspectedQuantity

      public String getInspectedQuantity()
      Gets the value of the inspectedQuantity property.
      Returns:
      possible object is String
    • setInspectedQuantity

      public void setInspectedQuantity(String value)
      Sets the value of the inspectedQuantity property.
      Parameters:
      value - allowed object is String
    • getNonConformance

      public String getNonConformance()
      Gets the value of the nonConformance property.
      Returns:
      possible object is String
    • setNonConformance

      public void setNonConformance(String value)
      Sets the value of the nonConformance property.
      Parameters:
      value - allowed object is String
    • getDeviation

      public String getDeviation()
      Gets the value of the deviation property.
      Returns:
      possible object is String
    • setDeviation

      public void setDeviation(String value)
      Sets the value of the deviation property.
      Parameters:
      value - allowed object is String
    • getVariance

      public String getVariance()
      Gets the value of the variance property.
      Returns:
      possible object is String
    • setVariance

      public void setVariance(String value)
      Sets the value of the variance property.
      Parameters:
      value - allowed object is String
    • getNumberOfDefects

      public String getNumberOfDefects()
      Gets the value of the numberOfDefects property.
      Returns:
      possible object is String
    • setNumberOfDefects

      public void setNumberOfDefects(String value)
      Sets the value of the numberOfDefects property.
      Parameters:
      value - allowed object is String
    • getSerialNumber

      public String getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is String
    • setSerialNumber

      public void setSerialNumber(String value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is String
    • getInspectionDate

      public String getInspectionDate()
      Gets the value of the inspectionDate property.
      Returns:
      possible object is String
    • setInspectionDate

      public void setInspectionDate(String value)
      Sets the value of the inspectionDate property.
      Parameters:
      value - allowed object is String
    • getIsAdHoc

      public String getIsAdHoc()
      Gets the value of the isAdHoc property.
      Returns:
      possible object is String
    • setIsAdHoc

      public void setIsAdHoc(String value)
      Sets the value of the isAdHoc property.
      Parameters:
      value - allowed object is String
    • getQualitySampleResult

      public List<QualitySampleResult> getQualitySampleResult()
      Gets the value of the qualitySampleResult property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the qualitySampleResult property.

      For example, to add a new item, do as follows:

          getQualitySampleResult().add(newItem);
       

      Objects of the following type(s) are allowed in the list QualitySampleResult

    • getValueGroup

      public List<ValueGroup> getValueGroup()
      Gets the value of the valueGroup property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the valueGroup property.

      For example, to add a new item, do as follows:

          getValueGroup().add(newItem);
       

      Objects of the following type(s) are allowed in the list ValueGroup

    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extrinsic property.

      For example, to add a new item, do as follows:

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic