Package org.cxml
Class QNNotes
java.lang.Object
org.cxml.QNNotes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Attachment>protected Stringprotected Descriptionprotected QNCodeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.Gets the value of the createDate property.Gets the value of the description property.Gets the value of the qnCode property.getUser()Gets the value of the user property.voidsetCreateDate(String value) Sets the value of the createDate property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the qnCode property.voidSets the value of the user property.
-
Field Details
-
user
-
createDate
-
qnCode
-
description
-
attachment
-
-
Constructor Details
-
QNNotes
public QNNotes()
-
-
Method Details
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getCreateDate
Gets the value of the createDate property.- Returns:
- possible object is
String
-
setCreateDate
Sets the value of the createDate 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
-
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
-
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
setmethod 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
-