public class ProcessJustificationType extends Object
<?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>Process Justification. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a justification for the choice of tendering process.</ccts:Definition>
<ccts:ObjectClass>Process Justification</ccts:ObjectClass>
</ccts:Component>
Java class for ProcessJustificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessJustificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PreviousCancellationReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcessReasonCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProcessReason" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected PreviousCancellationReasonCodeType |
previousCancellationReasonCode |
protected List<ProcessReasonType> |
processReason |
protected ProcessReasonCodeType |
processReasonCode |
| Constructor and Description |
|---|
ProcessJustificationType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
<?
|
PreviousCancellationReasonCodeType |
getPreviousCancellationReasonCode()
<?
|
List<ProcessReasonType> |
getProcessReason()
<?
|
ProcessReasonCodeType |
getProcessReasonCode()
<?
|
void |
setPreviousCancellationReasonCode(PreviousCancellationReasonCodeType value)
Sets the value of the previousCancellationReasonCode property.
|
void |
setProcessReasonCode(ProcessReasonCodeType value)
Sets the value of the processReasonCode property.
|
protected PreviousCancellationReasonCodeType previousCancellationReasonCode
protected ProcessReasonCodeType processReasonCode
protected List<ProcessReasonType> processReason
protected List<DescriptionType> description
public PreviousCancellationReasonCodeType getPreviousCancellationReasonCode()
<?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>Process Justification. Previous_ Cancellation Reason Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of the previous tendering process (which is now being cancelled).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Process Justification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Previous</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Cancellation Reason Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
PreviousCancellationReasonCodeTypepublic void setPreviousCancellationReasonCode(PreviousCancellationReasonCodeType value)
value - allowed object is
PreviousCancellationReasonCodeTypepublic ProcessReasonCodeType getProcessReasonCode()
<?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>Process Justification. Process_ Reason Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>The reason why the contracting authority has followed a particular tendering procedure for the awarding of a contract, expressed as a code.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Process Justification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Process</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Reason Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
ProcessReasonCodeTypepublic void setProcessReasonCode(ProcessReasonCodeType value)
value - allowed object is
ProcessReasonCodeTypepublic List<ProcessReasonType> getProcessReason()
<?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>Process Justification. Process_ Reason. Text</ccts:DictionaryEntryName>
<ccts:Definition>The reason why the contracting authority has followed a particular tendering procedure for the awarding of a contract, expressed as text.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Process Justification</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Process</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Reason</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the processReason 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 processReason property.
For example, to add a new item, do as follows:
getProcessReason().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessReasonType
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>Process Justification. Description. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text providing justification for the selection of this process.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Process Justification</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
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.