Class PromotionalEventType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.PromotionalEventType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FirstShipmentAvailibilityDateTypefirstShipmentAvailibilityDateprotected LatestProposalAcceptanceDateTypelatestProposalAcceptanceDateprotected PromotionalEventTypeCodeTypepromotionalEventTypeCodeprotected List<PromotionalSpecificationType>promotionalSpecificationprotected SubmissionDateTypesubmissionDate
-
Constructor Summary
Constructors Constructor Description PromotionalEventType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirstShipmentAvailibilityDateTypegetFirstShipmentAvailibilityDate()Gets the value of the firstShipmentAvailibilityDate property.LatestProposalAcceptanceDateTypegetLatestProposalAcceptanceDate()Gets the value of the latestProposalAcceptanceDate property.PromotionalEventTypeCodeTypegetPromotionalEventTypeCode()Gets the value of the promotionalEventTypeCode property.List<PromotionalSpecificationType>getPromotionalSpecification()Gets the value of the promotionalSpecification property.SubmissionDateTypegetSubmissionDate()Gets the value of the submissionDate property.voidsetFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateType value)Sets the value of the firstShipmentAvailibilityDate property.voidsetLatestProposalAcceptanceDate(LatestProposalAcceptanceDateType value)Sets the value of the latestProposalAcceptanceDate property.voidsetPromotionalEventTypeCode(PromotionalEventTypeCodeType value)Sets the value of the promotionalEventTypeCode property.voidsetSubmissionDate(SubmissionDateType value)Sets the value of the submissionDate property.
-
-
-
Field Detail
-
promotionalEventTypeCode
protected PromotionalEventTypeCodeType promotionalEventTypeCode
-
submissionDate
protected SubmissionDateType submissionDate
-
firstShipmentAvailibilityDate
protected FirstShipmentAvailibilityDateType firstShipmentAvailibilityDate
-
latestProposalAcceptanceDate
protected LatestProposalAcceptanceDateType latestProposalAcceptanceDate
-
promotionalSpecification
protected List<PromotionalSpecificationType> promotionalSpecification
-
-
Method Detail
-
getPromotionalEventTypeCode
public PromotionalEventTypeCodeType getPromotionalEventTypeCode()
Gets the value of the promotionalEventTypeCode property.- Returns:
- possible object is
PromotionalEventTypeCodeType
-
setPromotionalEventTypeCode
public void setPromotionalEventTypeCode(PromotionalEventTypeCodeType value)
Sets the value of the promotionalEventTypeCode property.- Parameters:
value- allowed object isPromotionalEventTypeCodeType
-
getSubmissionDate
public SubmissionDateType getSubmissionDate()
Gets the value of the submissionDate property.- Returns:
- possible object is
SubmissionDateType
-
setSubmissionDate
public void setSubmissionDate(SubmissionDateType value)
Sets the value of the submissionDate property.- Parameters:
value- allowed object isSubmissionDateType
-
getFirstShipmentAvailibilityDate
public FirstShipmentAvailibilityDateType getFirstShipmentAvailibilityDate()
Gets the value of the firstShipmentAvailibilityDate property.- Returns:
- possible object is
FirstShipmentAvailibilityDateType
-
setFirstShipmentAvailibilityDate
public void setFirstShipmentAvailibilityDate(FirstShipmentAvailibilityDateType value)
Sets the value of the firstShipmentAvailibilityDate property.- Parameters:
value- allowed object isFirstShipmentAvailibilityDateType
-
getLatestProposalAcceptanceDate
public LatestProposalAcceptanceDateType getLatestProposalAcceptanceDate()
Gets the value of the latestProposalAcceptanceDate property.- Returns:
- possible object is
LatestProposalAcceptanceDateType
-
setLatestProposalAcceptanceDate
public void setLatestProposalAcceptanceDate(LatestProposalAcceptanceDateType value)
Sets the value of the latestProposalAcceptanceDate property.- Parameters:
value- allowed object isLatestProposalAcceptanceDateType
-
getPromotionalSpecification
public List<PromotionalSpecificationType> getPromotionalSpecification()
Gets the value of the promotionalSpecification 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
setmethod 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- Returns:
- The value of the promotionalSpecification property.
-
-