public class EventTacticType 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>Event Tactic. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class defining a specific type of action or situation arranged by the Buyer or the Seller to promote the product or products.</ccts:Definition>
<ccts:ObjectClass>Event Tactic</ccts:ObjectClass>
</ccts:Component>
Java class for EventTacticType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventTacticType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Comment" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EventTacticEnumeration"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Period" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CommentType |
comment |
protected EventTacticEnumerationType |
eventTacticEnumeration |
protected PeriodType |
period |
protected QuantityType |
quantity |
| Constructor and Description |
|---|
EventTacticType() |
| Modifier and Type | Method and Description |
|---|---|
CommentType |
getComment()
<?
|
EventTacticEnumerationType |
getEventTacticEnumeration()
<?
|
PeriodType |
getPeriod()
<?
|
QuantityType |
getQuantity()
<?
|
void |
setComment(CommentType value)
Sets the value of the comment property.
|
void |
setEventTacticEnumeration(EventTacticEnumerationType value)
Sets the value of the eventTacticEnumeration property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
protected CommentType comment
protected QuantityType quantity
protected EventTacticEnumerationType eventTacticEnumeration
protected PeriodType period
public CommentType getComment()
<?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>Event Tactic. Comment. Text</ccts:DictionaryEntryName>
<ccts:Definition>Generic field to add additional information or to specify mutually defined eventTacticTypes that are not currently listed.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Event Tactic</ccts:ObjectClass>
<ccts:PropertyTerm>Comment</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
CommentTypepublic void setComment(CommentType value)
value - allowed object is
CommentTypepublic QuantityType getQuantity()
<?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>Event Tactic. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The currencies, units, etc. that describes what is need for the event or promotion Usage example: Number of pallets per store for a stack display</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Event Tactic</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic EventTacticEnumerationType getEventTacticEnumeration()
<?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>Event Tactic. Event Tactic Enumeration</ccts:DictionaryEntryName>
<ccts:Definition>The set of codes that describes this event tactic.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Event Tactic</ccts:ObjectClass>
<ccts:PropertyTerm>Event Tactic Enumeration</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Event Tactic Enumeration</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Event Tactic Enumeration</ccts:RepresentationTerm>
</ccts:Component>
EventTacticEnumerationTypepublic void setEventTacticEnumeration(EventTacticEnumerationType value)
value - allowed object is
EventTacticEnumerationTypepublic PeriodType getPeriod()
<?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>Event Tactic. Period</ccts:DictionaryEntryName>
<ccts:Definition>The period covered by this event tactic.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Event Tactic</ccts:ObjectClass>
<ccts:PropertyTerm>Period</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
</ccts:Component>
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.