Class QualificationResolutionType


  • public class QualificationResolutionType
    extends Object

    Java class for QualificationResolutionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="QualificationResolutionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AdmissionCode"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExclusionReason" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Resolution" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ResolutionDate"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ResolutionTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcurementProjectLot" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • QualificationResolutionType

        public QualificationResolutionType()
    • Method Detail

      • setAdmissionCode

        public void setAdmissionCode​(AdmissionCodeType value)
        Sets the value of the admissionCode property.
        Parameters:
        value - allowed object is AdmissionCodeType
      • getExclusionReason

        public List<ExclusionReasonType> getExclusionReason()
        Gets the value of the exclusionReason 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 exclusionReason property.

        For example, to add a new item, do as follows:

            getExclusionReason().add(newItem);
         

        Objects of the following type(s) are allowed in the list ExclusionReasonType

      • getResolution

        public List<ResolutionType> getResolution()
        Gets the value of the resolution 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 resolution property.

        For example, to add a new item, do as follows:

            getResolution().add(newItem);
         

        Objects of the following type(s) are allowed in the list ResolutionType

      • setResolutionDate

        public void setResolutionDate​(ResolutionDateType value)
        Sets the value of the resolutionDate property.
        Parameters:
        value - allowed object is ResolutionDateType
      • setResolutionTime

        public void setResolutionTime​(ResolutionTimeType value)
        Sets the value of the resolutionTime property.
        Parameters:
        value - allowed object is ResolutionTimeType