Package org.cxml

Class QualityInspectionDecisionDetail

java.lang.Object
org.cxml.QualityInspectionDecisionDetail

public class QualityInspectionDecisionDetail extends Object
  • Field Details

    • decisionID

      protected String decisionID
    • decisionDate

      protected String decisionDate
    • status

      protected String status
    • qualityScore

      protected String qualityScore
    • createdBy

      protected String createdBy
    • qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference

      protected List<Object> qualityInspectionResultReferenceOrQualityInspectionRequestReferenceOrShipNoticeReferenceOrReceiptReference
    • qualityInspectionLotStock

      protected QualityInspectionLotStock qualityInspectionLotStock
    • valueGroup

      protected List<ValueGroup> valueGroup
    • description

      protected Description description
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QualityInspectionDecisionDetail

      public QualityInspectionDecisionDetail()
  • Method Details

    • getDecisionID

      public String getDecisionID()
      Gets the value of the decisionID property.
      Returns:
      possible object is String
    • setDecisionID

      public void setDecisionID(String value)
      Sets the value of the decisionID property.
      Parameters:
      value - allowed object is String
    • getDecisionDate

      public String getDecisionDate()
      Gets the value of the decisionDate property.
      Returns:
      possible object is String
    • setDecisionDate

      public void setDecisionDate(String value)
      Sets the value of the decisionDate property.
      Parameters:
      value - allowed object is String
    • getStatus

      public String getStatus()
      Gets the value of the status property.
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
    • getQualityScore

      public String getQualityScore()
      Gets the value of the qualityScore property.
      Returns:
      possible object is String
    • setQualityScore

      public void setQualityScore(String value)
      Sets the value of the qualityScore property.
      Parameters:
      value - allowed object is String
    • getCreatedBy

      public String getCreatedBy()
      Gets the value of the createdBy property.
      Returns:
      possible object is String
    • setCreatedBy

      public void setCreatedBy(String value)
      Sets the value of the createdBy property.
      Parameters:
      value - allowed object is String
    • 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 set method 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 QualityInspectionRequestReference QualityInspectionResultReference ReceiptReference ShipNoticeReference

    • getQualityInspectionLotStock

      public QualityInspectionLotStock getQualityInspectionLotStock()
      Gets the value of the qualityInspectionLotStock property.
      Returns:
      possible object is QualityInspectionLotStock
    • setQualityInspectionLotStock

      public void setQualityInspectionLotStock(QualityInspectionLotStock value)
      Sets the value of the qualityInspectionLotStock property.
      Parameters:
      value - allowed object is QualityInspectionLotStock
    • getValueGroup

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

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