Class EconomicOperatorShortListType


  • public class EconomicOperatorShortListType
    extends Object

    Java class for EconomicOperatorShortListType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="EconomicOperatorShortListType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LimitationDescription" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpectedQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PreSelectedParty" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EconomicOperatorShortListType

        public EconomicOperatorShortListType()
    • Method Detail

      • getLimitationDescription

        public List<LimitationDescriptionType> getLimitationDescription()
        Gets the value of the limitationDescription 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 limitationDescription property.

        For example, to add a new item, do as follows:

         getLimitationDescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list LimitationDescriptionType

        Returns:
        The value of the limitationDescription property.
      • setMaximumQuantity

        public void setMaximumQuantity​(MaximumQuantityType value)
        Sets the value of the maximumQuantity property.
        Parameters:
        value - allowed object is MaximumQuantityType
      • setMinimumQuantity

        public void setMinimumQuantity​(MinimumQuantityType value)
        Sets the value of the minimumQuantity property.
        Parameters:
        value - allowed object is MinimumQuantityType
      • getPreSelectedParty

        public List<PartyType> getPreSelectedParty()
        Gets the value of the preSelectedParty 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 preSelectedParty property.

        For example, to add a new item, do as follows:

         getPreSelectedParty().add(newItem);
         

        Objects of the following type(s) are allowed in the list PartyType

        Returns:
        The value of the preSelectedParty property.