Class FrameworkAgreementType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.FrameworkAgreementType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PeriodTypedurationPeriodprotected ExpectedOperatorQuantityTypeexpectedOperatorQuantityprotected List<FrequencyType>frequencyprotected List<JustificationType>justificationprotected MaximumOperatorQuantityTypemaximumOperatorQuantityprotected List<TenderRequirementType>subsequentProcessTenderRequirement
-
Constructor Summary
Constructors Constructor Description FrameworkAgreementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PeriodTypegetDurationPeriod()Gets the value of the durationPeriod property.ExpectedOperatorQuantityTypegetExpectedOperatorQuantity()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.MaximumOperatorQuantityTypegetMaximumOperatorQuantity()Gets the value of the maximumOperatorQuantity property.List<TenderRequirementType>getSubsequentProcessTenderRequirement()Gets the value of the subsequentProcessTenderRequirement property.voidsetDurationPeriod(PeriodType value)Sets the value of the durationPeriod property.voidsetExpectedOperatorQuantity(ExpectedOperatorQuantityType value)Sets the value of the expectedOperatorQuantity property.voidsetMaximumOperatorQuantity(MaximumOperatorQuantityType value)Sets the value of the maximumOperatorQuantity property.
-
-
-
Field Detail
-
expectedOperatorQuantity
protected ExpectedOperatorQuantityType expectedOperatorQuantity
-
maximumOperatorQuantity
protected MaximumOperatorQuantityType maximumOperatorQuantity
-
justification
protected List<JustificationType> justification
-
frequency
protected List<FrequencyType> frequency
-
durationPeriod
protected PeriodType durationPeriod
-
subsequentProcessTenderRequirement
protected List<TenderRequirementType> subsequentProcessTenderRequirement
-
-
Method Detail
-
getExpectedOperatorQuantity
public ExpectedOperatorQuantityType getExpectedOperatorQuantity()
Gets the value of the expectedOperatorQuantity property.- Returns:
- possible object is
ExpectedOperatorQuantityType
-
setExpectedOperatorQuantity
public void setExpectedOperatorQuantity(ExpectedOperatorQuantityType value)
Sets the value of the expectedOperatorQuantity property.- Parameters:
value- allowed object isExpectedOperatorQuantityType
-
getMaximumOperatorQuantity
public MaximumOperatorQuantityType getMaximumOperatorQuantity()
Gets the value of the maximumOperatorQuantity property.- Returns:
- possible object is
MaximumOperatorQuantityType
-
setMaximumOperatorQuantity
public void setMaximumOperatorQuantity(MaximumOperatorQuantityType value)
Sets the value of the maximumOperatorQuantity property.- Parameters:
value- allowed object isMaximumOperatorQuantityType
-
getJustification
public List<JustificationType> getJustification()
Gets the value of the justification 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
setmethod 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- Returns:
- The value of the justification property.
-
getFrequency
public List<FrequencyType> getFrequency()
Gets the value of the frequency 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
setmethod 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- Returns:
- The value of the frequency property.
-
getDurationPeriod
public PeriodType getDurationPeriod()
Gets the value of the durationPeriod property.- Returns:
- possible object is
PeriodType
-
setDurationPeriod
public void setDurationPeriod(PeriodType value)
Sets the value of the durationPeriod property.- Parameters:
value- allowed object isPeriodType
-
getSubsequentProcessTenderRequirement
public List<TenderRequirementType> getSubsequentProcessTenderRequirement()
Gets the value of the subsequentProcessTenderRequirement 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
setmethod 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- Returns:
- The value of the subsequentProcessTenderRequirement property.
-
-