@CodingStyleguideUnaware public class TenderingProcessType 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>Tendering Process. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe the process of a formal offer and response to execute work or supply goods at a stated price.</ccts:Definition><ccts:ObjectClass>Tendering Process</ccts:ObjectClass></ccts:Component>
Java class for TenderingProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TenderingProcessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OriginalContractingSystemID" 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}NegotiationDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcedureCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UrgencyCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpenseCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PartPresentationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractingSystemCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubmissionMethodCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CandidateReductionConstraintIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}GovernmentAgreementConstraintIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentAvailabilityPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TenderSubmissionDeadlinePeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InvitationSubmissionPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ParticipationRequestReceptionPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NoticeDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ProcessJustification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EconomicOperatorShortList" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OpenTenderEvent" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AuctionTerms" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}FrameworkAgreement" 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 |
|---|
TenderingProcessType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNegotiationDescription(NegotiationDescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNoticeDocumentReference(DocumentReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addOpenTenderEvent(EventType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addProcessJustification(ProcessJustificationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TenderingProcessType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TenderingProcessType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DocumentReferenceType> |
getAdditionalDocumentReference()
<?
|
DocumentReferenceType |
getAdditionalDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AuctionTermsType |
getAuctionTerms()
<?
|
CandidateReductionConstraintIndicatorType |
getCandidateReductionConstraintIndicator()
<?
|
ContractingSystemCodeType |
getContractingSystemCode()
<?
|
String |
getContractingSystemCodeValue()
Get the value of the contained ContractingSystemCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
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
|
PeriodType |
getDocumentAvailabilityPeriod()
<?
|
EconomicOperatorShortListType |
getEconomicOperatorShortList()
<?
|
ExpenseCodeType |
getExpenseCode()
<?
|
String |
getExpenseCodeValue()
Get the value of the contained ExpenseCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
FrameworkAgreementType |
getFrameworkAgreement()
<?
|
GovernmentAgreementConstraintIndicatorType |
getGovernmentAgreementConstraintIndicator()
<?
|
IDType |
getID()
<?
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getInvitationSubmissionPeriod()
<?
|
List<NegotiationDescriptionType> |
getNegotiationDescription()
<?
|
NegotiationDescriptionType |
getNegotiationDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNegotiationDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DocumentReferenceType> |
getNoticeDocumentReference()
<?
|
DocumentReferenceType |
getNoticeDocumentReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoticeDocumentReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<EventType> |
getOpenTenderEvent()
<?
|
EventType |
getOpenTenderEventAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOpenTenderEventCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
OriginalContractingSystemIDType |
getOriginalContractingSystemID()
<?
|
String |
getOriginalContractingSystemIDValue()
Get the value of the contained OriginalContractingSystemIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getParticipationRequestReceptionPeriod()
<?
|
PartPresentationCodeType |
getPartPresentationCode()
<?
|
String |
getPartPresentationCodeValue()
Get the value of the contained PartPresentationCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ProcedureCodeType |
getProcedureCode()
<?
|
String |
getProcedureCodeValue()
Get the value of the contained ProcedureCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<ProcessJustificationType> |
getProcessJustification()
<?
|
ProcessJustificationType |
getProcessJustificationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getProcessJustificationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SubmissionMethodCodeType |
getSubmissionMethodCode()
<?
|
String |
getSubmissionMethodCodeValue()
Get the value of the contained SubmissionMethodCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getTenderSubmissionDeadlinePeriod()
<?
|
UrgencyCodeType |
getUrgencyCode()
<?
|
String |
getUrgencyCodeValue()
Get the value of the contained UrgencyCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasAdditionalDocumentReferenceEntries()
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 |
hasNegotiationDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAdditionalDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNegotiationDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNoticeDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoOpenTenderEventEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoProcessJustificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoticeDocumentReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOpenTenderEventEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasProcessJustificationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isCandidateReductionConstraintIndicatorValue(boolean nullValue)
Get the value of the contained CandidateReductionConstraintIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
isGovernmentAgreementConstraintIndicatorValue(boolean nullValue)
Get the value of the contained GovernmentAgreementConstraintIndicatorType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAdditionalDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAuctionTerms(AuctionTermsType value)
Sets the value of the auctionTerms property.
|
CandidateReductionConstraintIndicatorType |
setCandidateReductionConstraintIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCandidateReductionConstraintIndicator(CandidateReductionConstraintIndicatorType value)
Sets the value of the candidateReductionConstraintIndicator property.
|
void |
setContractingSystemCode(ContractingSystemCodeType value)
Sets the value of the contractingSystemCode property.
|
ContractingSystemCodeType |
setContractingSystemCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDocumentAvailabilityPeriod(PeriodType value)
Sets the value of the documentAvailabilityPeriod property.
|
void |
setEconomicOperatorShortList(EconomicOperatorShortListType value)
Sets the value of the economicOperatorShortList property.
|
void |
setExpenseCode(ExpenseCodeType value)
Sets the value of the expenseCode property.
|
ExpenseCodeType |
setExpenseCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setFrameworkAgreement(FrameworkAgreementType value)
Sets the value of the frameworkAgreement property.
|
GovernmentAgreementConstraintIndicatorType |
setGovernmentAgreementConstraintIndicator(boolean valueParam)
Special setter with value of type boolean
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setGovernmentAgreementConstraintIndicator(GovernmentAgreementConstraintIndicatorType value)
Sets the value of the governmentAgreementConstraintIndicator property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInvitationSubmissionPeriod(PeriodType value)
Sets the value of the invitationSubmissionPeriod property.
|
void |
setNegotiationDescription(List<NegotiationDescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNoticeDocumentReference(List<DocumentReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOpenTenderEvent(List<EventType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOriginalContractingSystemID(OriginalContractingSystemIDType value)
Sets the value of the originalContractingSystemID property.
|
OriginalContractingSystemIDType |
setOriginalContractingSystemID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setParticipationRequestReceptionPeriod(PeriodType value)
Sets the value of the participationRequestReceptionPeriod property.
|
void |
setPartPresentationCode(PartPresentationCodeType value)
Sets the value of the partPresentationCode property.
|
PartPresentationCodeType |
setPartPresentationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setProcedureCode(ProcedureCodeType value)
Sets the value of the procedureCode property.
|
ProcedureCodeType |
setProcedureCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setProcessJustification(List<ProcessJustificationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SubmissionMethodCodeType |
setSubmissionMethodCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSubmissionMethodCode(SubmissionMethodCodeType value)
Sets the value of the submissionMethodCode property.
|
void |
setTenderSubmissionDeadlinePeriod(PeriodType value)
Sets the value of the tenderSubmissionDeadlinePeriod property.
|
UrgencyCodeType |
setUrgencyCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUrgencyCode(UrgencyCodeType value)
Sets the value of the urgencyCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TenderingProcessType()
@Nullable public IDType getID()
<?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>Tendering Process. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for this tendering process.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public OriginalContractingSystemIDType getOriginalContractingSystemID()
<?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>Tendering Process. Original_ Contracting System. Identifier</ccts:DictionaryEntryName><ccts:Definition>When reopening a tendering process, the identifier of the original framework agreement or dynamic purchasing system.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Original</ccts:PropertyTermQualifier><ccts:PropertyTerm>Contracting System</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
OriginalContractingSystemIDTypepublic void setOriginalContractingSystemID(@Nullable OriginalContractingSystemIDType value)
value - allowed object is
OriginalContractingSystemIDType@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>Tendering Process. Description. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing the tendering process.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</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<NegotiationDescriptionType> getNegotiationDescription()
<?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>Tendering Process. Negotiation_ Description. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing the negotiation to be followed during the tendering process.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Negotiation</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 negotiationDescription 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 negotiationDescription property.
For example, to add a new item, do as follows:
getNegotiationDescription().add(newItem);
Objects of the following type(s) are allowed in the list
NegotiationDescriptionType
@Nullable public ProcedureCodeType getProcedureCode()
<?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>Tendering Process. Procedure Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of this tendering procedure.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Procedure Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Open, Restricted, Negotiated</ccts:Examples></ccts:Component>
ProcedureCodeTypepublic void setProcedureCode(@Nullable ProcedureCodeType value)
value - allowed object is
ProcedureCodeType@Nullable public UrgencyCodeType getUrgencyCode()
<?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>Tendering Process. Urgency Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the urgency of this tendering process.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Urgency Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Urgent, Normal, Emergency</ccts:Examples></ccts:Component>
UrgencyCodeTypepublic void setUrgencyCode(@Nullable UrgencyCodeType value)
value - allowed object is
UrgencyCodeType@Nullable public ExpenseCodeType getExpenseCode()
<?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>Tendering Process. Expense Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of expense for this tendering process.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Expense Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Normal, Anticipated</ccts:Examples></ccts:Component>
ExpenseCodeTypepublic void setExpenseCode(@Nullable ExpenseCodeType value)
value - allowed object is
ExpenseCodeType@Nullable public PartPresentationCodeType getPartPresentationCode()
<?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>Tendering Process. Part Presentation Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of presentation of tenders required (e.g., one lot, multiple lots, or all the lots).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Part Presentation Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>One Lot, Multiple Lots, All Lots</ccts:Examples></ccts:Component>
PartPresentationCodeTypepublic void setPartPresentationCode(@Nullable PartPresentationCodeType value)
value - allowed object is
PartPresentationCodeType@Nullable public ContractingSystemCodeType getContractingSystemCode()
<?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>Tendering Process. Contracting System Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of contracting system (e.g., framework agreement, dynamic purchasing system). If the procedure is individual (nonrepetitive), this code should be omitted.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Contracting System Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Framework Agreement, Dynamic Purchasing System</ccts:Examples></ccts:Component>
ContractingSystemCodeTypepublic void setContractingSystemCode(@Nullable ContractingSystemCodeType value)
value - allowed object is
ContractingSystemCodeType@Nullable public SubmissionMethodCodeType getSubmissionMethodCode()
<?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>Tendering Process. Submission Method Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the method to be followed in submitting tenders.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Submission Method Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:Examples>Manual, Electronically, etc.</ccts:Examples></ccts:Component>
SubmissionMethodCodeTypepublic void setSubmissionMethodCode(@Nullable SubmissionMethodCodeType value)
value - allowed object is
SubmissionMethodCodeType@Nullable public CandidateReductionConstraintIndicatorType getCandidateReductionConstraintIndicator()
<?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>Tendering Process. Candidate Reduction_ Constraint. Indicator</ccts:DictionaryEntryName><ccts:Definition>An indicator that the number of candidates participating in this process has been reduced (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Candidate Reduction</ccts:PropertyTermQualifier><ccts:PropertyTerm>Constraint</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
CandidateReductionConstraintIndicatorTypepublic void setCandidateReductionConstraintIndicator(@Nullable CandidateReductionConstraintIndicatorType value)
value - allowed object is
CandidateReductionConstraintIndicatorType@Nullable public GovernmentAgreementConstraintIndicatorType getGovernmentAgreementConstraintIndicator()
<?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>Tendering Process. Government Agreement_ Constraint. Indicator</ccts:DictionaryEntryName><ccts:Definition>An indicator that the project associated with this tendering process is constrained by a government procurement agreement (true) or not (false).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Government Agreement</ccts:PropertyTermQualifier><ccts:PropertyTerm>Constraint</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></ccts:Component>
GovernmentAgreementConstraintIndicatorTypepublic void setGovernmentAgreementConstraintIndicator(@Nullable GovernmentAgreementConstraintIndicatorType value)
value - allowed object is
GovernmentAgreementConstraintIndicatorType@Nullable public PeriodType getDocumentAvailabilityPeriod()
<?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>Tendering Process. Document Availability_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which documents relating to this tendering process must be completed.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Document Availability</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setDocumentAvailabilityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getTenderSubmissionDeadlinePeriod()
<?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>Tendering Process. Tender Submission Deadline_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which tenders must be delivered.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Tender Submission Deadline</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setTenderSubmissionDeadlinePeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getInvitationSubmissionPeriod()
<?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>Tendering Process. Invitation Submission_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which invitations to tender must be completed and delivered.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Invitation Submission</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setInvitationSubmissionPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public PeriodType getParticipationRequestReceptionPeriod()
<?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>Tendering Process. Participation Request Reception_ Period. Period</ccts:DictionaryEntryName><ccts:Definition>The period during which requests for participation must be completed and delivered.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Participation Request Reception</ccts:PropertyTermQualifier><ccts:PropertyTerm>Period</ccts:PropertyTerm><ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Period</ccts:RepresentationTerm></ccts:Component>
PeriodTypepublic void setParticipationRequestReceptionPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getNoticeDocumentReference()
<?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>Tendering Process. Notice_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>A reference to a notice pertaining to this tendering process.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Notice</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm></ccts:Component>Gets the value of the noticeDocumentReference 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 noticeDocumentReference property.
For example, to add a new item, do as follows:
getNoticeDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DocumentReferenceType> getAdditionalDocumentReference()
<?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>Tendering Process. Additional_ Document Reference. Document Reference</ccts:DictionaryEntryName><ccts:Definition>A reference to an additional document.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Document Reference</ccts:PropertyTerm><ccts:AssociatedObjectClass>Document Reference</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Document Reference</ccts:RepresentationTerm></ccts:Component>Gets the value of the additionalDocumentReference 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 additionalDocumentReference property.
For example, to add a new item, do as follows:
getAdditionalDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProcessJustificationType> getProcessJustification()
<?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>Tendering Process. Process Justification</ccts:DictionaryEntryName><ccts:Definition>A justification for the selection of this tendering process.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Process Justification</ccts:PropertyTerm><ccts:AssociatedObjectClass>Process Justification</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Process Justification</ccts:RepresentationTerm></ccts:Component>Gets the value of the processJustification 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 processJustification property.
For example, to add a new item, do as follows:
getProcessJustification().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessJustificationType
@Nullable public EconomicOperatorShortListType getEconomicOperatorShortList()
<?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>Tendering Process. Economic Operator Short List</ccts:DictionaryEntryName><ccts:Definition>A set of criteria used to create a short list of candidates.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Economic Operator Short List</ccts:PropertyTerm><ccts:AssociatedObjectClass>Economic Operator Short List</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Economic Operator Short List</ccts:RepresentationTerm></ccts:Component>
EconomicOperatorShortListTypepublic void setEconomicOperatorShortList(@Nullable EconomicOperatorShortListType value)
value - allowed object is
EconomicOperatorShortListType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EventType> getOpenTenderEvent()
<?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>Tendering Process. Open Tender_ Event. Event</ccts:DictionaryEntryName><ccts:Definition>Textual description of the legal form required for potential tenderers.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTermQualifier>Open Tender</ccts:PropertyTermQualifier><ccts:PropertyTerm>Event</ccts:PropertyTerm><ccts:AssociatedObjectClass>Event</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Event</ccts:RepresentationTerm></ccts:Component>Gets the value of the openTenderEvent 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 openTenderEvent property.
For example, to add a new item, do as follows:
getOpenTenderEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventType
@Nullable public AuctionTermsType getAuctionTerms()
<?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>Tendering Process. Auction Terms</ccts:DictionaryEntryName><ccts:Definition>The terms to be fulfilled by tenderers if an auction is to be executed before the awarding of a tender.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Auction Terms</ccts:PropertyTerm><ccts:AssociatedObjectClass>Auction Terms</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Auction Terms</ccts:RepresentationTerm></ccts:Component>
AuctionTermsTypepublic void setAuctionTerms(@Nullable AuctionTermsType value)
value - allowed object is
AuctionTermsType@Nullable public FrameworkAgreementType getFrameworkAgreement()
<?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>Tendering Process. Framework Agreement</ccts:DictionaryEntryName><ccts:Definition>A tendering framework agreement.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Tendering Process</ccts:ObjectClass><ccts:PropertyTerm>Framework Agreement</ccts:PropertyTerm><ccts:AssociatedObjectClass>Framework Agreement</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Framework Agreement</ccts:RepresentationTerm></ccts:Component>
FrameworkAgreementTypepublic void setFrameworkAgreement(@Nullable FrameworkAgreementType value)
value - allowed object is
FrameworkAgreementTypepublic 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 setNegotiationDescription(@Nullable List<NegotiationDescriptionType> aList)
aList - The new list member to set. May be null.public void setNoticeDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be null.public void setAdditionalDocumentReference(@Nullable List<DocumentReferenceType> aList)
aList - The new list member to set. May be null.public void setProcessJustification(@Nullable List<ProcessJustificationType> aList)
aList - The new list member to set. May be null.public void setOpenTenderEvent(@Nullable List<EventType> 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 hasNegotiationDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNegotiationDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNegotiationDescriptionCount()
@Nullable public NegotiationDescriptionType getNegotiationDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNegotiationDescription(@Nonnull NegotiationDescriptionType elem)
elem - The element to be added. May not be null.public boolean hasNoticeDocumentReferenceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNoticeDocumentReferenceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNoticeDocumentReferenceCount()
@Nullable public DocumentReferenceType getNoticeDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addNoticeDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be null.public boolean hasAdditionalDocumentReferenceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalDocumentReferenceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalDocumentReferenceCount()
@Nullable public DocumentReferenceType getAdditionalDocumentReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalDocumentReference(@Nonnull DocumentReferenceType elem)
elem - The element to be added. May not be null.public boolean hasProcessJustificationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoProcessJustificationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getProcessJustificationCount()
@Nullable public ProcessJustificationType getProcessJustificationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addProcessJustification(@Nonnull ProcessJustificationType elem)
elem - The element to be added. May not be null.public boolean hasOpenTenderEventEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOpenTenderEventEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOpenTenderEventCount()
@Nullable public EventType getOpenTenderEventAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOpenTenderEvent(@Nonnull EventType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TenderingProcessType 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 TenderingProcessType clone()
@Nonnull public ProcedureCodeType setProcedureCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public UrgencyCodeType setUrgencyCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExpenseCodeType setExpenseCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public PartPresentationCodeType setPartPresentationCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ContractingSystemCodeType setContractingSystemCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SubmissionMethodCodeType setSubmissionMethodCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public OriginalContractingSystemIDType setOriginalContractingSystemID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CandidateReductionConstraintIndicatorType setCandidateReductionConstraintIndicator(boolean valueParam)
valueParam - The value to be set.null@Nonnull public GovernmentAgreementConstraintIndicatorType setGovernmentAgreementConstraintIndicator(boolean valueParam)
valueParam - The value to be set.null@Nullable public String getIDValue()
null@Nullable public String getOriginalContractingSystemIDValue()
null@Nullable public String getProcedureCodeValue()
null@Nullable public String getUrgencyCodeValue()
null@Nullable public String getExpenseCodeValue()
null@Nullable public String getPartPresentationCodeValue()
null@Nullable public String getContractingSystemCodeValue()
null@Nullable public String getSubmissionMethodCodeValue()
nullpublic boolean isCandidateReductionConstraintIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullpublic boolean isGovernmentAgreementConstraintIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is nullCopyright © 2014–2020 Philip Helger. All rights reserved.