@CodingStyleguideUnaware public class EnvironmentalEmissionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EnvironmentalEmissionType()
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 |
addEmissionCalculationMethod(EmissionCalculationMethodType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
EnvironmentalEmissionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EnvironmentalEmissionType 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
|
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
|
List<EmissionCalculationMethodType> |
getEmissionCalculationMethod()
<pre>
<?
|
EmissionCalculationMethodType |
getEmissionCalculationMethodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEmissionCalculationMethodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
EnvironmentalEmissionTypeCodeType |
getEnvironmentalEmissionTypeCode()
<pre>
<?
|
String |
getEnvironmentalEmissionTypeCodeValue()
Get the value of the contained EnvironmentalEmissionTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueMeasureType |
getValueMeasure()
<pre>
<?
|
BigDecimal |
getValueMeasureValue()
Get the value of the contained ValueMeasureType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEmissionCalculationMethodEntries()
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 |
hasNoEmissionCalculationMethodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEmissionCalculationMethod(List<EmissionCalculationMethodType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEnvironmentalEmissionTypeCode(EnvironmentalEmissionTypeCodeType value)
Sets the value of the environmentalEmissionTypeCode property.
|
EnvironmentalEmissionTypeCodeType |
setEnvironmentalEmissionTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ValueMeasureType |
setValueMeasure(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setValueMeasure(ValueMeasureType value)
Sets the value of the valueMeasure property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EnvironmentalEmissionType()
@Nullable public EnvironmentalEmissionTypeCodeType getEnvironmentalEmissionTypeCode()
EnvironmentalEmissionTypeCodeTypepublic void setEnvironmentalEmissionTypeCode(@Nullable EnvironmentalEmissionTypeCodeType value)
value - allowed object is
EnvironmentalEmissionTypeCodeType@Nullable public ValueMeasureType getValueMeasure()
ValueMeasureTypepublic void setValueMeasure(@Nullable ValueMeasureType value)
value - allowed object is
ValueMeasureType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<EmissionCalculationMethodType> getEmissionCalculationMethod()
EmissionCalculationMethodTypepublic 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 void setEmissionCalculationMethod(@Nullable List<EmissionCalculationMethodType> 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 boolean hasEmissionCalculationMethodEntries()
public boolean hasNoEmissionCalculationMethodEntries()
@Nonnegative public int getEmissionCalculationMethodCount()
@Nullable public EmissionCalculationMethodType getEmissionCalculationMethodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addEmissionCalculationMethod(@Nonnull EmissionCalculationMethodType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull EnvironmentalEmissionType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EnvironmentalEmissionType clone()
@Nonnull public EnvironmentalEmissionTypeCodeType setEnvironmentalEmissionTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ValueMeasureType setValueMeasure(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getEnvironmentalEmissionTypeCodeValue()
@Nullable public BigDecimal getValueMeasureValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.