Package org.cxml
Class QualitySampleResult
java.lang.Object
org.cxml.QualitySampleResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected PropertyValueprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the physicalSampleNumber property.Gets the value of the propertyValue property.Gets the value of the sampleID property.Gets the value of the unitValue property.voidsetPhysicalSampleNumber(String value) Sets the value of the physicalSampleNumber property.voidsetPropertyValue(PropertyValue value) Sets the value of the propertyValue property.voidsetSampleID(String value) Sets the value of the sampleID property.voidsetUnitValue(String value) Sets the value of the unitValue property.
-
Field Details
-
sampleID
-
unitValue
-
physicalSampleNumber
-
propertyValue
-
-
Constructor Details
-
QualitySampleResult
public QualitySampleResult()
-
-
Method Details
-
getSampleID
Gets the value of the sampleID property.- Returns:
- possible object is
String
-
setSampleID
Sets the value of the sampleID property.- Parameters:
value- allowed object isString
-
getUnitValue
Gets the value of the unitValue property.- Returns:
- possible object is
String
-
setUnitValue
Sets the value of the unitValue property.- Parameters:
value- allowed object isString
-
getPhysicalSampleNumber
Gets the value of the physicalSampleNumber property.- Returns:
- possible object is
String
-
setPhysicalSampleNumber
Sets the value of the physicalSampleNumber property.- Parameters:
value- allowed object isString
-
getPropertyValue
Gets the value of the propertyValue property.- Returns:
- possible object is
PropertyValue
-
setPropertyValue
Sets the value of the propertyValue property.- Parameters:
value- allowed object isPropertyValue
-