public class PromotionalSpecificationType 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>Promotional Specification. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a promotional event as a set of item locations that share a set of promotional tactics.</ccts:Definition>
<ccts:ObjectClass>Promotional Specification</ccts:ObjectClass>
</ccts:Component>
Java class for PromotionalSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionalSpecificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SpecificationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PromotionalEventLineItem" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EventTactic" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EventTacticType> |
eventTactic |
protected List<PromotionalEventLineItemType> |
promotionalEventLineItem |
protected SpecificationIDType |
specificationID |
| Constructor and Description |
|---|
PromotionalSpecificationType() |
| Modifier and Type | Method and Description |
|---|---|
List<EventTacticType> |
getEventTactic()
<?
|
List<PromotionalEventLineItemType> |
getPromotionalEventLineItem()
<?
|
SpecificationIDType |
getSpecificationID()
<?
|
void |
setSpecificationID(SpecificationIDType value)
Sets the value of the specificationID property.
|
protected SpecificationIDType specificationID
protected List<PromotionalEventLineItemType> promotionalEventLineItem
protected List<EventTacticType> eventTactic
public SpecificationIDType getSpecificationID()
<?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>Promotional Specification. Specification Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this promotional specification.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Promotional Specification</ccts:ObjectClass>
<ccts:PropertyTerm>Specification Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
SpecificationIDTypepublic void setSpecificationID(SpecificationIDType value)
value - allowed object is
SpecificationIDTypepublic List<PromotionalEventLineItemType> getPromotionalEventLineItem()
<?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>Promotional Specification. Promotional Event Line Item</ccts:DictionaryEntryName>
<ccts:Definition>A line item for a promotional event involving a specific product at a specific location; it describes the expected impacts associated with the event and specifies the promotional price of the item."</ccts:Definition>
<ccts:Cardinality>1..n</ccts:Cardinality>
<ccts:ObjectClass>Promotional Specification</ccts:ObjectClass>
<ccts:PropertyTerm>Promotional Event Line Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Promotional Event Line Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Promotional Event Line Item</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the promotionalEventLineItem 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 promotionalEventLineItem property.
For example, to add a new item, do as follows:
getPromotionalEventLineItem().add(newItem);
Objects of the following type(s) are allowed in the list
PromotionalEventLineItemType
public List<EventTacticType> getEventTactic()
<?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>Promotional Specification. Event Tactic</ccts:DictionaryEntryName>
<ccts:Definition>An event tactic associated with this promotion.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Promotional Specification</ccts:ObjectClass>
<ccts:PropertyTerm>Event Tactic</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Event Tactic</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Event Tactic</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the eventTactic 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 eventTactic property.
For example, to add a new item, do as follows:
getEventTactic().add(newItem);
Objects of the following type(s) are allowed in the list
EventTacticType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.