Package org.cxml
Class QualityInspectionCharacteristic
java.lang.Object
org.cxml.QualityInspectionCharacteristic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AllowedValuesprotected Stringprotected Stringprotected Commentsprotected Descriptionprotected ExpectedResultprotected Stringprotected List<IdReference>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected SampleDefinitionprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allowDefectRecording property.Gets the value of the allowedValues property.Gets the value of the characteristicID property.Gets the value of the characteristicType property.Gets the value of the comments property.Gets the value of the description property.Gets the value of the expectedResult property.Gets the value of the expirationDate property.Gets the value of the extrinsic property.Gets the value of the idReference property.Gets the value of the inspectionPoint property.Gets the value of the isAdHoc property.Gets the value of the isLocked property.Gets the value of the isQuantitative property.Gets the value of the operationNumber property.Gets the value of the procedure property.Gets the value of the recordingType property.Gets the value of the sampleDefinition property.Gets the value of the version property.Gets the value of the workCenter property.voidsetAllowDefectRecording(String value) Sets the value of the allowDefectRecording property.voidsetAllowedValues(AllowedValues value) Sets the value of the allowedValues property.voidsetCharacteristicID(String value) Sets the value of the characteristicID property.voidsetCharacteristicType(String value) Sets the value of the characteristicType property.voidsetComments(Comments value) Sets the value of the comments property.voidsetDescription(Description value) Sets the value of the description property.voidsetExpectedResult(ExpectedResult value) Sets the value of the expectedResult property.voidsetExpirationDate(String value) Sets the value of the expirationDate property.voidsetInspectionPoint(String value) Sets the value of the inspectionPoint property.voidsetIsAdHoc(String value) Sets the value of the isAdHoc property.voidsetIsLocked(String value) Sets the value of the isLocked property.voidsetIsQuantitative(String value) Sets the value of the isQuantitative property.voidsetOperationNumber(String value) Sets the value of the operationNumber property.voidsetProcedure(String value) Sets the value of the procedure property.voidsetRecordingType(String value) Sets the value of the recordingType property.voidSets the value of the sampleDefinition property.voidsetVersion(String value) Sets the value of the version property.voidsetWorkCenter(String value) Sets the value of the workCenter property.
-
Field Details
-
characteristicID
-
operationNumber
-
workCenter
-
procedure
-
isLocked
-
allowDefectRecording
-
characteristicType
-
isQuantitative
-
recordingType
-
expirationDate
-
inspectionPoint
-
version
-
isAdHoc
-
description
-
idReference
-
allowedValues
-
expectedResult
-
sampleDefinition
-
comments
-
extrinsic
-
-
Constructor Details
-
QualityInspectionCharacteristic
public QualityInspectionCharacteristic()
-
-
Method Details
-
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
-
getProcedure
Gets the value of the procedure property.- Returns:
- possible object is
String
-
setProcedure
Sets the value of the procedure property.- Parameters:
value- allowed object isString
-
getIsLocked
Gets the value of the isLocked property.- Returns:
- possible object is
String
-
setIsLocked
Sets the value of the isLocked property.- Parameters:
value- allowed object isString
-
getAllowDefectRecording
Gets the value of the allowDefectRecording property.- Returns:
- possible object is
String
-
setAllowDefectRecording
Sets the value of the allowDefectRecording property.- Parameters:
value- allowed object isString
-
getCharacteristicType
Gets the value of the characteristicType property.- Returns:
- possible object is
String
-
setCharacteristicType
Sets the value of the characteristicType property.- Parameters:
value- allowed object isString
-
getIsQuantitative
Gets the value of the isQuantitative property.- Returns:
- possible object is
String
-
setIsQuantitative
Sets the value of the isQuantitative property.- Parameters:
value- allowed object isString
-
getRecordingType
Gets the value of the recordingType property.- Returns:
- possible object is
String
-
setRecordingType
Sets the value of the recordingType property.- Parameters:
value- allowed object isString
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getInspectionPoint
Gets the value of the inspectionPoint property.- Returns:
- possible object is
String
-
setInspectionPoint
Sets the value of the inspectionPoint property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version 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
-
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
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference -
getAllowedValues
Gets the value of the allowedValues property.- Returns:
- possible object is
AllowedValues
-
setAllowedValues
Sets the value of the allowedValues property.- Parameters:
value- allowed object isAllowedValues
-
getExpectedResult
Gets the value of the expectedResult property.- Returns:
- possible object is
ExpectedResult
-
setExpectedResult
Sets the value of the expectedResult property.- Parameters:
value- allowed object isExpectedResult
-
getSampleDefinition
Gets the value of the sampleDefinition property.- Returns:
- possible object is
SampleDefinition
-
setSampleDefinition
Sets the value of the sampleDefinition property.- Parameters:
value- allowed object isSampleDefinition
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
Comments
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isComments
-
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
-