@CodingStyleguideUnaware public class QualificationResolutionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe the acceptance or rejection of an economic operator in a tendering process.</ccts:Definition><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass></ccts:Component>
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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
QualificationResolutionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addExclusionReason(ExclusionReasonType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addResolution(ResolutionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QualificationResolutionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(QualificationResolutionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AdmissionCodeType |
getAdmissionCode()
<?
|
String |
getAdmissionCodeValue()
Get the value of the contained AdmissionCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<ExclusionReasonType> |
getExclusionReason()
<?
|
ExclusionReasonType |
getExclusionReasonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getExclusionReasonCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ProcurementProjectLotType |
getProcurementProjectLot()
<?
|
List<ResolutionType> |
getResolution()
<?
|
ResolutionType |
getResolutionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getResolutionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResolutionDateType |
getResolutionDate()
<?
|
LocalDate |
getResolutionDateValue()
Get the value of the contained ResolutionDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ResolutionTimeType |
getResolutionTime()
<?
|
LocalTime |
getResolutionTimeValue()
Get the value of the contained ResolutionTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasExclusionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoExclusionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoResolutionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasResolutionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdmissionCode(AdmissionCodeType value)
Sets the value of the admissionCode property.
|
AdmissionCodeType |
setAdmissionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExclusionReason(List<ExclusionReasonType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setProcurementProjectLot(ProcurementProjectLotType value)
Sets the value of the procurementProjectLot property.
|
void |
setResolution(List<ResolutionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResolutionDateType |
setResolutionDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setResolutionDate(ResolutionDateType value)
Sets the value of the resolutionDate property.
|
ResolutionTimeType |
setResolutionTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setResolutionTime(ResolutionTimeType value)
Sets the value of the resolutionTime property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public QualificationResolutionType()
@Nullable public AdmissionCodeType getAdmissionCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Admission Code. Code</ccts:DictionaryEntryName><ccts:Definition>An indicator that the economic operator has been accepted into the tendering process (true) or rejected from the tendering process (false).</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Admission Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
AdmissionCodeTypepublic void setAdmissionCode(@Nullable AdmissionCodeType value)
value - allowed object is
AdmissionCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ExclusionReasonType> getExclusionReason()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Exclusion Reason. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing a reason for an exclusion from the tendering process.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Exclusion Reason</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>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
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ResolutionType> getResolution()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Resolution. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing this qualification resolution.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Resolution</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>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
@Nullable public ResolutionDateType getResolutionDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Resolution Date. Date</ccts:DictionaryEntryName><ccts:Definition>The date on which this qualification resolution was formalized.</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Resolution Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
ResolutionDateTypepublic void setResolutionDate(@Nullable ResolutionDateType value)
value - allowed object is
ResolutionDateType@Nullable public ResolutionTimeType getResolutionTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Resolution Time. Time</ccts:DictionaryEntryName><ccts:Definition>The time at which this qualification resolution was formalized.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Resolution Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></ccts:Component>
ResolutionTimeTypepublic void setResolutionTime(@Nullable ResolutionTimeType value)
value - allowed object is
ResolutionTimeType@Nullable public ProcurementProjectLotType getProcurementProjectLot()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Qualification Resolution. Procurement Project Lot</ccts:DictionaryEntryName><ccts:Definition>The Procurement project lot to which this tenderer is accepted or rejected.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Qualification Resolution</ccts:ObjectClass><ccts:PropertyTerm>Procurement Project Lot</ccts:PropertyTerm><ccts:AssociatedObjectClass>Procurement Project Lot</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Procurement Project Lot</ccts:RepresentationTerm></ccts:Component>
ProcurementProjectLotTypepublic void setProcurementProjectLot(@Nullable ProcurementProjectLotType value)
value - allowed object is
ProcurementProjectLotTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setExclusionReason(@Nullable List<ExclusionReasonType> aList)
aList - The new list member to set. May be null.public void setResolution(@Nullable List<ResolutionType> aList)
aList - The new list member to set. May be null.public boolean hasExclusionReasonEntries()
true if at least one item is contained, false otherwise.public boolean hasNoExclusionReasonEntries()
true if no item is contained, false otherwise.@Nonnegative public int getExclusionReasonCount()
@Nullable public ExclusionReasonType getExclusionReasonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addExclusionReason(@Nonnull ExclusionReasonType elem)
elem - The element to be added. May not be null.public boolean hasResolutionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoResolutionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getResolutionCount()
@Nullable public ResolutionType getResolutionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addResolution(@Nonnull ResolutionType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull QualificationResolutionType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public QualificationResolutionType clone()
@Nonnull public AdmissionCodeType setAdmissionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ResolutionDateType setResolutionDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ResolutionTimeType setResolutionTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getAdmissionCodeValue()
null@Nullable public LocalDate getResolutionDateValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.