Package org.cxml

Class QualityInfo

java.lang.Object
org.cxml.QualityInfo

public class QualityInfo extends Object
  • Field Details

    • requiresQualityProcess

      protected String requiresQualityProcess
    • idReferenceOrCertificateInfo

      protected List<Object> idReferenceOrCertificateInfo
  • Constructor Details

    • QualityInfo

      public QualityInfo()
  • Method Details

    • getRequiresQualityProcess

      public String getRequiresQualityProcess()
      Gets the value of the requiresQualityProcess property.
      Returns:
      possible object is String
    • setRequiresQualityProcess

      public void setRequiresQualityProcess(String value)
      Sets the value of the requiresQualityProcess property.
      Parameters:
      value - allowed object is String
    • getIdReferenceOrCertificateInfo

      public List<Object> 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 set method 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 CertificateInfo IdReference