Package org.cxml

Class QualityNotificationActivity

java.lang.Object
org.cxml.QualityNotificationActivity

public class QualityNotificationActivity extends Object
  • Field Details

    • activityId

      protected String activityId
    • isCompleted

      protected String isCompleted
    • qnCode

      protected QNCode qnCode
    • ownerInfo

      protected OwnerInfo ownerInfo
    • description

      protected Description description
    • period

      protected Period period
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • QualityNotificationActivity

      public QualityNotificationActivity()
  • Method Details

    • getActivityId

      public String getActivityId()
      Gets the value of the activityId property.
      Returns:
      possible object is String
    • setActivityId

      public void setActivityId(String value)
      Sets the value of the activityId 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
    • 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