Class QualityNotificationRequestItem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AdditionalQNInfo>protected Stringprotected Stringprotected Stringprotected Descriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected OwnerInfoprotected Periodprotected List<QualityNotificationActivity>protected List<QualityNotificationCause>protected List<QualityNotificationTask> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalQNInfo property.Gets the value of the assetInfo property.Gets the value of the completedDate property.Gets the value of the defectCount property.Gets the value of the defectId property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the isCompleted property.Gets the value of the minimumRequiredActivities property.Gets the value of the minimumRequiredCauses property.Gets the value of the minimumRequiredTasks property.Gets the value of the ownerInfo property.Gets the value of the period property.Gets the value of the qnCode property.Gets the value of the qualityNotificationActivity property.Gets the value of the qualityNotificationCause property.Gets the value of the qualityNotificationTask property.voidsetCompletedDate(String value) Sets the value of the completedDate property.voidsetDefectCount(String value) Sets the value of the defectCount property.voidsetDefectId(String value) Sets the value of the defectId property.voidsetDescription(Description value) Sets the value of the description property.voidsetIsCompleted(String value) Sets the value of the isCompleted property.voidSets the value of the minimumRequiredActivities property.voidsetMinimumRequiredCauses(String value) Sets the value of the minimumRequiredCauses property.voidsetMinimumRequiredTasks(String value) Sets the value of the minimumRequiredTasks property.voidsetOwnerInfo(OwnerInfo value) Sets the value of the ownerInfo property.voidSets the value of the period property.
-
Field Details
-
defectId
-
defectCount
-
isCompleted
-
completedDate
-
minimumRequiredTasks
-
minimumRequiredActivities
-
minimumRequiredCauses
-
qnCode
-
ownerInfo
-
description
-
period
-
additionalQNInfo
-
qualityNotificationTask
-
qualityNotificationActivity
-
qualityNotificationCause
-
assetInfo
-
extrinsic
-
-
Constructor Details
-
QualityNotificationRequestItem
public QualityNotificationRequestItem()
-
-
Method Details
-
getDefectId
Gets the value of the defectId property.- Returns:
- possible object is
String
-
setDefectId
Sets the value of the defectId property.- Parameters:
value- allowed object isString
-
getDefectCount
Gets the value of the defectCount property.- Returns:
- possible object is
String
-
setDefectCount
Sets the value of the defectCount property.- Parameters:
value- allowed object isString
-
getIsCompleted
Gets the value of the isCompleted property.- Returns:
- possible object is
String
-
setIsCompleted
Sets the value of the isCompleted property.- Parameters:
value- allowed object isString
-
getCompletedDate
Gets the value of the completedDate property.- Returns:
- possible object is
String
-
setCompletedDate
Sets the value of the completedDate property.- Parameters:
value- allowed object isString
-
getMinimumRequiredTasks
Gets the value of the minimumRequiredTasks property.- Returns:
- possible object is
String
-
setMinimumRequiredTasks
Sets the value of the minimumRequiredTasks property.- Parameters:
value- allowed object isString
-
getMinimumRequiredActivities
Gets the value of the minimumRequiredActivities property.- Returns:
- possible object is
String
-
setMinimumRequiredActivities
Sets the value of the minimumRequiredActivities property.- Parameters:
value- allowed object isString
-
getMinimumRequiredCauses
Gets the value of the minimumRequiredCauses property.- Returns:
- possible object is
String
-
setMinimumRequiredCauses
Sets the value of the minimumRequiredCauses property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the ownerInfo property.- Returns:
- possible object is
OwnerInfo
-
setOwnerInfo
Sets the value of the ownerInfo property.- Parameters:
value- allowed object isOwnerInfo
-
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
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
-