Class 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>
     
    • Constructor Detail

      • FrameworkAgreementType

        public FrameworkAgreementType()
    • Method Detail

      • 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 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

        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 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

        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 is PeriodType
      • 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 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

        Returns:
        The value of the subsequentProcessTenderRequirement property.