Package org.cxml
Class QualityInfo
java.lang.Object
org.cxml.QualityInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReferenceOrCertificateInfo property.Gets the value of the requiresQualityProcess property.voidsetRequiresQualityProcess(String value) Sets the value of the requiresQualityProcess property.
-
Field Details
-
requiresQualityProcess
-
idReferenceOrCertificateInfo
-
-
Constructor Details
-
QualityInfo
public QualityInfo()
-
-
Method Details
-
getRequiresQualityProcess
Gets the value of the requiresQualityProcess property.- Returns:
- possible object is
String
-
setRequiresQualityProcess
Sets the value of the requiresQualityProcess property.- Parameters:
value- allowed object isString
-
getIdReferenceOrCertificateInfo
Gets the value of the idReferenceOrCertificateInfo 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 idReferenceOrCertificateInfo property.For example, to add a new item, do as follows:
getIdReferenceOrCertificateInfo().add(newItem);Objects of the following type(s) are allowed in the list
CertificateInfoIdReference
-