Package org.cxml

Class QualityInspectionCharacteristic

java.lang.Object
org.cxml.QualityInspectionCharacteristic

public class QualityInspectionCharacteristic extends Object
  • Field Details

    • characteristicID

      protected String characteristicID
    • operationNumber

      protected String operationNumber
    • workCenter

      protected String workCenter
    • procedure

      protected String procedure
    • isLocked

      protected String isLocked
    • allowDefectRecording

      protected String allowDefectRecording
    • characteristicType

      protected String characteristicType
    • isQuantitative

      protected String isQuantitative
    • recordingType

      protected String recordingType
    • expirationDate

      protected String expirationDate
    • inspectionPoint

      protected String inspectionPoint
    • version

      protected String version
    • isAdHoc

      protected String isAdHoc
    • description

      protected Description description
    • idReference

      protected List<IdReference> idReference
    • allowedValues

      protected AllowedValues allowedValues
    • expectedResult

      protected ExpectedResult expectedResult
    • sampleDefinition

      protected SampleDefinition sampleDefinition
    • comments

      protected Comments comments
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QualityInspectionCharacteristic

      public QualityInspectionCharacteristic()
  • Method Details

    • 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
    • getProcedure

      public String getProcedure()
      Gets the value of the procedure property.
      Returns:
      possible object is String
    • setProcedure

      public void setProcedure(String value)
      Sets the value of the procedure property.
      Parameters:
      value - allowed object is String
    • getIsLocked

      public String getIsLocked()
      Gets the value of the isLocked property.
      Returns:
      possible object is String
    • setIsLocked

      public void setIsLocked(String value)
      Sets the value of the isLocked property.
      Parameters:
      value - allowed object is String
    • getAllowDefectRecording

      public String getAllowDefectRecording()
      Gets the value of the allowDefectRecording property.
      Returns:
      possible object is String
    • setAllowDefectRecording

      public void setAllowDefectRecording(String value)
      Sets the value of the allowDefectRecording property.
      Parameters:
      value - allowed object is String
    • getCharacteristicType

      public String getCharacteristicType()
      Gets the value of the characteristicType property.
      Returns:
      possible object is String
    • setCharacteristicType

      public void setCharacteristicType(String value)
      Sets the value of the characteristicType property.
      Parameters:
      value - allowed object is String
    • getIsQuantitative

      public String getIsQuantitative()
      Gets the value of the isQuantitative property.
      Returns:
      possible object is String
    • setIsQuantitative

      public void setIsQuantitative(String value)
      Sets the value of the isQuantitative property.
      Parameters:
      value - allowed object is String
    • getRecordingType

      public String getRecordingType()
      Gets the value of the recordingType property.
      Returns:
      possible object is String
    • setRecordingType

      public void setRecordingType(String value)
      Sets the value of the recordingType property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public String getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is String
    • setExpirationDate

      public void setExpirationDate(String value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is String
    • getInspectionPoint

      public String getInspectionPoint()
      Gets the value of the inspectionPoint property.
      Returns:
      possible object is String
    • setInspectionPoint

      public void setInspectionPoint(String value)
      Sets the value of the inspectionPoint property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version 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
    • 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
    • getIdReference

      public List<IdReference> 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 set method 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

      public AllowedValues getAllowedValues()
      Gets the value of the allowedValues property.
      Returns:
      possible object is AllowedValues
    • setAllowedValues

      public void setAllowedValues(AllowedValues value)
      Sets the value of the allowedValues property.
      Parameters:
      value - allowed object is AllowedValues
    • getExpectedResult

      public ExpectedResult getExpectedResult()
      Gets the value of the expectedResult property.
      Returns:
      possible object is ExpectedResult
    • setExpectedResult

      public void setExpectedResult(ExpectedResult value)
      Sets the value of the expectedResult property.
      Parameters:
      value - allowed object is ExpectedResult
    • getSampleDefinition

      public SampleDefinition getSampleDefinition()
      Gets the value of the sampleDefinition property.
      Returns:
      possible object is SampleDefinition
    • setSampleDefinition

      public void setSampleDefinition(SampleDefinition value)
      Sets the value of the sampleDefinition property.
      Parameters:
      value - allowed object is SampleDefinition
    • getComments

      public Comments getComments()
      Gets the value of the comments property.
      Returns:
      possible object is Comments
    • setComments

      public void setComments(Comments value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is Comments
    • 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