@CodingStyleguideUnaware public class ForecastExceptionCriterionLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ForecastExceptionCriterionLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ForecastExceptionCriterionLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ForecastExceptionCriterionLineType 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
|
ComparisonDataSourceCodeType |
getComparisonDataSourceCode()
<pre>
<?
|
String |
getComparisonDataSourceCodeValue()
Get the value of the contained ComparisonDataSourceCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
DataSourceCodeType |
getDataSourceCode()
<pre>
<?
|
String |
getDataSourceCodeValue()
Get the value of the contained DataSourceCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ForecastPurposeCodeType |
getForecastPurposeCode()
<pre>
<?
|
String |
getForecastPurposeCodeValue()
Get the value of the contained ForecastPurposeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ForecastTypeCodeType |
getForecastTypeCode()
<pre>
<?
|
String |
getForecastTypeCodeValue()
Get the value of the contained ForecastTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TimeDeltaDaysQuantityType |
getTimeDeltaDaysQuantity()
<pre>
<?
|
BigDecimal |
getTimeDeltaDaysQuantityValue()
Get the value of the contained TimeDeltaDaysQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setComparisonDataSourceCode(ComparisonDataSourceCodeType value)
Sets the value of the comparisonDataSourceCode property.
|
ComparisonDataSourceCodeType |
setComparisonDataSourceCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDataSourceCode(DataSourceCodeType value)
Sets the value of the dataSourceCode property.
|
DataSourceCodeType |
setDataSourceCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setForecastPurposeCode(ForecastPurposeCodeType value)
Sets the value of the forecastPurposeCode property.
|
ForecastPurposeCodeType |
setForecastPurposeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setForecastTypeCode(ForecastTypeCodeType value)
Sets the value of the forecastTypeCode property.
|
ForecastTypeCodeType |
setForecastTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
TimeDeltaDaysQuantityType |
setTimeDeltaDaysQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTimeDeltaDaysQuantity(TimeDeltaDaysQuantityType value)
Sets the value of the timeDeltaDaysQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ForecastExceptionCriterionLineType()
@Nullable public ForecastPurposeCodeType getForecastPurposeCode()
ForecastPurposeCodeTypepublic void setForecastPurposeCode(@Nullable ForecastPurposeCodeType value)
value - allowed object is
ForecastPurposeCodeType@Nullable public ForecastTypeCodeType getForecastTypeCode()
ForecastTypeCodeTypepublic void setForecastTypeCode(@Nullable ForecastTypeCodeType value)
value - allowed object is
ForecastTypeCodeType@Nullable public ComparisonDataSourceCodeType getComparisonDataSourceCode()
ComparisonDataSourceCodeTypepublic void setComparisonDataSourceCode(@Nullable ComparisonDataSourceCodeType value)
value - allowed object is
ComparisonDataSourceCodeType@Nullable public DataSourceCodeType getDataSourceCode()
DataSourceCodeTypepublic void setDataSourceCode(@Nullable DataSourceCodeType value)
value - allowed object is
DataSourceCodeType@Nullable public TimeDeltaDaysQuantityType getTimeDeltaDaysQuantity()
TimeDeltaDaysQuantityTypepublic void setTimeDeltaDaysQuantity(@Nullable TimeDeltaDaysQuantityType value)
value - allowed object is
TimeDeltaDaysQuantityTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ForecastExceptionCriterionLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ForecastExceptionCriterionLineType clone()
@Nonnull public ForecastPurposeCodeType setForecastPurposeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ForecastTypeCodeType setForecastTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonDataSourceCodeType setComparisonDataSourceCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DataSourceCodeType setDataSourceCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public TimeDeltaDaysQuantityType setTimeDeltaDaysQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getForecastPurposeCodeValue()
@Nullable public String getForecastTypeCodeValue()
@Nullable public String getComparisonDataSourceCodeValue()
@Nullable public String getDataSourceCodeValue()
@Nullable public BigDecimal getTimeDeltaDaysQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.