@CodingStyleguideUnaware public class MeterPropertyType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
MeterPropertyType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
MeterPropertyType(ValueType valueParam)
Constructor for value of type ValueType<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValueQualifier(ValueQualifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
MeterPropertyType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(MeterPropertyType 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
|
NameType |
getName()
<pre>
<?
|
NameCodeType |
getNameCode()
<pre>
<?
|
String |
getNameCodeValue()
Get the value of the contained NameCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueType |
getValue()
<pre>
<?
|
List<ValueQualifierType> |
getValueQualifier()
<pre>
<?
|
ValueQualifierType |
getValueQualifierAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getValueQualifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ValueQuantityType |
getValueQuantity()
<pre>
<?
|
BigDecimal |
getValueQuantityValue()
Get the value of the contained ValueQuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getValueValue()
Get the value of the contained ValueType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoValueQualifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasValueQualifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setNameCode(NameCodeType value)
Sets the value of the nameCode property.
|
NameCodeType |
setNameCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueType |
setValue(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValue(ValueType value)
Sets the value of the value property.
|
void |
setValueQualifier(List<ValueQualifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ValueQuantityType |
setValueQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValueQuantity(ValueQuantityType value)
Sets the value of the valueQuantity property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public MeterPropertyType()
@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public NameCodeType getNameCode()
NameCodeTypepublic void setNameCode(@Nullable NameCodeType value)
value - allowed object is
NameCodeType@Nullable public ValueType getValue()
ValueTypepublic void setValue(@Nullable ValueType value)
value - allowed object is
ValueType@Nullable public ValueQuantityType getValueQuantity()
ValueQuantityTypepublic void setValueQuantity(@Nullable ValueQuantityType value)
value - allowed object is
ValueQuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ValueQualifierType> getValueQualifier()
ValueQualifierTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setValueQualifier(@Nullable List<ValueQualifierType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasValueQualifierEntries()
public boolean hasNoValueQualifierEntries()
@Nonnegative public int getValueQualifierCount()
@Nullable public ValueQualifierType getValueQualifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addValueQualifier(@Nonnull ValueQualifierType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull MeterPropertyType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public MeterPropertyType clone()
@Nonnull public NameCodeType setNameCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValueQuantityType setValueQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValueType setValue(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getNameValue()
@Nullable public String getNameCodeValue()
@Nullable public String getValueValue()
@Nullable public BigDecimal getValueQuantityValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.