@CodingStyleguideUnaware public class EventTacticType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventTacticType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EventTacticType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventTacticType 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
|
CommentType |
getComment()
<pre>
<?
|
String |
getCommentValue()
Get the value of the contained CommentType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EventTacticEnumerationType |
getEventTacticEnumeration()
<pre>
<?
|
PeriodType |
getPeriod()
<pre>
<?
|
QuantityType |
getQuantity()
<pre>
<?
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setComment(CommentType value)
Sets the value of the comment property.
|
CommentType |
setComment(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEventTacticEnumeration(EventTacticEnumerationType value)
Sets the value of the eventTacticEnumeration property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventTacticType()
@Nullable public CommentType getComment()
CommentTypepublic void setComment(@Nullable CommentType value)
value - allowed object is
CommentType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nullable public EventTacticEnumerationType getEventTacticEnumeration()
EventTacticEnumerationTypepublic void setEventTacticEnumeration(@Nullable EventTacticEnumerationType value)
value - allowed object is
EventTacticEnumerationType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EventTacticType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventTacticType clone()
@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CommentType setComment(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getCommentValue()
@Nullable public BigDecimal getQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.