Class QualityInspectionValuation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Descriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<QualitySampleResult>protected Stringprotected Stringprotected List<ValueGroup>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aboveTolerance property.Gets the value of the belowTolerance property.Gets the value of the characteristicID property.Gets the value of the description property.Gets the value of the deviation property.Gets the value of the extrinsic property.Gets the value of the inspectedQuantity property.Gets the value of the inspectionDate property.Gets the value of the isAdHoc property.Gets the value of the meanValue property.Gets the value of the nonConformance property.Gets the value of the numberOfDefects property.Gets the value of the operationNumber property.Gets the value of the qualitySampleResult property.Gets the value of the serialNumber property.Gets the value of the valuationID property.Gets the value of the valueGroup property.Gets the value of the variance property.Gets the value of the workCenter property.voidsetAboveTolerance(String value) Sets the value of the aboveTolerance property.voidsetBelowTolerance(String value) Sets the value of the belowTolerance property.voidsetCharacteristicID(String value) Sets the value of the characteristicID property.voidsetDescription(Description value) Sets the value of the description property.voidsetDeviation(String value) Sets the value of the deviation property.voidsetInspectedQuantity(String value) Sets the value of the inspectedQuantity property.voidsetInspectionDate(String value) Sets the value of the inspectionDate property.voidsetIsAdHoc(String value) Sets the value of the isAdHoc property.voidsetMeanValue(String value) Sets the value of the meanValue property.voidsetNonConformance(String value) Sets the value of the nonConformance property.voidsetNumberOfDefects(String value) Sets the value of the numberOfDefects property.voidsetOperationNumber(String value) Sets the value of the operationNumber property.voidsetSerialNumber(String value) Sets the value of the serialNumber property.voidsetValuationID(String value) Sets the value of the valuationID property.voidsetVariance(String value) Sets the value of the variance property.voidsetWorkCenter(String value) Sets the value of the workCenter property.
-
Field Details
-
valuationID
-
characteristicID
-
operationNumber
-
workCenter
-
meanValue
-
aboveTolerance
-
belowTolerance
-
inspectedQuantity
-
nonConformance
-
deviation
-
variance
-
numberOfDefects
-
serialNumber
-
inspectionDate
-
isAdHoc
-
qualitySampleResult
-
valueGroup
-
description
-
extrinsic
-
-
Constructor Details
-
QualityInspectionValuation
public QualityInspectionValuation()
-
-
Method Details
-
getValuationID
Gets the value of the valuationID property.- Returns:
- possible object is
String
-
setValuationID
Sets the value of the valuationID property.- Parameters:
value- allowed object isString
-
getCharacteristicID
Gets the value of the characteristicID property.- Returns:
- possible object is
String
-
setCharacteristicID
Sets the value of the characteristicID property.- Parameters:
value- allowed object isString
-
getOperationNumber
Gets the value of the operationNumber property.- Returns:
- possible object is
String
-
setOperationNumber
Sets the value of the operationNumber property.- Parameters:
value- allowed object isString
-
getWorkCenter
Gets the value of the workCenter property.- Returns:
- possible object is
String
-
setWorkCenter
Sets the value of the workCenter property.- Parameters:
value- allowed object isString
-
getMeanValue
Gets the value of the meanValue property.- Returns:
- possible object is
String
-
setMeanValue
Sets the value of the meanValue property.- Parameters:
value- allowed object isString
-
getAboveTolerance
Gets the value of the aboveTolerance property.- Returns:
- possible object is
String
-
setAboveTolerance
Sets the value of the aboveTolerance property.- Parameters:
value- allowed object isString
-
getBelowTolerance
Gets the value of the belowTolerance property.- Returns:
- possible object is
String
-
setBelowTolerance
Sets the value of the belowTolerance property.- Parameters:
value- allowed object isString
-
getInspectedQuantity
Gets the value of the inspectedQuantity property.- Returns:
- possible object is
String
-
setInspectedQuantity
Sets the value of the inspectedQuantity property.- Parameters:
value- allowed object isString
-
getNonConformance
Gets the value of the nonConformance property.- Returns:
- possible object is
String
-
setNonConformance
Sets the value of the nonConformance property.- Parameters:
value- allowed object isString
-
getDeviation
Gets the value of the deviation property.- Returns:
- possible object is
String
-
setDeviation
Sets the value of the deviation property.- Parameters:
value- allowed object isString
-
getVariance
Gets the value of the variance property.- Returns:
- possible object is
String
-
setVariance
Sets the value of the variance property.- Parameters:
value- allowed object isString
-
getNumberOfDefects
Gets the value of the numberOfDefects property.- Returns:
- possible object is
String
-
setNumberOfDefects
Sets the value of the numberOfDefects property.- Parameters:
value- allowed object isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
getInspectionDate
Gets the value of the inspectionDate property.- Returns:
- possible object is
String
-
setInspectionDate
Sets the value of the inspectionDate property.- Parameters:
value- allowed object isString
-
getIsAdHoc
Gets the value of the isAdHoc property.- Returns:
- possible object is
String
-
setIsAdHoc
Sets the value of the isAdHoc property.- Parameters:
value- allowed object isString
-
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
setmethod 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
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
setmethod 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
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
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
setmethod 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
-