public class ActivityDataLineType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to associate a time period and locations (activity data) with an item for inventory planning purposes.</ccts:Definition>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
LocationType |
getActivityOriginLocation()
<?
|
PeriodType |
getActivityPeriod()
<?
|
CustomerPartyType |
getBuyerCustomerParty()
<?
|
IDType |
getID()
<?
|
List<SalesItemType> |
getSalesItem()
<?
|
SupplierPartyType |
getSellerSupplierParty()
<?
|
SupplyChainActivityTypeCodeType |
getSupplyChainActivityTypeCode()
<?
|
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 IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this activity data line.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic SupplyChainActivityTypeCodeType getSupplyChainActivityTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Supply Chain Activity Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of supply chain activity.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTerm>Supply Chain Activity Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
SupplyChainActivityTypeCodeTypepublic void setSupplyChainActivityTypeCode(SupplyChainActivityTypeCodeType value)
value - allowed object is
SupplyChainActivityTypeCodeTypepublic CustomerPartyType getBuyerCustomerParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Buyer_ Customer Party. Customer Party</ccts:DictionaryEntryName>
<ccts:Definition>The buyer of the item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Buyer</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Customer Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Customer Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Customer Party</ccts:RepresentationTerm>
</ccts:Component>
CustomerPartyTypepublic void setBuyerCustomerParty(CustomerPartyType value)
value - allowed object is
CustomerPartyTypepublic SupplierPartyType getSellerSupplierParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Seller_ Supplier Party. Supplier Party</ccts:DictionaryEntryName>
<ccts:Definition>The seller of the item.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Seller</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Supplier Party</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Supplier Party</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Supplier Party</ccts:RepresentationTerm>
</ccts:Component>
SupplierPartyTypepublic void setSellerSupplierParty(SupplierPartyType value)
value - allowed object is
SupplierPartyTypepublic PeriodType getActivityPeriod()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Activity_ Period. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period during which the activity is realized.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Activity</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setActivityPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic LocationType getActivityOriginLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Activity Origin_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>Either the location where the movement of goods is observed or the location from which the goods are moved.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Activity Origin</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setActivityOriginLocation(LocationType value)
value - allowed object is
LocationTypepublic LocationType getActivityFinalLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Activity Final_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>The location to which the goods are moved.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Activity Final</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setActivityFinalLocation(LocationType value)
value - allowed object is
LocationTypepublic List<SalesItemType> getSalesItem()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Activity Data Line. Sales Item</ccts:DictionaryEntryName>
<ccts:Definition>Sales information for an item to which this line applies.</ccts:Definition>
<ccts:Cardinality>1..n</ccts:Cardinality>
<ccts:ObjectClass>Activity Data Line</ccts:ObjectClass>
<ccts:PropertyTerm>Sales Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Sales Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Sales Item</ccts:RepresentationTerm>
</ccts:Component>
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
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.