Package org.cxml
Class QualityNotificationActivity
java.lang.Object
org.cxml.QualityNotificationActivity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activityId property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the isCompleted property.Gets the value of the ownerInfo property.Gets the value of the period property.Gets the value of the qnCode property.voidsetActivityId(String value) Sets the value of the activityId property.voidsetDescription(Description value) Sets the value of the description property.voidsetIsCompleted(String value) Sets the value of the isCompleted property.voidsetOwnerInfo(OwnerInfo value) Sets the value of the ownerInfo property.voidSets the value of the period property.voidSets the value of the qnCode property.
-
Field Details
-
activityId
-
isCompleted
-
qnCode
-
ownerInfo
-
description
-
period
-
extrinsic
-
-
Constructor Details
-
QualityNotificationActivity
public QualityNotificationActivity()
-
-
Method Details
-
getActivityId
Gets the value of the activityId property.- Returns:
- possible object is
String
-
setActivityId
Sets the value of the activityId property.- Parameters:
value- allowed object isString
-
getIsCompleted
Gets the value of the isCompleted property.- Returns:
- possible object is
String
-
setIsCompleted
Sets the value of the isCompleted 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
-
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
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
-