Package org.cxml
Class QualityNotificationCause
java.lang.Object
org.cxml.QualityNotificationCause
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the causeId property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the ownerInfo property.Gets the value of the qnCode property.voidsetCauseId(String value) Sets the value of the causeId property.voidsetDescription(Description value) Sets the value of the description property.voidsetOwnerInfo(OwnerInfo value) Sets the value of the ownerInfo property.voidSets the value of the qnCode property.
-
Field Details
-
causeId
-
qnCode
-
ownerInfo
-
description
-
extrinsic
-
-
Constructor Details
-
QualityNotificationCause
public QualityNotificationCause()
-
-
Method Details
-
getCauseId
Gets the value of the causeId property.- Returns:
- possible object is
String
-
setCauseId
Sets the value of the causeId 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
-
getOwnerInfo
Gets the value of the ownerInfo property.- Returns:
- possible object is
OwnerInfo
-
setOwnerInfo
Sets the value of the ownerInfo property.- Parameters:
value- allowed object isOwnerInfo
-
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
-
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
setmethod 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
-