Class ActivityDataLineType


  • public class ActivityDataLineType
    extends Object

    Java class for ActivityDataLineType complex type.

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

     <complexType name="ActivityDataLineType">
       <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}SupplyChainActivityTypeCode"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BuyerCustomerParty" 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}ActivityPeriod" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActivityOriginLocation"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActivityFinalLocation" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SalesItem" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ActivityDataLineType

        public ActivityDataLineType()
    • 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
      • getBuyerCustomerParty

        public CustomerPartyType getBuyerCustomerParty()
        Gets the value of the buyerCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setBuyerCustomerParty

        public void setBuyerCustomerParty​(CustomerPartyType value)
        Sets the value of the buyerCustomerParty 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
      • getActivityPeriod

        public PeriodType getActivityPeriod()
        Gets the value of the activityPeriod property.
        Returns:
        possible object is PeriodType
      • setActivityPeriod

        public void setActivityPeriod​(PeriodType value)
        Sets the value of the activityPeriod property.
        Parameters:
        value - allowed object is PeriodType
      • getActivityOriginLocation

        public LocationType getActivityOriginLocation()
        Gets the value of the activityOriginLocation property.
        Returns:
        possible object is LocationType
      • setActivityOriginLocation

        public void setActivityOriginLocation​(LocationType value)
        Sets the value of the activityOriginLocation property.
        Parameters:
        value - allowed object is LocationType
      • getActivityFinalLocation

        public LocationType getActivityFinalLocation()
        Gets the value of the activityFinalLocation property.
        Returns:
        possible object is LocationType
      • setActivityFinalLocation

        public void setActivityFinalLocation​(LocationType value)
        Sets the value of the activityFinalLocation property.
        Parameters:
        value - allowed object is LocationType
      • 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