Package org.cxml

Class QualityNotificationRequestItem

java.lang.Object
org.cxml.QualityNotificationRequestItem

public class QualityNotificationRequestItem extends Object
  • Field Details

  • Constructor Details

    • QualityNotificationRequestItem

      public QualityNotificationRequestItem()
  • Method Details

    • getDefectId

      public String getDefectId()
      Gets the value of the defectId property.
      Returns:
      possible object is String
    • setDefectId

      public void setDefectId(String value)
      Sets the value of the defectId property.
      Parameters:
      value - allowed object is String
    • getDefectCount

      public String getDefectCount()
      Gets the value of the defectCount property.
      Returns:
      possible object is String
    • setDefectCount

      public void setDefectCount(String value)
      Sets the value of the defectCount property.
      Parameters:
      value - allowed object is String
    • getIsCompleted

      public String getIsCompleted()
      Gets the value of the isCompleted property.
      Returns:
      possible object is String
    • setIsCompleted

      public void setIsCompleted(String value)
      Sets the value of the isCompleted property.
      Parameters:
      value - allowed object is String
    • getCompletedDate

      public String getCompletedDate()
      Gets the value of the completedDate property.
      Returns:
      possible object is String
    • setCompletedDate

      public void setCompletedDate(String value)
      Sets the value of the completedDate property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredTasks

      public String getMinimumRequiredTasks()
      Gets the value of the minimumRequiredTasks property.
      Returns:
      possible object is String
    • setMinimumRequiredTasks

      public void setMinimumRequiredTasks(String value)
      Sets the value of the minimumRequiredTasks property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredActivities

      public String getMinimumRequiredActivities()
      Gets the value of the minimumRequiredActivities property.
      Returns:
      possible object is String
    • setMinimumRequiredActivities

      public void setMinimumRequiredActivities(String value)
      Sets the value of the minimumRequiredActivities property.
      Parameters:
      value - allowed object is String
    • getMinimumRequiredCauses

      public String getMinimumRequiredCauses()
      Gets the value of the minimumRequiredCauses property.
      Returns:
      possible object is String
    • setMinimumRequiredCauses

      public void setMinimumRequiredCauses(String value)
      Sets the value of the minimumRequiredCauses property.
      Parameters:
      value - allowed object is String
    • getQNCode

      public List<QNCode> getQNCode()
      Gets the value of the qnCode 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 qnCode property.

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

          getQNCode().add(newItem);
       

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

    • getOwnerInfo

      public OwnerInfo getOwnerInfo()
      Gets the value of the ownerInfo property.
      Returns:
      possible object is OwnerInfo
    • setOwnerInfo

      public void setOwnerInfo(OwnerInfo value)
      Sets the value of the ownerInfo property.
      Parameters:
      value - allowed object is OwnerInfo
    • 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
    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period
    • getAdditionalQNInfo

      public List<AdditionalQNInfo> getAdditionalQNInfo()
      Gets the value of the additionalQNInfo 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 additionalQNInfo property.

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

          getAdditionalQNInfo().add(newItem);
       

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

    • getQualityNotificationTask

      public List<QualityNotificationTask> getQualityNotificationTask()
      Gets the value of the qualityNotificationTask 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 qualityNotificationTask property.

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

          getQualityNotificationTask().add(newItem);
       

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

    • getQualityNotificationActivity

      public List<QualityNotificationActivity> getQualityNotificationActivity()
      Gets the value of the qualityNotificationActivity 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 qualityNotificationActivity property.

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

          getQualityNotificationActivity().add(newItem);
       

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

    • getQualityNotificationCause

      public List<QualityNotificationCause> getQualityNotificationCause()
      Gets the value of the qualityNotificationCause 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 qualityNotificationCause property.

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

          getQualityNotificationCause().add(newItem);
       

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

    • 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