Class QualificationResolutionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AdmissionCodeTypeadmissionCodeprotected List<ExclusionReasonType>exclusionReasonprotected ProcurementProjectLotTypeprocurementProjectLotprotected List<ResolutionType>resolutionprotected ResolutionDateTyperesolutionDateprotected ResolutionTimeTyperesolutionTime
-
Constructor Summary
Constructors Constructor Description QualificationResolutionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdmissionCodeTypegetAdmissionCode()Gets the value of the admissionCode property.List<ExclusionReasonType>getExclusionReason()Gets the value of the exclusionReason property.ProcurementProjectLotTypegetProcurementProjectLot()Gets the value of the procurementProjectLot property.List<ResolutionType>getResolution()Gets the value of the resolution property.ResolutionDateTypegetResolutionDate()Gets the value of the resolutionDate property.ResolutionTimeTypegetResolutionTime()Gets the value of the resolutionTime property.voidsetAdmissionCode(AdmissionCodeType value)Sets the value of the admissionCode property.voidsetProcurementProjectLot(ProcurementProjectLotType value)Sets the value of the procurementProjectLot property.voidsetResolutionDate(ResolutionDateType value)Sets the value of the resolutionDate property.voidsetResolutionTime(ResolutionTimeType value)Sets the value of the resolutionTime property.
-
-
-
Field Detail
-
admissionCode
protected AdmissionCodeType admissionCode
-
exclusionReason
protected List<ExclusionReasonType> exclusionReason
-
resolution
protected List<ResolutionType> resolution
-
resolutionDate
protected ResolutionDateType resolutionDate
-
resolutionTime
protected ResolutionTimeType resolutionTime
-
procurementProjectLot
protected ProcurementProjectLotType procurementProjectLot
-
-
Method Detail
-
getAdmissionCode
public AdmissionCodeType getAdmissionCode()
Gets the value of the admissionCode property.- Returns:
- possible object is
AdmissionCodeType
-
setAdmissionCode
public void setAdmissionCode(AdmissionCodeType value)
Sets the value of the admissionCode property.- Parameters:
value- allowed object isAdmissionCodeType
-
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
setmethod 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
setmethod 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
-
getResolutionDate
public ResolutionDateType getResolutionDate()
Gets the value of the resolutionDate property.- Returns:
- possible object is
ResolutionDateType
-
setResolutionDate
public void setResolutionDate(ResolutionDateType value)
Sets the value of the resolutionDate property.- Parameters:
value- allowed object isResolutionDateType
-
getResolutionTime
public ResolutionTimeType getResolutionTime()
Gets the value of the resolutionTime property.- Returns:
- possible object is
ResolutionTimeType
-
setResolutionTime
public void setResolutionTime(ResolutionTimeType value)
Sets the value of the resolutionTime property.- Parameters:
value- allowed object isResolutionTimeType
-
getProcurementProjectLot
public ProcurementProjectLotType getProcurementProjectLot()
Gets the value of the procurementProjectLot property.- Returns:
- possible object is
ProcurementProjectLotType
-
setProcurementProjectLot
public void setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.- Parameters:
value- allowed object isProcurementProjectLotType
-
-