@CodingStyleguideUnaware public class ForecastLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ForecastLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ForecastLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ForecastLineType 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
|
PeriodType |
getForecastPeriod()
<pre>
<?
|
ForecastTypeCodeType |
getForecastTypeCode()
<pre>
<?
|
String |
getForecastTypeCodeValue()
Get the value of the contained ForecastTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
FrozenDocumentIndicatorType |
getFrozenDocumentIndicator()
<pre>
<?
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NoteType> |
getNote()
<pre>
<?
|
NoteType |
getNoteAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNoteCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SalesItemType |
getSalesItem()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
isFrozenDocumentIndicatorValue(boolean nullValue)
Get the value of the contained FrozenDocumentIndicatorType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setForecastPeriod(PeriodType value)
Sets the value of the forecastPeriod property.
|
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
|
FrozenDocumentIndicatorType |
setFrozenDocumentIndicator(boolean valueParam)
Special setter with value of type boolean<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFrozenDocumentIndicator(FrozenDocumentIndicatorType value)
Sets the value of the frozenDocumentIndicator property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSalesItem(SalesItemType value)
Sets the value of the salesItem property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ForecastLineType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NoteType> getNote()
NoteType@Nullable public FrozenDocumentIndicatorType getFrozenDocumentIndicator()
FrozenDocumentIndicatorTypepublic void setFrozenDocumentIndicator(@Nullable FrozenDocumentIndicatorType value)
value - allowed object is
FrozenDocumentIndicatorType@Nullable public ForecastTypeCodeType getForecastTypeCode()
ForecastTypeCodeTypepublic void setForecastTypeCode(@Nullable ForecastTypeCodeType value)
value - allowed object is
ForecastTypeCodeType@Nullable public PeriodType getForecastPeriod()
PeriodTypepublic void setForecastPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public SalesItemType getSalesItem()
SalesItemTypepublic void setSalesItem(@Nullable SalesItemType value)
value - allowed object is
SalesItemTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setNote(@Nullable List<NoteType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNoteEntries()
public boolean hasNoNoteEntries()
@Nonnegative public int getNoteCount()
@Nullable public NoteType getNoteAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNote(@Nonnull NoteType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ForecastLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ForecastLineType clone()
@Nonnull public ForecastTypeCodeType setForecastTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FrozenDocumentIndicatorType setFrozenDocumentIndicator(boolean valueParam)
valueParam - The value to be set.@Nullable public String getIDValue()
public boolean isFrozenDocumentIndicatorValue(boolean nullValue)
nullValue - The value to be returned, if the owning object is <code>null</code>Copyright © 2017–2021 Philip Helger. All rights reserved.