@CodingStyleguideUnaware public class ForecastExceptionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ForecastExceptionType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ForecastExceptionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ForecastExceptionType 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
|
ComparisonDataCodeType |
getComparisonDataCode()
<pre>
<?
|
String |
getComparisonDataCodeValue()
Get the value of the contained ComparisonDataCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ComparisonForecastIssueDateType |
getComparisonForecastIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getComparisonForecastIssueDateValue()
Get the value of the contained ComparisonForecastIssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getComparisonForecastIssueDateValueLocal()
Get the value of the contained ComparisonForecastIssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ComparisonForecastIssueTimeType |
getComparisonForecastIssueTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getComparisonForecastIssueTimeValue()
Get the value of the contained ComparisonForecastIssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getComparisonForecastIssueTimeValueLocal()
Get the value of the contained ComparisonForecastIssueTimeType 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
|
IssueDateType |
getIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getIssueDateValue()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getIssueDateValueLocal()
Get the value of the contained IssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
getIssueTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getIssueTimeValue()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getIssueTimeValueLocal()
Get the value of the contained IssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setComparisonDataCode(ComparisonDataCodeType value)
Sets the value of the comparisonDataCode property.
|
ComparisonDataCodeType |
setComparisonDataCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setComparisonForecastIssueDate(ComparisonForecastIssueDateType value)
Sets the value of the comparisonForecastIssueDate property.
|
ComparisonForecastIssueDateType |
setComparisonForecastIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ComparisonForecastIssueDateType |
setComparisonForecastIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setComparisonForecastIssueTime(ComparisonForecastIssueTimeType value)
Sets the value of the comparisonForecastIssueTime property.
|
ComparisonForecastIssueTimeType |
setComparisonForecastIssueTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ComparisonForecastIssueTimeType |
setComparisonForecastIssueTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<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
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
IssueDateType |
setIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueDateType |
setIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
IssueTimeType |
setIssueTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IssueTimeType |
setIssueTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ForecastExceptionType()
@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 IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(@Nullable IssueDateType value)
value - allowed object is
IssueDateType@Nullable public IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(@Nullable IssueTimeType value)
value - allowed object is
IssueTimeType@Nullable public DataSourceCodeType getDataSourceCode()
DataSourceCodeTypepublic void setDataSourceCode(@Nullable DataSourceCodeType value)
value - allowed object is
DataSourceCodeType@Nullable public ComparisonDataCodeType getComparisonDataCode()
ComparisonDataCodeTypepublic void setComparisonDataCode(@Nullable ComparisonDataCodeType value)
value - allowed object is
ComparisonDataCodeType@Nullable public ComparisonForecastIssueTimeType getComparisonForecastIssueTime()
ComparisonForecastIssueTimeTypepublic void setComparisonForecastIssueTime(@Nullable ComparisonForecastIssueTimeType value)
value - allowed object is
ComparisonForecastIssueTimeType@Nullable public ComparisonForecastIssueDateType getComparisonForecastIssueDate()
ComparisonForecastIssueDateTypepublic void setComparisonForecastIssueDate(@Nullable ComparisonForecastIssueDateType value)
value - allowed object is
ComparisonForecastIssueDateTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ForecastExceptionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ForecastExceptionType 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 DataSourceCodeType setDataSourceCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonDataCodeType setComparisonDataCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueDateType setIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonForecastIssueDateType setComparisonForecastIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonForecastIssueDateType setComparisonForecastIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssueTimeType setIssueTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonForecastIssueTimeType setComparisonForecastIssueTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ComparisonForecastIssueTimeType setComparisonForecastIssueTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getForecastPurposeCodeValue()
@Nullable public String getForecastTypeCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getIssueDateValue()
@Nullable public LocalDate getIssueDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getIssueTimeValue()
@Nullable public LocalTime getIssueTimeValueLocal()
@Nullable public String getDataSourceCodeValue()
@Nullable public String getComparisonDataCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getComparisonForecastIssueTimeValue()
@Nullable public LocalTime getComparisonForecastIssueTimeValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getComparisonForecastIssueDateValue()
@Nullable public LocalDate getComparisonForecastIssueDateValueLocal()
Copyright © 2017–2021 Philip Helger. All rights reserved.