public class MiscellaneousEventType 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>Miscellaneous Event. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a miscellaneous event associated with a retail event.</ccts:Definition>
<ccts:ObjectClass>Miscellaneous Event</ccts:ObjectClass>
</ccts:Component>
Java class for MiscellaneousEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MiscellaneousEventType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MiscellaneousEventTypeCode"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EventLineItem" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EventLineItemType> |
eventLineItem |
protected MiscellaneousEventTypeCodeType |
miscellaneousEventTypeCode |
| Constructor and Description |
|---|
MiscellaneousEventType() |
| Modifier and Type | Method and Description |
|---|---|
List<EventLineItemType> |
getEventLineItem()
<?
|
MiscellaneousEventTypeCodeType |
getMiscellaneousEventTypeCode()
<?
|
void |
setMiscellaneousEventTypeCode(MiscellaneousEventTypeCodeType value)
Sets the value of the miscellaneousEventTypeCode property.
|
protected MiscellaneousEventTypeCodeType miscellaneousEventTypeCode
protected List<EventLineItemType> eventLineItem
public MiscellaneousEventTypeCodeType getMiscellaneousEventTypeCode()
<?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>Miscellaneous Event. Miscellaneous Event Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the type of this miscellaneous event. Examples are: ASSORTMENT_CHARGE DISASTER FORECAST_DECREASE FORECAST_INCREASE FREIGHT_FLOW_ALLOCATION INVENTORY_POLICY_CHANGE LOCATION_CLOSING LOCATION_OPENING OTHER OUT_OF_STOCK PACKAGING_LABELING_CHANGE PRICE_DECREASE PRICE_INCREASE STORE_FORMAT_OR_PLANOGRAM_CHANGE TEST_MARKET WEATHER</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Miscellaneous Event</ccts:ObjectClass>
<ccts:PropertyTerm>Miscellaneous Event Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
MiscellaneousEventTypeCodeTypepublic void setMiscellaneousEventTypeCode(MiscellaneousEventTypeCodeType value)
value - allowed object is
MiscellaneousEventTypeCodeTypepublic List<EventLineItemType> getEventLineItem()
<?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>Miscellaneous Event. Event Line Item</ccts:DictionaryEntryName>
<ccts:Definition>An event line item for this miscellaneous retail event.</ccts:Definition>
<ccts:Cardinality>1..n</ccts:Cardinality>
<ccts:ObjectClass>Miscellaneous Event</ccts:ObjectClass>
<ccts:PropertyTerm>Event Line Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Event Line Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Event Line Item</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the eventLineItem 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 eventLineItem property.
For example, to add a new item, do as follows:
getEventLineItem().add(newItem);
Objects of the following type(s) are allowed in the list
EventLineItemType
Copyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.