@CodingStyleguideUnaware public class AwardingTermsType 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>Awarding Terms. Details</ccts:DictionaryEntryName><ccts:Definition>A class to define the terms for awarding a contract.</ccts:Definition><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass></ccts:Component>
Java class for AwardingTermsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardingTermsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WeightingAlgorithmCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TechnicalCommitteeDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LowTendersDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrizeDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FollowupContractIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BindingOnBuyerIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AwardingCriterion" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TechnicalCommitteePerson" maxOccurs="unbounded" 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 |
|---|
AwardingTermsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAwardingCriterion(AwardingCriterionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLowTendersDescription(LowTendersDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPaymentDescription(PaymentDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPrizeDescription(PrizeDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTechnicalCommitteeDescription(TechnicalCommitteeDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTechnicalCommitteePerson(PersonType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AwardingTermsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AwardingTermsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AwardingCriterionType> |
getAwardingCriterion()
<?
|
AwardingCriterionType |
getAwardingCriterionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAwardingCriterionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
BindingOnBuyerIndicatorType |
getBindingOnBuyerIndicator()
<?
|
List<DescriptionType> |
getDescription()
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
FollowupContractIndicatorType |
getFollowupContractIndicator()
<?
|
List<LowTendersDescriptionType> |
getLowTendersDescription()
<?
|
LowTendersDescriptionType |
getLowTendersDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLowTendersDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PaymentDescriptionType> |
getPaymentDescription()
<?
|
PaymentDescriptionType |
getPaymentDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPaymentDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PrizeDescriptionType> |
getPrizeDescription()
<?
|
PrizeDescriptionType |
getPrizeDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPrizeDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PrizeIndicatorType |
getPrizeIndicator()
<?
|
List<TechnicalCommitteeDescriptionType> |
getTechnicalCommitteeDescription()
<?
|
TechnicalCommitteeDescriptionType |
getTechnicalCommitteeDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTechnicalCommitteeDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PersonType> |
getTechnicalCommitteePerson()
<?
|
PersonType |
getTechnicalCommitteePersonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTechnicalCommitteePersonCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
WeightingAlgorithmCodeType |
getWeightingAlgorithmCode()
<?
|
String |
getWeightingAlgorithmCodeValue()
Get the value of the contained WeightingAlgorithmCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasAwardingCriterionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasLowTendersDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAwardingCriterionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLowTendersDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPaymentDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPrizeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTechnicalCommitteeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTechnicalCommitteePersonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPaymentDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPrizeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTechnicalCommitteeDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTechnicalCommitteePersonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isBindingOnBuyerIndicatorValue(boolean nullValue)
Get the value of the contained BindingOnBuyerIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
isFollowupContractIndicatorValue(boolean nullValue)
Get the value of the contained FollowupContractIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
isPrizeIndicatorValue(boolean nullValue)
Get the value of the contained PrizeIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAwardingCriterion(List<AwardingCriterionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBindingOnBuyerIndicator(BindingOnBuyerIndicatorType value)
Sets the value of the bindingOnBuyerIndicator property.
|
BindingOnBuyerIndicatorType |
setBindingOnBuyerIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FollowupContractIndicatorType |
setFollowupContractIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFollowupContractIndicator(FollowupContractIndicatorType value)
Sets the value of the followupContractIndicator property.
|
void |
setLowTendersDescription(List<LowTendersDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPaymentDescription(List<PaymentDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPrizeDescription(List<PrizeDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PrizeIndicatorType |
setPrizeIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPrizeIndicator(PrizeIndicatorType value)
Sets the value of the prizeIndicator property.
|
void |
setTechnicalCommitteeDescription(List<TechnicalCommitteeDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTechnicalCommitteePerson(List<PersonType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
WeightingAlgorithmCodeType |
setWeightingAlgorithmCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setWeightingAlgorithmCode(WeightingAlgorithmCodeType value)
Sets the value of the weightingAlgorithmCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AwardingTermsType()
@Nullable public WeightingAlgorithmCodeType getWeightingAlgorithmCode()
<?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>Awarding Terms. Weighting Algorithm Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the weighting algorithm for awarding criteria. When multiple awarding criteria is used, different weighting and choices management algorithms based upon scores and weights of all award criteria can be used. An algorithm for weighting criteria shall be reported in the call for tenders document. It is used to determine how to perform the final management of tenders based on the results in each of the established award criteria</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Weighting Algorithm Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
WeightingAlgorithmCodeTypepublic void setWeightingAlgorithmCode(@Nullable WeightingAlgorithmCodeType value)
value - allowed object is
WeightingAlgorithmCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
<?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>Awarding Terms. Description. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing terms under which the contract is to be awarded.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the description 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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TechnicalCommitteeDescriptionType> getTechnicalCommitteeDescription()
<?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>Awarding Terms. Technical Committee_ Description. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing the committee of experts evaluating the subjective criteria for awarding the contract.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Technical Committee</ccts:PropertyTermQualifier><ccts:PropertyTerm>Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the technicalCommitteeDescription 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 technicalCommitteeDescription property.
For example, to add a new item, do as follows:
getTechnicalCommitteeDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TechnicalCommitteeDescriptionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LowTendersDescriptionType> getLowTendersDescription()
<?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>Awarding Terms. Low Tenders_ Description. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing the exclusion criterion for abnormally low tenders.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Low Tenders</ccts:PropertyTermQualifier><ccts:PropertyTerm>Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the lowTendersDescription 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 lowTendersDescription property.
For example, to add a new item, do as follows:
getLowTendersDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LowTendersDescriptionType
@Nullable public PrizeIndicatorType getPrizeIndicator()
<?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>Awarding Terms. Prize Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>Indicates whether a prize will be awarded (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Prize Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
PrizeIndicatorTypepublic void setPrizeIndicator(@Nullable PrizeIndicatorType value)
value - allowed object is
PrizeIndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PrizeDescriptionType> getPrizeDescription()
<?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>Awarding Terms. Prize Description. Text</ccts:DictionaryEntryName><ccts:Definition>Number and value of the prizes to be awarded.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Prize Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the prizeDescription 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 prizeDescription property.
For example, to add a new item, do as follows:
getPrizeDescription().add(newItem);
Objects of the following type(s) are allowed in the list
PrizeDescriptionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PaymentDescriptionType> getPaymentDescription()
<?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>Awarding Terms. Payment Description. Text</ccts:DictionaryEntryName><ccts:Definition>Details of payments to all participants.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Payment Description</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></ccts:Component>Gets the value of the paymentDescription 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 paymentDescription property.
For example, to add a new item, do as follows:
getPaymentDescription().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDescriptionType
@Nullable public FollowupContractIndicatorType getFollowupContractIndicator()
<?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>Awarding Terms. Followup Contract Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>Indicates if any service contract following the contest will be awarded to the winner or one of the winners of the contest (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Followup Contract Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
FollowupContractIndicatorTypepublic void setFollowupContractIndicator(@Nullable FollowupContractIndicatorType value)
value - allowed object is
FollowupContractIndicatorType@Nullable public BindingOnBuyerIndicatorType getBindingOnBuyerIndicator()
<?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>Awarding Terms. Binding On Buyer Indicator. Indicator</ccts:DictionaryEntryName><ccts:Definition>Indicates if the decision is binding on the buyer (true) or not (false). </ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Binding On Buyer Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
BindingOnBuyerIndicatorTypepublic void setBindingOnBuyerIndicator(@Nullable BindingOnBuyerIndicatorType value)
value - allowed object is
BindingOnBuyerIndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AwardingCriterionType> getAwardingCriterion()
<?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>Awarding Terms. Awarding Criterion</ccts:DictionaryEntryName><ccts:Definition>Defines a criterion for awarding this tender.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTerm>Awarding Criterion</ccts:PropertyTerm><ccts:AssociatedObjectClass>Awarding Criterion</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Awarding Criterion</ccts:RepresentationTerm></ccts:Component>Gets the value of the awardingCriterion 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 awardingCriterion property.
For example, to add a new item, do as follows:
getAwardingCriterion().add(newItem);
Objects of the following type(s) are allowed in the list
AwardingCriterionType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PersonType> getTechnicalCommitteePerson()
<?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>Awarding Terms. Technical Committee_ Person. Person</ccts:DictionaryEntryName><ccts:Definition>A member of a committee of experts evaluating the subjective criteria for awarding the contract.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Awarding Terms</ccts:ObjectClass><ccts:PropertyTermQualifier>Technical Committee</ccts:PropertyTermQualifier><ccts:PropertyTerm>Person</ccts:PropertyTerm><ccts:AssociatedObjectClass>Person</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Person</ccts:RepresentationTerm></ccts:Component>Gets the value of the technicalCommitteePerson 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 technicalCommitteePerson property.
For example, to add a new item, do as follows:
getTechnicalCommitteePerson().add(newItem);
Objects of the following type(s) are allowed in the list
PersonType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public void setTechnicalCommitteeDescription(@Nullable List<TechnicalCommitteeDescriptionType> aList)
aList - The new list member to set. May be null.public void setLowTendersDescription(@Nullable List<LowTendersDescriptionType> aList)
aList - The new list member to set. May be null.public void setPrizeDescription(@Nullable List<PrizeDescriptionType> aList)
aList - The new list member to set. May be null.public void setPaymentDescription(@Nullable List<PaymentDescriptionType> aList)
aList - The new list member to set. May be null.public void setAwardingCriterion(@Nullable List<AwardingCriterionType> aList)
aList - The new list member to set. May be null.public void setTechnicalCommitteePerson(@Nullable List<PersonType> aList)
aList - The new list member to set. May be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public boolean hasTechnicalCommitteeDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTechnicalCommitteeDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTechnicalCommitteeDescriptionCount()
@Nullable public TechnicalCommitteeDescriptionType getTechnicalCommitteeDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTechnicalCommitteeDescription(@Nonnull TechnicalCommitteeDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasLowTendersDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoLowTendersDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getLowTendersDescriptionCount()
@Nullable public LowTendersDescriptionType getLowTendersDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addLowTendersDescription(@Nonnull LowTendersDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasPrizeDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPrizeDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPrizeDescriptionCount()
@Nullable public PrizeDescriptionType getPrizeDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPrizeDescription(@Nonnull PrizeDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasPaymentDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPaymentDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPaymentDescriptionCount()
@Nullable public PaymentDescriptionType getPaymentDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPaymentDescription(@Nonnull PaymentDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasAwardingCriterionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAwardingCriterionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAwardingCriterionCount()
@Nullable public AwardingCriterionType getAwardingCriterionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAwardingCriterion(@Nonnull AwardingCriterionType elem)
elem - The element to be added. May not be null.public boolean hasTechnicalCommitteePersonEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTechnicalCommitteePersonEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTechnicalCommitteePersonCount()
@Nullable public PersonType getTechnicalCommitteePersonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTechnicalCommitteePerson(@Nonnull PersonType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull AwardingTermsType 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 AwardingTermsType clone()
@Nonnull public WeightingAlgorithmCodeType setWeightingAlgorithmCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PrizeIndicatorType setPrizeIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public FollowupContractIndicatorType setFollowupContractIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public BindingOnBuyerIndicatorType setBindingOnBuyerIndicator(boolean valueParam)
valueParam - The value to be set.null@Nullable public String getWeightingAlgorithmCodeValue()
nullpublic boolean isPrizeIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullpublic boolean isFollowupContractIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullpublic boolean isBindingOnBuyerIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullCopyright © 2014–2020 Philip Helger. All rights reserved.