Class EventTacticEnumerationType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EventTacticEnumerationType
-
public class EventTacticEnumerationType extends Object
Java class for EventTacticEnumerationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EventTacticEnumerationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumerIncentiveTacticTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DisplayTacticTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FeatureTacticTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TradeItemPackingLabelingTypeCode" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsumerIncentiveTacticTypeCodeTypeconsumerIncentiveTacticTypeCodeprotected DisplayTacticTypeCodeTypedisplayTacticTypeCodeprotected FeatureTacticTypeCodeTypefeatureTacticTypeCodeprotected TradeItemPackingLabelingTypeCodeTypetradeItemPackingLabelingTypeCode
-
Constructor Summary
Constructors Constructor Description EventTacticEnumerationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsumerIncentiveTacticTypeCodeTypegetConsumerIncentiveTacticTypeCode()Gets the value of the consumerIncentiveTacticTypeCode property.DisplayTacticTypeCodeTypegetDisplayTacticTypeCode()Gets the value of the displayTacticTypeCode property.FeatureTacticTypeCodeTypegetFeatureTacticTypeCode()Gets the value of the featureTacticTypeCode property.TradeItemPackingLabelingTypeCodeTypegetTradeItemPackingLabelingTypeCode()Gets the value of the tradeItemPackingLabelingTypeCode property.voidsetConsumerIncentiveTacticTypeCode(ConsumerIncentiveTacticTypeCodeType value)Sets the value of the consumerIncentiveTacticTypeCode property.voidsetDisplayTacticTypeCode(DisplayTacticTypeCodeType value)Sets the value of the displayTacticTypeCode property.voidsetFeatureTacticTypeCode(FeatureTacticTypeCodeType value)Sets the value of the featureTacticTypeCode property.voidsetTradeItemPackingLabelingTypeCode(TradeItemPackingLabelingTypeCodeType value)Sets the value of the tradeItemPackingLabelingTypeCode property.
-
-
-
Field Detail
-
consumerIncentiveTacticTypeCode
protected ConsumerIncentiveTacticTypeCodeType consumerIncentiveTacticTypeCode
-
displayTacticTypeCode
protected DisplayTacticTypeCodeType displayTacticTypeCode
-
featureTacticTypeCode
protected FeatureTacticTypeCodeType featureTacticTypeCode
-
tradeItemPackingLabelingTypeCode
protected TradeItemPackingLabelingTypeCodeType tradeItemPackingLabelingTypeCode
-
-
Method Detail
-
getConsumerIncentiveTacticTypeCode
public ConsumerIncentiveTacticTypeCodeType getConsumerIncentiveTacticTypeCode()
Gets the value of the consumerIncentiveTacticTypeCode property.- Returns:
- possible object is
ConsumerIncentiveTacticTypeCodeType
-
setConsumerIncentiveTacticTypeCode
public void setConsumerIncentiveTacticTypeCode(ConsumerIncentiveTacticTypeCodeType value)
Sets the value of the consumerIncentiveTacticTypeCode property.- Parameters:
value- allowed object isConsumerIncentiveTacticTypeCodeType
-
getDisplayTacticTypeCode
public DisplayTacticTypeCodeType getDisplayTacticTypeCode()
Gets the value of the displayTacticTypeCode property.- Returns:
- possible object is
DisplayTacticTypeCodeType
-
setDisplayTacticTypeCode
public void setDisplayTacticTypeCode(DisplayTacticTypeCodeType value)
Sets the value of the displayTacticTypeCode property.- Parameters:
value- allowed object isDisplayTacticTypeCodeType
-
getFeatureTacticTypeCode
public FeatureTacticTypeCodeType getFeatureTacticTypeCode()
Gets the value of the featureTacticTypeCode property.- Returns:
- possible object is
FeatureTacticTypeCodeType
-
setFeatureTacticTypeCode
public void setFeatureTacticTypeCode(FeatureTacticTypeCodeType value)
Sets the value of the featureTacticTypeCode property.- Parameters:
value- allowed object isFeatureTacticTypeCodeType
-
getTradeItemPackingLabelingTypeCode
public TradeItemPackingLabelingTypeCodeType getTradeItemPackingLabelingTypeCode()
Gets the value of the tradeItemPackingLabelingTypeCode property.- Returns:
- possible object is
TradeItemPackingLabelingTypeCodeType
-
setTradeItemPackingLabelingTypeCode
public void setTradeItemPackingLabelingTypeCode(TradeItemPackingLabelingTypeCodeType value)
Sets the value of the tradeItemPackingLabelingTypeCode property.- Parameters:
value- allowed object isTradeItemPackingLabelingTypeCodeType
-
-