@CodingStyleguideUnaware public class ForecastRevisionLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ForecastRevisionLineType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNote(NoteType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ForecastRevisionLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ForecastRevisionLineType 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
|
AdjustmentReasonCodeType |
getAdjustmentReasonCode()
<pre>
<?
|
String |
getAdjustmentReasonCodeValue()
Get the value of the contained AdjustmentReasonCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PeriodType |
getForecastPeriod()
<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
|
RevisedForecastLineIDType |
getRevisedForecastLineID()
<pre>
<?
|
String |
getRevisedForecastLineIDValue()
Get the value of the contained RevisedForecastLineIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SalesItemType |
getSalesItem()
<pre>
<?
|
SourceForecastIssueDateType |
getSourceForecastIssueDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getSourceForecastIssueDateValue()
Get the value of the contained SourceForecastIssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getSourceForecastIssueDateValueLocal()
Get the value of the contained SourceForecastIssueDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SourceForecastIssueTimeType |
getSourceForecastIssueTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getSourceForecastIssueTimeValue()
Get the value of the contained SourceForecastIssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getSourceForecastIssueTimeValueLocal()
Get the value of the contained SourceForecastIssueTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoteEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdjustmentReasonCode(AdjustmentReasonCodeType value)
Sets the value of the adjustmentReasonCode property.
|
AdjustmentReasonCodeType |
setAdjustmentReasonCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setForecastPeriod(PeriodType value)
Sets the value of the forecastPeriod 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 |
setRevisedForecastLineID(RevisedForecastLineIDType value)
Sets the value of the revisedForecastLineID property.
|
RevisedForecastLineIDType |
setRevisedForecastLineID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSalesItem(SalesItemType value)
Sets the value of the salesItem property.
|
SourceForecastIssueDateType |
setSourceForecastIssueDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSourceForecastIssueDate(SourceForecastIssueDateType value)
Sets the value of the sourceForecastIssueDate property.
|
SourceForecastIssueDateType |
setSourceForecastIssueDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
SourceForecastIssueTimeType |
setSourceForecastIssueTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSourceForecastIssueTime(SourceForecastIssueTimeType value)
Sets the value of the sourceForecastIssueTime property.
|
SourceForecastIssueTimeType |
setSourceForecastIssueTime(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 ForecastRevisionLineType()
@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@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public RevisedForecastLineIDType getRevisedForecastLineID()
RevisedForecastLineIDTypepublic void setRevisedForecastLineID(@Nullable RevisedForecastLineIDType value)
value - allowed object is
RevisedForecastLineIDType@Nullable public SourceForecastIssueDateType getSourceForecastIssueDate()
SourceForecastIssueDateTypepublic void setSourceForecastIssueDate(@Nullable SourceForecastIssueDateType value)
value - allowed object is
SourceForecastIssueDateType@Nullable public SourceForecastIssueTimeType getSourceForecastIssueTime()
SourceForecastIssueTimeTypepublic void setSourceForecastIssueTime(@Nullable SourceForecastIssueTimeType value)
value - allowed object is
SourceForecastIssueTimeType@Nullable public AdjustmentReasonCodeType getAdjustmentReasonCode()
AdjustmentReasonCodeTypepublic void setAdjustmentReasonCode(@Nullable AdjustmentReasonCodeType value)
value - allowed object is
AdjustmentReasonCodeType@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 void setDescription(@Nullable List<DescriptionType> 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 boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ForecastRevisionLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ForecastRevisionLineType clone()
@Nonnull public AdjustmentReasonCodeType setAdjustmentReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SourceForecastIssueDateType setSourceForecastIssueDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SourceForecastIssueDateType setSourceForecastIssueDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SourceForecastIssueTimeType setSourceForecastIssueTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SourceForecastIssueTimeType setSourceForecastIssueTime(@Nullable LocalTime 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 RevisedForecastLineIDType setRevisedForecastLineID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getRevisedForecastLineIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getSourceForecastIssueDateValue()
@Nullable public LocalDate getSourceForecastIssueDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getSourceForecastIssueTimeValue()
@Nullable public LocalTime getSourceForecastIssueTimeValueLocal()
@Nullable public String getAdjustmentReasonCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.