Package org.cxml

Class QualityNotificationTask

java.lang.Object
org.cxml.QualityNotificationTask

public class QualityNotificationTask extends Object
  • Field Details

    • taskId

      protected String taskId
    • status

      protected String status
    • completedDate

      protected String completedDate
    • completedBy

      protected String completedBy
    • processorId

      protected String processorId
    • processorName

      protected String processorName
    • processorType

      protected String processorType
    • qnCode

      protected QNCode qnCode
    • ownerInfo

      protected OwnerInfo ownerInfo
    • description

      protected Description description
    • period

      protected Period period
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QualityNotificationTask

      public QualityNotificationTask()
  • Method Details

    • getTaskId

      public String getTaskId()
      Gets the value of the taskId property.
      Returns:
      possible object is String
    • setTaskId

      public void setTaskId(String value)
      Sets the value of the taskId 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
    • 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
    • getCompletedBy

      public String getCompletedBy()
      Gets the value of the completedBy property.
      Returns:
      possible object is String
    • setCompletedBy

      public void setCompletedBy(String value)
      Sets the value of the completedBy property.
      Parameters:
      value - allowed object is String
    • getProcessorId

      public String getProcessorId()
      Gets the value of the processorId property.
      Returns:
      possible object is String
    • setProcessorId

      public void setProcessorId(String value)
      Sets the value of the processorId property.
      Parameters:
      value - allowed object is String
    • getProcessorName

      public String getProcessorName()
      Gets the value of the processorName property.
      Returns:
      possible object is String
    • setProcessorName

      public void setProcessorName(String value)
      Sets the value of the processorName property.
      Parameters:
      value - allowed object is String
    • getProcessorType

      public String getProcessorType()
      Gets the value of the processorType property.
      Returns:
      possible object is String
    • setProcessorType

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

      public QNCode getQNCode()
      Gets the value of the qnCode property.
      Returns:
      possible object is QNCode
    • setQNCode

      public void setQNCode(QNCode value)
      Sets the value of the qnCode property.
      Parameters:
      value - allowed object is 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
    • 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