Package org.cxml

Class QualityInspectionResultReference

java.lang.Object
org.cxml.QualityInspectionResultReference

public class QualityInspectionResultReference extends Object
  • Field Details

    • inspectionID

      protected String inspectionID
    • inspectionDate

      protected String inspectionDate
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • QualityInspectionResultReference

      public QualityInspectionResultReference()
  • Method Details

    • getInspectionID

      public String getInspectionID()
      Gets the value of the inspectionID property.
      Returns:
      possible object is String
    • setInspectionID

      public void setInspectionID(String value)
      Sets the value of the inspectionID 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
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference