Package org.cxml
Class QualityInspectionResultReference
java.lang.Object
org.cxml.QualityInspectionResultReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the inspectionDate property.Gets the value of the inspectionID property.voidSets the value of the documentReference property.voidsetInspectionDate(String value) Sets the value of the inspectionDate property.voidsetInspectionID(String value) Sets the value of the inspectionID property.
-
Field Details
-
inspectionID
-
inspectionDate
-
documentReference
-
-
Constructor Details
-
QualityInspectionResultReference
public QualityInspectionResultReference()
-
-
Method Details
-
getInspectionID
Gets the value of the inspectionID property.- Returns:
- possible object is
String
-
setInspectionID
Sets the value of the inspectionID 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
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-