Class QualityInspectionDecisionDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Descriptionprotected QualityInspectionLotStockprotected Stringprotected Stringprotected List<ValueGroup> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the createdBy property.Gets the value of the decisionDate property.Gets the value of the decisionID property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the qualityInspectionLotStock property.Gets the value of the qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference property.Gets the value of the qualityScore property.Gets the value of the status property.Gets the value of the valueGroup property.voidsetCreatedBy(String value) Sets the value of the createdBy property.voidsetDecisionDate(String value) Sets the value of the decisionDate property.voidsetDecisionID(String value) Sets the value of the decisionID property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the qualityInspectionLotStock property.voidsetQualityScore(String value) Sets the value of the qualityScore property.voidSets the value of the status property.
-
Field Details
-
decisionID
-
decisionDate
-
status
-
qualityScore
-
createdBy
-
qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference
-
qualityInspectionLotStock
-
valueGroup
-
description
-
extrinsic
-
-
Constructor Details
-
QualityInspectionDecisionDetail
public QualityInspectionDecisionDetail()
-
-
Method Details
-
getDecisionID
Gets the value of the decisionID property.- Returns:
- possible object is
String
-
setDecisionID
Sets the value of the decisionID property.- Parameters:
value- allowed object isString
-
getDecisionDate
Gets the value of the decisionDate property.- Returns:
- possible object is
String
-
setDecisionDate
Sets the value of the decisionDate property.- Parameters:
value- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getQualityScore
Gets the value of the qualityScore property.- Returns:
- possible object is
String
-
setQualityScore
Sets the value of the qualityScore property.- Parameters:
value- allowed object isString
-
getCreatedBy
Gets the value of the createdBy property.- Returns:
- possible object is
String
-
setCreatedBy
Sets the value of the createdBy property.- Parameters:
value- allowed object isString
-
getQualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference
public List<Object> getQualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference()Gets the value of the qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference 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 qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference property.For example, to add a new item, do as follows:
getQualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference().add(newItem);Objects of the following type(s) are allowed in the list
QualityInspectionRequestReferenceQualityInspectionResultReferenceReceiptReferenceShipNoticeReference -
getQualityInspectionLotStock
Gets the value of the qualityInspectionLotStock property.- Returns:
- possible object is
QualityInspectionLotStock
-
setQualityInspectionLotStock
Sets the value of the qualityInspectionLotStock property.- Parameters:
value- allowed object isQualityInspectionLotStock
-
getValueGroup
Gets the value of the valueGroup 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 valueGroup property.For example, to add a new item, do as follows:
getValueGroup().add(newItem);Objects of the following type(s) are allowed in the list
ValueGroup -
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
-
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
-