Package org.cxml
Class QualityNotificationTask
java.lang.Object
org.cxml.QualityNotificationTask
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the completedBy property.Gets the value of the completedDate property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the ownerInfo property.Gets the value of the period property.Gets the value of the processorId property.Gets the value of the processorName property.Gets the value of the processorType property.Gets the value of the qnCode property.Gets the value of the status property.Gets the value of the taskId property.voidsetCompletedBy(String value) Sets the value of the completedBy property.voidsetCompletedDate(String value) Sets the value of the completedDate property.voidsetDescription(Description value) Sets the value of the description property.voidsetOwnerInfo(OwnerInfo value) Sets the value of the ownerInfo property.voidSets the value of the period property.voidsetProcessorId(String value) Sets the value of the processorId property.voidsetProcessorName(String value) Sets the value of the processorName property.voidsetProcessorType(String value) Sets the value of the processorType property.voidSets the value of the qnCode property.voidSets the value of the status property.voidSets the value of the taskId property.
-
Field Details
-
taskId
-
status
-
completedDate
-
completedBy
-
processorId
-
processorName
-
processorType
-
qnCode
-
ownerInfo
-
description
-
period
-
extrinsic
-
-
Constructor Details
-
QualityNotificationTask
public QualityNotificationTask()
-
-
Method Details
-
getTaskId
Gets the value of the taskId property.- Returns:
- possible object is
String
-
setTaskId
Sets the value of the taskId 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
-
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
-
getCompletedBy
Gets the value of the completedBy property.- Returns:
- possible object is
String
-
setCompletedBy
Sets the value of the completedBy property.- Parameters:
value- allowed object isString
-
getProcessorId
Gets the value of the processorId property.- Returns:
- possible object is
String
-
setProcessorId
Sets the value of the processorId property.- Parameters:
value- allowed object isString
-
getProcessorName
Gets the value of the processorName property.- Returns:
- possible object is
String
-
setProcessorName
Sets the value of the processorName property.- Parameters:
value- allowed object isString
-
getProcessorType
Gets the value of the processorType property.- Returns:
- possible object is
String
-
setProcessorType
Sets the value of the processorType property.- Parameters:
value- allowed object isString
-
getQNCode
Gets the value of the qnCode property.- Returns:
- possible object is
QNCode
-
setQNCode
Sets the value of the qnCode property.- Parameters:
value- allowed object isQNCode
-
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
-
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
-