@CodingStyleguideUnaware public class TemperatureType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TemperatureType()
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
|
TemperatureType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TemperatureType 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
|
AttributeIDType |
getAttributeID()
<pre>
<?
|
String |
getAttributeIDValue()
Get the value of the contained AttributeIDType 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
|
MeasureType |
getMeasure()
<pre>
<?
|
BigDecimal |
getMeasureValue()
Get the value of the contained MeasureType 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
|
void |
setAttributeID(AttributeIDType value)
Sets the value of the attributeID property.
|
AttributeIDType |
setAttributeID(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
|
MeasureType |
setMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMeasure(MeasureType value)
Sets the value of the measure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TemperatureType()
@Nullable public AttributeIDType getAttributeID()
AttributeIDTypepublic void setAttributeID(@Nullable AttributeIDType value)
value - allowed object is
AttributeIDType@Nullable public MeasureType getMeasure()
MeasureTypepublic void setMeasure(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May 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 TemperatureType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TemperatureType clone()
@Nonnull public AttributeIDType setAttributeID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public MeasureType setMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getAttributeIDValue()
@Nullable public BigDecimal getMeasureValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.