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>
| Modifier and Type | Field and Description |
|---|---|
protected LocationType |
activityFinalLocation |
protected LocationType |
activityOriginLocation |
protected PeriodType |
activityPeriod |
protected CustomerPartyType |
buyerCustomerParty |
protected IDType |
id |
protected List<SalesItemType> |
salesItem |
protected SupplierPartyType |
sellerSupplierParty |
protected SupplyChainActivityTypeCodeType |
supplyChainActivityTypeCode |
| Constructor and Description |
|---|
ActivityDataLineType() |
| Modifier and Type | Method and Description |
|---|---|
LocationType |
getActivityFinalLocation()
Gets the value of the activityFinalLocation property.
|
LocationType |
getActivityOriginLocation()
Gets the value of the activityOriginLocation property.
|
PeriodType |
getActivityPeriod()
Gets the value of the activityPeriod property.
|
CustomerPartyType |
getBuyerCustomerParty()
Gets the value of the buyerCustomerParty property.
|
IDType |
getID()
Gets the value of the id property.
|
List<SalesItemType> |
getSalesItem()
Gets the value of the salesItem property.
|
SupplierPartyType |
getSellerSupplierParty()
Gets the value of the sellerSupplierParty property.
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
Gets the value of the supplyChainActivityTypeCode property.
|
void |
setActivityFinalLocation(LocationType value)
Sets the value of the activityFinalLocation property.
|
void |
setActivityOriginLocation(LocationType value)
Sets the value of the activityOriginLocation property.
|
void |
setActivityPeriod(PeriodType value)
Sets the value of the activityPeriod property.
|
void |
setBuyerCustomerParty(CustomerPartyType value)
Sets the value of the buyerCustomerParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setSellerSupplierParty(SupplierPartyType value)
Sets the value of the sellerSupplierParty property.
|
void |
setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
Sets the value of the supplyChainActivityTypeCode property.
|
protected IDType id
protected SupplyChainActivityTypeCodeType supplyChainActivityTypeCode
protected CustomerPartyType buyerCustomerParty
protected SupplierPartyType sellerSupplierParty
protected PeriodType activityPeriod
protected LocationType activityOriginLocation
protected LocationType activityFinalLocation
protected List<SalesItemType> salesItem
public void setID(IDType value)
value - allowed object is
IDTypepublic SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeTypepublic CustomerPartyType getBuyerCustomerParty()
CustomerPartyTypepublic void setBuyerCustomerParty(CustomerPartyType value)
value - allowed object is
CustomerPartyTypepublic SupplierPartyType getSellerSupplierParty()
SupplierPartyTypepublic void setSellerSupplierParty(SupplierPartyType value)
value - allowed object is
SupplierPartyTypepublic PeriodType getActivityPeriod()
PeriodTypepublic void setActivityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic LocationType getActivityOriginLocation()
LocationTypepublic void setActivityOriginLocation(LocationType value)
value - allowed object is
LocationTypepublic LocationType getActivityFinalLocation()
LocationTypepublic void setActivityFinalLocation(LocationType value)
value - allowed object is
LocationTypepublic List<SalesItemType> getSalesItem()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.