Package org.cxml

Class QNNotes

java.lang.Object
org.cxml.QNNotes

public class QNNotes extends Object
  • Field Details

  • Constructor Details

    • QNNotes

      public QNNotes()
  • Method Details

    • getUser

      public String getUser()
      Gets the value of the user property.
      Returns:
      possible object is String
    • setUser

      public void setUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
    • getCreateDate

      public String getCreateDate()
      Gets the value of the createDate property.
      Returns:
      possible object is String
    • setCreateDate

      public void setCreateDate(String value)
      Sets the value of the createDate 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
    • 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
    • getAttachment

      public List<Attachment> getAttachment()
      Gets the value of the attachment 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 attachment property.

      For example, to add a new item, do as follows:

          getAttachment().add(newItem);
       

      Objects of the following type(s) are allowed in the list Attachment