public class PromotionalEventType extends Object
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 FirstShipmentAvailibilityDateType |
firstShipmentAvailibilityDate |
protected LatestProposalAcceptanceDateType |
latestProposalAcceptanceDate |
protected PromotionalEventTypeCodeType |
promotionalEventTypeCode |
protected List<PromotionalSpecificationType> |
promotionalSpecification |
protected SubmissionDateType |
submissionDate |
| Constructor and Description |
|---|
PromotionalEventType() |
| Modifier and Type | Method and Description |
|---|---|
FirstShipmentAvailibilityDateType |
getFirstShipmentAvailibilityDate()
Gets the value of the firstShipmentAvailibilityDate property.
|
LatestProposalAcceptanceDateType |
getLatestProposalAcceptanceDate()
Gets the value of the latestProposalAcceptanceDate property.
|
PromotionalEventTypeCodeType |
getPromotionalEventTypeCode()
Gets the value of the promotionalEventTypeCode property.
|
List<PromotionalSpecificationType> |
getPromotionalSpecification()
Gets the value of the promotionalSpecification property.
|
SubmissionDateType |
getSubmissionDate()
Gets the value of the submissionDate property.
|
void |
setFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateType value)
Sets the value of the firstShipmentAvailibilityDate property.
|
void |
setLatestProposalAcceptanceDate(LatestProposalAcceptanceDateType value)
Sets the value of the latestProposalAcceptanceDate property.
|
void |
setPromotionalEventTypeCode(PromotionalEventTypeCodeType value)
Sets the value of the promotionalEventTypeCode property.
|
void |
setSubmissionDate(SubmissionDateType value)
Sets the value of the submissionDate property.
|
protected PromotionalEventTypeCodeType promotionalEventTypeCode
protected SubmissionDateType submissionDate
protected FirstShipmentAvailibilityDateType firstShipmentAvailibilityDate
protected LatestProposalAcceptanceDateType latestProposalAcceptanceDate
protected List<PromotionalSpecificationType> promotionalSpecification
public PromotionalEventTypeCodeType getPromotionalEventTypeCode()
PromotionalEventTypeCodeTypepublic void setPromotionalEventTypeCode(PromotionalEventTypeCodeType value)
value - allowed object is
PromotionalEventTypeCodeTypepublic SubmissionDateType getSubmissionDate()
SubmissionDateTypepublic void setSubmissionDate(SubmissionDateType value)
value - allowed object is
SubmissionDateTypepublic FirstShipmentAvailibilityDateType getFirstShipmentAvailibilityDate()
FirstShipmentAvailibilityDateTypepublic void setFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateType value)
value - allowed object is
FirstShipmentAvailibilityDateTypepublic LatestProposalAcceptanceDateType getLatestProposalAcceptanceDate()
LatestProposalAcceptanceDateTypepublic void setLatestProposalAcceptanceDate(LatestProposalAcceptanceDateType value)
value - allowed object is
LatestProposalAcceptanceDateTypepublic List<PromotionalSpecificationType> getPromotionalSpecification()
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 promotionalSpecification property.
For example, to add a new item, do as follows:
getPromotionalSpecification().add(newItem);
Objects of the following type(s) are allowed in the list
PromotionalSpecificationType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.