Class CatalogueLineType


  • public class CatalogueLineType
    extends Object

    Java class for CatalogueLineType complex type

    .

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

    
     <complexType name="CatalogueLineType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ActionCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LifeCycleStatusCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContractSubdivision" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderableIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderableUnit" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ContentUnitQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OrderQuantityIncrementNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MinimumOrderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MaximumOrderQuantity" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}WarrantyInformation" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackLevelCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContractorCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerSupplierParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WarrantyValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LineValidityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ItemComparison" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ComponentRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccessoryRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReplacementRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ComplementaryRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReplacedRelatedItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RequiredItemLocationQuantity" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}KeywordItemProperty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersLineReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CallForTendersDocumentReference" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CatalogueLineType

        public CatalogueLineType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • getActionCode

        public ActionCodeType getActionCode()
        Gets the value of the actionCode property.
        Returns:
        possible object is ActionCodeType
      • setActionCode

        public void setActionCode​(ActionCodeType value)
        Sets the value of the actionCode property.
        Parameters:
        value - allowed object is ActionCodeType
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 note property.

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

         getNote().add(newItem);
         

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

        Returns:
        The value of the note property.
      • setOrderableUnit

        public void setOrderableUnit​(OrderableUnitType value)
        Sets the value of the orderableUnit property.
        Parameters:
        value - allowed object is OrderableUnitType
      • getWarrantyInformation

        public List<WarrantyInformationType> getWarrantyInformation()
        Gets the value of the warrantyInformation 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 warrantyInformation property.

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

         getWarrantyInformation().add(newItem);
         

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

        Returns:
        The value of the warrantyInformation property.
      • setPackLevelCode

        public void setPackLevelCode​(PackLevelCodeType value)
        Sets the value of the packLevelCode property.
        Parameters:
        value - allowed object is PackLevelCodeType
      • getContractorCustomerParty

        public CustomerPartyType getContractorCustomerParty()
        Gets the value of the contractorCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setContractorCustomerParty

        public void setContractorCustomerParty​(CustomerPartyType value)
        Sets the value of the contractorCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getSellerSupplierParty

        public SupplierPartyType getSellerSupplierParty()
        Gets the value of the sellerSupplierParty property.
        Returns:
        possible object is SupplierPartyType
      • setSellerSupplierParty

        public void setSellerSupplierParty​(SupplierPartyType value)
        Sets the value of the sellerSupplierParty property.
        Parameters:
        value - allowed object is SupplierPartyType
      • getWarrantyParty

        public PartyType getWarrantyParty()
        Gets the value of the warrantyParty property.
        Returns:
        possible object is PartyType
      • setWarrantyParty

        public void setWarrantyParty​(PartyType value)
        Sets the value of the warrantyParty property.
        Parameters:
        value - allowed object is PartyType
      • getWarrantyValidityPeriod

        public PeriodType getWarrantyValidityPeriod()
        Gets the value of the warrantyValidityPeriod property.
        Returns:
        possible object is PeriodType
      • setWarrantyValidityPeriod

        public void setWarrantyValidityPeriod​(PeriodType value)
        Sets the value of the warrantyValidityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getLineValidityPeriod

        public PeriodType getLineValidityPeriod()
        Gets the value of the lineValidityPeriod property.
        Returns:
        possible object is PeriodType
      • setLineValidityPeriod

        public void setLineValidityPeriod​(PeriodType value)
        Sets the value of the lineValidityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getItemComparison

        public List<ItemComparisonType> getItemComparison()
        Gets the value of the itemComparison 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 itemComparison property.

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

         getItemComparison().add(newItem);
         

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

        Returns:
        The value of the itemComparison property.
      • getComponentRelatedItem

        public List<RelatedItemType> getComponentRelatedItem()
        Gets the value of the componentRelatedItem 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 componentRelatedItem property.

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

         getComponentRelatedItem().add(newItem);
         

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

        Returns:
        The value of the componentRelatedItem property.
      • getAccessoryRelatedItem

        public List<RelatedItemType> getAccessoryRelatedItem()
        Gets the value of the accessoryRelatedItem 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 accessoryRelatedItem property.

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

         getAccessoryRelatedItem().add(newItem);
         

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

        Returns:
        The value of the accessoryRelatedItem property.
      • getRequiredRelatedItem

        public List<RelatedItemType> getRequiredRelatedItem()
        Gets the value of the requiredRelatedItem 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 requiredRelatedItem property.

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

         getRequiredRelatedItem().add(newItem);
         

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

        Returns:
        The value of the requiredRelatedItem property.
      • getReplacementRelatedItem

        public List<RelatedItemType> getReplacementRelatedItem()
        Gets the value of the replacementRelatedItem 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 replacementRelatedItem property.

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

         getReplacementRelatedItem().add(newItem);
         

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

        Returns:
        The value of the replacementRelatedItem property.
      • getComplementaryRelatedItem

        public List<RelatedItemType> getComplementaryRelatedItem()
        Gets the value of the complementaryRelatedItem 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 complementaryRelatedItem property.

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

         getComplementaryRelatedItem().add(newItem);
         

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

        Returns:
        The value of the complementaryRelatedItem property.
      • getReplacedRelatedItem

        public List<RelatedItemType> getReplacedRelatedItem()
        Gets the value of the replacedRelatedItem 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 replacedRelatedItem property.

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

         getReplacedRelatedItem().add(newItem);
         

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

        Returns:
        The value of the replacedRelatedItem property.
      • getRequiredItemLocationQuantity

        public List<ItemLocationQuantityType> getRequiredItemLocationQuantity()
        Gets the value of the requiredItemLocationQuantity 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 requiredItemLocationQuantity property.

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

         getRequiredItemLocationQuantity().add(newItem);
         

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

        Returns:
        The value of the requiredItemLocationQuantity property.
      • getDocumentReference

        public List<DocumentReferenceType> getDocumentReference()
        Gets the value of the documentReference 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 documentReference property.

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

         getDocumentReference().add(newItem);
         

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

        Returns:
        The value of the documentReference property.
      • getItem

        public ItemType getItem()
        Gets the value of the item property.
        Returns:
        possible object is ItemType
      • setItem

        public void setItem​(ItemType value)
        Sets the value of the item property.
        Parameters:
        value - allowed object is ItemType
      • getKeywordItemProperty

        public List<ItemPropertyType> getKeywordItemProperty()
        Gets the value of the keywordItemProperty 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 keywordItemProperty property.

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

         getKeywordItemProperty().add(newItem);
         

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

        Returns:
        The value of the keywordItemProperty property.
      • getCallForTendersLineReference

        public LineReferenceType getCallForTendersLineReference()
        Gets the value of the callForTendersLineReference property.
        Returns:
        possible object is LineReferenceType
      • setCallForTendersLineReference

        public void setCallForTendersLineReference​(LineReferenceType value)
        Sets the value of the callForTendersLineReference property.
        Parameters:
        value - allowed object is LineReferenceType
      • getCallForTendersDocumentReference

        public DocumentReferenceType getCallForTendersDocumentReference()
        Gets the value of the callForTendersDocumentReference property.
        Returns:
        possible object is DocumentReferenceType
      • setCallForTendersDocumentReference

        public void setCallForTendersDocumentReference​(DocumentReferenceType value)
        Sets the value of the callForTendersDocumentReference property.
        Parameters:
        value - allowed object is DocumentReferenceType