Package org.cxml

Class QualityInspectionResultRequestHeader

java.lang.Object
org.cxml.QualityInspectionResultRequestHeader

public class QualityInspectionResultRequestHeader extends Object
  • Field Details

  • Constructor Details

    • QualityInspectionResultRequestHeader

      public QualityInspectionResultRequestHeader()
  • Method Details

    • getResultID

      public String getResultID()
      Gets the value of the resultID property.
      Returns:
      possible object is String
    • setResultID

      public void setResultID(String value)
      Sets the value of the resultID property.
      Parameters:
      value - allowed object is String
    • getResultDate

      public String getResultDate()
      Gets the value of the resultDate property.
      Returns:
      possible object is String
    • setResultDate

      public void setResultDate(String value)
      Sets the value of the resultDate 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
    • 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
    • getQualityInspectionRequestReference

      public QualityInspectionRequestReference getQualityInspectionRequestReference()
      Gets the value of the qualityInspectionRequestReference property.
      Returns:
      possible object is QualityInspectionRequestReference
    • setQualityInspectionRequestReference

      public void setQualityInspectionRequestReference(QualityInspectionRequestReference value)
      Sets the value of the qualityInspectionRequestReference property.
      Parameters:
      value - allowed object is QualityInspectionRequestReference
    • getBatch

      public List<Batch> getBatch()
      Gets the value of the batch 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 batch property.

      For example, to add a new item, do as follows:

          getBatch().add(newItem);
       

      Objects of the following type(s) are allowed in the list Batch

    • getComments

      public List<Comments> getComments()
      Gets the value of the comments 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 comments property.

      For example, to add a new item, do as follows:

          getComments().add(newItem);
       

      Objects of the following type(s) are allowed in the list Comments

    • getQualityInspectionQuantity

      public QualityInspectionQuantity getQualityInspectionQuantity()
      Gets the value of the qualityInspectionQuantity property.
      Returns:
      possible object is QualityInspectionQuantity
    • setQualityInspectionQuantity

      public void setQualityInspectionQuantity(QualityInspectionQuantity value)
      Sets the value of the qualityInspectionQuantity property.
      Parameters:
      value - allowed object is QualityInspectionQuantity
    • getAssetInfo

      public List<AssetInfo> getAssetInfo()
      Gets the value of the assetInfo 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 assetInfo property.

      For example, to add a new item, do as follows:

          getAssetInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list AssetInfo

    • 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