public class PromotionalEventCommonAggregate 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 Event. Details</ccts:DictionaryEntryName><ccts:Definition>Agree can be renamed as PromotionalEvents</ccts:Definition><ccts:ObjectClass>Promotional Event</ccts:ObjectClass></ccts:Component>
Java class for PromotionalEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PromotionalEventType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PromotionalEventTypeCode"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SubmissionDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FirstShipmentAvailibilityDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LatestProposalAcceptanceDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PromotionalSpecification" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FirstShipmentAvailibilityDateCommonBasic |
firstShipmentAvailibilityDate |
protected LatestProposalAcceptanceDateCommonBasic |
latestProposalAcceptanceDate |
protected PromotionalEventTypeCodeCommonBasic |
promotionalEventTypeCode |
protected List<PromotionalSpecificationCommonAggregate> |
promotionalSpecifications |
protected SubmissionDateCommonBasic |
submissionDate |
Constructor and Description |
---|
PromotionalEventCommonAggregate() |
Modifier and Type | Method and Description |
---|---|
FirstShipmentAvailibilityDateCommonBasic |
getFirstShipmentAvailibilityDate()
<?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 Event.
|
LatestProposalAcceptanceDateCommonBasic |
getLatestProposalAcceptanceDate()
<?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 Event.
|
PromotionalEventTypeCodeCommonBasic |
getPromotionalEventTypeCode()
<?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 Event.
|
List<PromotionalSpecificationCommonAggregate> |
getPromotionalSpecifications()
<?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 Event.
|
SubmissionDateCommonBasic |
getSubmissionDate()
<?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 Event.
|
void |
setFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateCommonBasic value)
Sets the value of the firstShipmentAvailibilityDate property.
|
void |
setLatestProposalAcceptanceDate(LatestProposalAcceptanceDateCommonBasic value)
Sets the value of the latestProposalAcceptanceDate property.
|
void |
setPromotionalEventTypeCode(PromotionalEventTypeCodeCommonBasic value)
Sets the value of the promotionalEventTypeCode property.
|
void |
setSubmissionDate(SubmissionDateCommonBasic value)
Sets the value of the submissionDate property.
|
protected PromotionalEventTypeCodeCommonBasic promotionalEventTypeCode
protected SubmissionDateCommonBasic submissionDate
protected FirstShipmentAvailibilityDateCommonBasic firstShipmentAvailibilityDate
protected LatestProposalAcceptanceDateCommonBasic latestProposalAcceptanceDate
protected List<PromotionalSpecificationCommonAggregate> promotionalSpecifications
public PromotionalEventTypeCodeCommonBasic getPromotionalEventTypeCode()
<?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 Event. Promotional Event Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of this promotional event. Examples can be: Holiday, Seasonal Event, Store Closing, Trade Item Introduction</ccts:Definition><ccts:Cardinality>1</ccts:Cardinality><ccts:ObjectClass>Promotional Event</ccts:ObjectClass><ccts:PropertyTerm>Promotional Event Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
PromotionalEventTypeCodeCommonBasic
public void setPromotionalEventTypeCode(PromotionalEventTypeCodeCommonBasic value)
value
- allowed object is
PromotionalEventTypeCodeCommonBasic
public SubmissionDateCommonBasic getSubmissionDate()
<?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 Event. Submission. Date</ccts:DictionaryEntryName><ccts:Definition>The date on which a proposal for this promotional event was submitted.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Promotional Event</ccts:ObjectClass><ccts:PropertyTerm>Submission</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
SubmissionDateCommonBasic
public void setSubmissionDate(SubmissionDateCommonBasic value)
value
- allowed object is
SubmissionDateCommonBasic
public FirstShipmentAvailibilityDateCommonBasic getFirstShipmentAvailibilityDate()
<?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 Event. First Shipment Availibility Date. Date</ccts:DictionaryEntryName><ccts:Definition>The first day that products will be available to ship from buyer to seller if the proposal for this promotional event is accepted.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Promotional Event</ccts:ObjectClass><ccts:PropertyTerm>First Shipment Availibility Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
FirstShipmentAvailibilityDateCommonBasic
public void setFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateCommonBasic value)
value
- allowed object is
FirstShipmentAvailibilityDateCommonBasic
public LatestProposalAcceptanceDateCommonBasic getLatestProposalAcceptanceDate()
<?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 Event. Latest_ Proposal Acceptance Date. Date</ccts:DictionaryEntryName><ccts:Definition>The deadline for acceptance of this promotional event.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Promotional Event</ccts:ObjectClass><ccts:PropertyTermQualifier>Latest</ccts:PropertyTermQualifier><ccts:PropertyTerm>Proposal Acceptance Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
LatestProposalAcceptanceDateCommonBasic
public void setLatestProposalAcceptanceDate(LatestProposalAcceptanceDateCommonBasic value)
value
- allowed object is
LatestProposalAcceptanceDateCommonBasic
public List<PromotionalSpecificationCommonAggregate> getPromotionalSpecifications()
<?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 Event. Promotional Specification</ccts:DictionaryEntryName><ccts:Definition>A specification for a promotional event.</ccts:Definition><ccts:Cardinality>1..n</ccts:Cardinality><ccts:ObjectClass>Promotional Event</ccts:ObjectClass><ccts:PropertyTerm>Promotional Specification</ccts:PropertyTerm><ccts:AssociatedObjectClass>Promotional Specification</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Promotional Specification</ccts:RepresentationTerm></ccts:Component>Gets the value of the promotionalSpecifications 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 promotionalSpecifications property.
For example, to add a new item, do as follows:
getPromotionalSpecifications().add(newItem);
Objects of the following type(s) are allowed in the list
PromotionalSpecificationCommonAggregate
Copyright © 2021 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.