Class ItemInformationRequestLineType


  • public class ItemInformationRequestLineType
    extends Object

    Java class for ItemInformationRequestLineType complex type.

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

     <complexType name="ItemInformationRequestLineType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TimeFrequencyCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SupplyChainActivityTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ForecastTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PerformanceMetricTypeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" maxOccurs="unbounded"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SalesItem" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ItemInformationRequestLineType

        public ItemInformationRequestLineType()
    • Method Detail

      • getPeriod

        public List<PeriodType> getPeriod()
        Gets the value of the period 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 period property.

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

            getPeriod().add(newItem);
         

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

      • getSalesItem

        public List<SalesItemType> getSalesItem()
        Gets the value of the salesItem 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 salesItem property.

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

            getSalesItem().add(newItem);
         

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