public class FrameworkAgreementType extends Object
Java class for FrameworkAgreementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FrameworkAgreementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpectedOperatorQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumOperatorQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Justification" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Frequency" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DurationPeriod" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SubsequentProcessTenderRequirement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PeriodType |
durationPeriod |
protected ExpectedOperatorQuantityType |
expectedOperatorQuantity |
protected List<FrequencyType> |
frequency |
protected List<JustificationType> |
justification |
protected MaximumOperatorQuantityType |
maximumOperatorQuantity |
protected List<TenderRequirementType> |
subsequentProcessTenderRequirement |
| Constructor and Description |
|---|
FrameworkAgreementType() |
| Modifier and Type | Method and Description |
|---|---|
PeriodType |
getDurationPeriod()
Gets the value of the durationPeriod property.
|
ExpectedOperatorQuantityType |
getExpectedOperatorQuantity()
Gets the value of the expectedOperatorQuantity property.
|
List<FrequencyType> |
getFrequency()
Gets the value of the frequency property.
|
List<JustificationType> |
getJustification()
Gets the value of the justification property.
|
MaximumOperatorQuantityType |
getMaximumOperatorQuantity()
Gets the value of the maximumOperatorQuantity property.
|
List<TenderRequirementType> |
getSubsequentProcessTenderRequirement()
Gets the value of the subsequentProcessTenderRequirement property.
|
void |
setDurationPeriod(PeriodType value)
Sets the value of the durationPeriod property.
|
void |
setExpectedOperatorQuantity(ExpectedOperatorQuantityType value)
Sets the value of the expectedOperatorQuantity property.
|
void |
setMaximumOperatorQuantity(MaximumOperatorQuantityType value)
Sets the value of the maximumOperatorQuantity property.
|
protected ExpectedOperatorQuantityType expectedOperatorQuantity
protected MaximumOperatorQuantityType maximumOperatorQuantity
protected List<JustificationType> justification
protected List<FrequencyType> frequency
protected PeriodType durationPeriod
protected List<TenderRequirementType> subsequentProcessTenderRequirement
public ExpectedOperatorQuantityType getExpectedOperatorQuantity()
ExpectedOperatorQuantityTypepublic void setExpectedOperatorQuantity(ExpectedOperatorQuantityType value)
value - allowed object is
ExpectedOperatorQuantityTypepublic MaximumOperatorQuantityType getMaximumOperatorQuantity()
MaximumOperatorQuantityTypepublic void setMaximumOperatorQuantity(MaximumOperatorQuantityType value)
value - allowed object is
MaximumOperatorQuantityTypepublic List<JustificationType> getJustification()
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 justification property.
For example, to add a new item, do as follows:
getJustification().add(newItem);
Objects of the following type(s) are allowed in the list
JustificationType
public List<FrequencyType> getFrequency()
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 frequency property.
For example, to add a new item, do as follows:
getFrequency().add(newItem);
Objects of the following type(s) are allowed in the list
FrequencyType
public PeriodType getDurationPeriod()
PeriodTypepublic void setDurationPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic List<TenderRequirementType> getSubsequentProcessTenderRequirement()
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 subsequentProcessTenderRequirement property.
For example, to add a new item, do as follows:
getSubsequentProcessTenderRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
TenderRequirementType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.