@CodingStyleguideUnaware public class EventTacticEnumerationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventTacticEnumerationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EventTacticEnumerationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventTacticEnumerationType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ConsumerIncentiveTacticTypeCodeType |
getConsumerIncentiveTacticTypeCode()
<pre>
<?
|
String |
getConsumerIncentiveTacticTypeCodeValue()
Get the value of the contained ConsumerIncentiveTacticTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DisplayTacticTypeCodeType |
getDisplayTacticTypeCode()
<pre>
<?
|
String |
getDisplayTacticTypeCodeValue()
Get the value of the contained DisplayTacticTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
FeatureTacticTypeCodeType |
getFeatureTacticTypeCode()
<pre>
<?
|
String |
getFeatureTacticTypeCodeValue()
Get the value of the contained FeatureTacticTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TradeItemPackingLabelingTypeCodeType |
getTradeItemPackingLabelingTypeCode()
<pre>
<?
|
String |
getTradeItemPackingLabelingTypeCodeValue()
Get the value of the contained TradeItemPackingLabelingTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setConsumerIncentiveTacticTypeCode(ConsumerIncentiveTacticTypeCodeType value)
Sets the value of the consumerIncentiveTacticTypeCode property.
|
ConsumerIncentiveTacticTypeCodeType |
setConsumerIncentiveTacticTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDisplayTacticTypeCode(DisplayTacticTypeCodeType value)
Sets the value of the displayTacticTypeCode property.
|
DisplayTacticTypeCodeType |
setDisplayTacticTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFeatureTacticTypeCode(FeatureTacticTypeCodeType value)
Sets the value of the featureTacticTypeCode property.
|
FeatureTacticTypeCodeType |
setFeatureTacticTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TradeItemPackingLabelingTypeCodeType |
setTradeItemPackingLabelingTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTradeItemPackingLabelingTypeCode(TradeItemPackingLabelingTypeCodeType value)
Sets the value of the tradeItemPackingLabelingTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventTacticEnumerationType()
@Nullable public ConsumerIncentiveTacticTypeCodeType getConsumerIncentiveTacticTypeCode()
ConsumerIncentiveTacticTypeCodeTypepublic void setConsumerIncentiveTacticTypeCode(@Nullable ConsumerIncentiveTacticTypeCodeType value)
value - allowed object is
ConsumerIncentiveTacticTypeCodeType@Nullable public DisplayTacticTypeCodeType getDisplayTacticTypeCode()
DisplayTacticTypeCodeTypepublic void setDisplayTacticTypeCode(@Nullable DisplayTacticTypeCodeType value)
value - allowed object is
DisplayTacticTypeCodeType@Nullable public FeatureTacticTypeCodeType getFeatureTacticTypeCode()
FeatureTacticTypeCodeTypepublic void setFeatureTacticTypeCode(@Nullable FeatureTacticTypeCodeType value)
value - allowed object is
FeatureTacticTypeCodeType@Nullable public TradeItemPackingLabelingTypeCodeType getTradeItemPackingLabelingTypeCode()
TradeItemPackingLabelingTypeCodeTypepublic void setTradeItemPackingLabelingTypeCode(@Nullable TradeItemPackingLabelingTypeCodeType value)
value - allowed object is
TradeItemPackingLabelingTypeCodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EventTacticEnumerationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventTacticEnumerationType clone()
@Nonnull public ConsumerIncentiveTacticTypeCodeType setConsumerIncentiveTacticTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DisplayTacticTypeCodeType setDisplayTacticTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FeatureTacticTypeCodeType setFeatureTacticTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TradeItemPackingLabelingTypeCodeType setTradeItemPackingLabelingTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getConsumerIncentiveTacticTypeCodeValue()
@Nullable public String getDisplayTacticTypeCodeValue()
@Nullable public String getFeatureTacticTypeCodeValue()
@Nullable public String getTradeItemPackingLabelingTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.