@CodingStyleguideUnaware public class PerformanceDataLineType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PerformanceDataLineType()
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
|
PerformanceDataLineType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PerformanceDataLineType 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
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ItemType |
getItem()
<pre>
<?
|
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
|
PerformanceMetricTypeCodeType |
getPerformanceMetricTypeCode()
<pre>
<?
|
String |
getPerformanceMetricTypeCodeValue()
Get the value of the contained PerformanceMetricTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PerformanceValueQuantityType |
getPerformanceValueQuantity()
<pre>
<?
|
BigDecimal |
getPerformanceValueQuantityValue()
Get the value of the contained PerformanceValueQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PeriodType |
getPeriod()
<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
|
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 |
setItem(ItemType value)
Sets the value of the item property.
|
void |
setNote(List<NoteType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPerformanceMetricTypeCode(PerformanceMetricTypeCodeType value)
Sets the value of the performanceMetricTypeCode property.
|
PerformanceMetricTypeCodeType |
setPerformanceMetricTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PerformanceValueQuantityType |
setPerformanceValueQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPerformanceValueQuantity(PerformanceValueQuantityType value)
Sets the value of the performanceValueQuantity property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PerformanceDataLineType()
@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 PerformanceValueQuantityType getPerformanceValueQuantity()
PerformanceValueQuantityTypepublic void setPerformanceValueQuantity(@Nullable PerformanceValueQuantityType value)
value - allowed object is
PerformanceValueQuantityType@Nullable public PerformanceMetricTypeCodeType getPerformanceMetricTypeCode()
PerformanceMetricTypeCodeTypepublic void setPerformanceMetricTypeCode(@Nullable PerformanceMetricTypeCodeType value)
value - allowed object is
PerformanceMetricTypeCodeType@Nullable public PeriodType getPeriod()
PeriodTypepublic void setPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public ItemType getItem()
ItemTypepublic void setItem(@Nullable ItemType value)
value - allowed object is
ItemTypepublic 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 PerformanceDataLineType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PerformanceDataLineType clone()
@Nonnull public PerformanceMetricTypeCodeType setPerformanceMetricTypeCode(@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 PerformanceValueQuantityType setPerformanceValueQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public BigDecimal getPerformanceValueQuantityValue()
@Nullable public String getPerformanceMetricTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.