@CodingStyleguideUnaware public class PromotionalSpecificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PromotionalSpecificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEventTactic(EventTacticType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPromotionalEventLineItem(PromotionalEventLineItemType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PromotionalSpecificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PromotionalSpecificationType 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
|
List<EventTacticType> |
getEventTactic()
<pre>
<?
|
EventTacticType |
getEventTacticAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEventTacticCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PromotionalEventLineItemType> |
getPromotionalEventLineItem()
<pre>
<?
|
PromotionalEventLineItemType |
getPromotionalEventLineItemAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPromotionalEventLineItemCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SpecificationIDType |
getSpecificationID()
<pre>
<?
|
String |
getSpecificationIDValue()
Get the value of the contained SpecificationIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasEventTacticEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoEventTacticEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPromotionalEventLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPromotionalEventLineItemEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEventTactic(List<EventTacticType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPromotionalEventLineItem(List<PromotionalEventLineItemType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSpecificationID(SpecificationIDType value)
Sets the value of the specificationID property.
|
SpecificationIDType |
setSpecificationID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PromotionalSpecificationType()
@Nullable public SpecificationIDType getSpecificationID()
SpecificationIDTypepublic void setSpecificationID(@Nullable SpecificationIDType value)
value - allowed object is
SpecificationIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PromotionalEventLineItemType> getPromotionalEventLineItem()
PromotionalEventLineItemType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EventTacticType> getEventTactic()
EventTacticTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPromotionalEventLineItem(@Nullable List<PromotionalEventLineItemType> aList)
aList - The new list member to set. May be <code>null</code>.public void setEventTactic(@Nullable List<EventTacticType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPromotionalEventLineItemEntries()
public boolean hasNoPromotionalEventLineItemEntries()
@Nonnegative public int getPromotionalEventLineItemCount()
@Nullable public PromotionalEventLineItemType getPromotionalEventLineItemAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPromotionalEventLineItem(@Nonnull PromotionalEventLineItemType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasEventTacticEntries()
public boolean hasNoEventTacticEntries()
@Nonnegative public int getEventTacticCount()
@Nullable public EventTacticType getEventTacticAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEventTactic(@Nonnull EventTacticType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull PromotionalSpecificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PromotionalSpecificationType clone()
@Nonnull public SpecificationIDType setSpecificationID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.