Package org.cxml

Class QualityNotificationCause

java.lang.Object
org.cxml.QualityNotificationCause

public class QualityNotificationCause extends Object
  • Field Details

  • Constructor Details

    • QualityNotificationCause

      public QualityNotificationCause()
  • Method Details

    • getCauseId

      public String getCauseId()
      Gets the value of the causeId property.
      Returns:
      possible object is String
    • setCauseId

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