Class SalesItemType


  • public class SalesItemType
    extends Object

    Java class for SalesItemType complex type.

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

     <complexType name="SalesItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActivityProperty" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxExclusivePrice" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxInclusivePrice" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Item"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SalesItemType

        public SalesItemType()
    • Method Detail

      • getQuantity

        public QuantityType getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is QuantityType
      • setQuantity

        public void setQuantity​(QuantityType value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is QuantityType
      • getActivityProperty

        public List<ActivityPropertyType> getActivityProperty()
        Gets the value of the activityProperty 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 activityProperty property.

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

            getActivityProperty().add(newItem);
         

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

      • getTaxExclusivePrice

        public List<PriceType> getTaxExclusivePrice()
        Gets the value of the taxExclusivePrice 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 taxExclusivePrice property.

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

            getTaxExclusivePrice().add(newItem);
         

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

      • getTaxInclusivePrice

        public List<PriceType> getTaxInclusivePrice()
        Gets the value of the taxInclusivePrice 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 taxInclusivePrice property.

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

            getTaxInclusivePrice().add(newItem);
         

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

      • 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