Class ActivityDataLineType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected LocationTypeactivityFinalLocationprotected LocationTypeactivityOriginLocationprotected PeriodTypeactivityPeriodprotected CustomerPartyTypebuyerCustomerPartyprotected IDTypeidprotected List<SalesItemType>salesItemprotected SupplierPartyTypesellerSupplierPartyprotected SupplyChainActivityTypeCodeTypesupplyChainActivityTypeCode
-
Constructor Summary
Constructors Constructor Description ActivityDataLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationTypegetActivityFinalLocation()Gets the value of the activityFinalLocation property.LocationTypegetActivityOriginLocation()Gets the value of the activityOriginLocation property.PeriodTypegetActivityPeriod()Gets the value of the activityPeriod property.CustomerPartyTypegetBuyerCustomerParty()Gets the value of the buyerCustomerParty property.IDTypegetID()Gets the value of the id property.List<SalesItemType>getSalesItem()Gets the value of the salesItem property.SupplierPartyTypegetSellerSupplierParty()Gets the value of the sellerSupplierParty property.SupplyChainActivityTypeCodeTypegetSupplyChainActivityTypeCode()Gets the value of the supplyChainActivityTypeCode property.voidsetActivityFinalLocation(LocationType value)Sets the value of the activityFinalLocation property.voidsetActivityOriginLocation(LocationType value)Sets the value of the activityOriginLocation property.voidsetActivityPeriod(PeriodType value)Sets the value of the activityPeriod property.voidsetBuyerCustomerParty(CustomerPartyType value)Sets the value of the buyerCustomerParty property.voidsetID(IDType value)Sets the value of the id property.voidsetSellerSupplierParty(SupplierPartyType value)Sets the value of the sellerSupplierParty property.voidsetSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)Sets the value of the supplyChainActivityTypeCode property.
-
-
-
Field Detail
-
id
protected IDType id
-
supplyChainActivityTypeCode
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
-
buyerCustomerParty
protected CustomerPartyType buyerCustomerParty
-
sellerSupplierParty
protected SupplierPartyType sellerSupplierParty
-
activityPeriod
protected PeriodType activityPeriod
-
activityOriginLocation
protected LocationType activityOriginLocation
-
activityFinalLocation
protected LocationType activityFinalLocation
-
salesItem
protected List<SalesItemType> salesItem
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getSupplyChainActivityTypeCode
public SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.- Returns:
- possible object is
SupplyChainActivityTypeCodeType
-
setSupplyChainActivityTypeCode
public void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.- Parameters:
value- allowed object isSupplyChainActivityTypeCodeType
-
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 isCustomerPartyType
-
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 isSupplierPartyType
-
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 isPeriodType
-
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 isLocationType
-
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 isLocationType
-
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
setmethod 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
-
-