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>
| Modifier and Type | Field and Description |
|---|---|
protected AdmissionCodeType |
admissionCode |
protected List<ExclusionReasonType> |
exclusionReason |
protected ProcurementProjectLotType |
procurementProjectLot |
protected List<ResolutionType> |
resolution |
protected ResolutionDateType |
resolutionDate |
protected ResolutionTimeType |
resolutionTime |
| Constructor and Description |
|---|
QualificationResolutionType() |
| Modifier and Type | Method and Description |
|---|---|
AdmissionCodeType |
getAdmissionCode()
Gets the value of the admissionCode property.
|
List<ExclusionReasonType> |
getExclusionReason()
Gets the value of the exclusionReason property.
|
ProcurementProjectLotType |
getProcurementProjectLot()
Gets the value of the procurementProjectLot property.
|
List<ResolutionType> |
getResolution()
Gets the value of the resolution property.
|
ResolutionDateType |
getResolutionDate()
Gets the value of the resolutionDate property.
|
ResolutionTimeType |
getResolutionTime()
Gets the value of the resolutionTime property.
|
void |
setAdmissionCode(AdmissionCodeType value)
Sets the value of the admissionCode property.
|
void |
setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.
|
void |
setResolutionDate(ResolutionDateType value)
Sets the value of the resolutionDate property.
|
void |
setResolutionTime(ResolutionTimeType value)
Sets the value of the resolutionTime property.
|
protected AdmissionCodeType admissionCode
protected List<ExclusionReasonType> exclusionReason
protected List<ResolutionType> resolution
protected ResolutionDateType resolutionDate
protected ResolutionTimeType resolutionTime
protected ProcurementProjectLotType procurementProjectLot
public AdmissionCodeType getAdmissionCode()
AdmissionCodeTypepublic void setAdmissionCode(AdmissionCodeType value)
value - allowed object is
AdmissionCodeTypepublic List<ExclusionReasonType> getExclusionReason()
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
public List<ResolutionType> getResolution()
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
public ResolutionDateType getResolutionDate()
ResolutionDateTypepublic void setResolutionDate(ResolutionDateType value)
value - allowed object is
ResolutionDateTypepublic ResolutionTimeType getResolutionTime()
ResolutionTimeTypepublic void setResolutionTime(ResolutionTimeType value)
value - allowed object is
ResolutionTimeTypepublic ProcurementProjectLotType getProcurementProjectLot()
ProcurementProjectLotTypepublic void setProcurementProjectLot(ProcurementProjectLotType value)
value - allowed object is
ProcurementProjectLotTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.