Package org.cxml
Class QualityNotificationRequest
java.lang.Object
org.cxml.QualityNotificationRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected QualityNotificationRequestHeaderprotected List<QualityNotificationRequestItem> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qualityNotificationRequestHeader property.Gets the value of the qualityNotificationRequestItem property.voidSets the value of the qualityNotificationRequestHeader property.
-
Field Details
-
qualityNotificationRequestHeader
-
qualityNotificationRequestItem
-
-
Constructor Details
-
QualityNotificationRequest
public QualityNotificationRequest()
-
-
Method Details
-
getQualityNotificationRequestHeader
Gets the value of the qualityNotificationRequestHeader property.- Returns:
- possible object is
QualityNotificationRequestHeader
-
setQualityNotificationRequestHeader
Sets the value of the qualityNotificationRequestHeader property.- Parameters:
value- allowed object isQualityNotificationRequestHeader
-
getQualityNotificationRequestItem
Gets the value of the qualityNotificationRequestItem 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 qualityNotificationRequestItem property.For example, to add a new item, do as follows:
getQualityNotificationRequestItem().add(newItem);Objects of the following type(s) are allowed in the list
QualityNotificationRequestItem
-