@CodingStyleguideUnaware public class EmissionCalculationMethodType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EmissionCalculationMethodType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EmissionCalculationMethodType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EmissionCalculationMethodType 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
|
CalculationMethodCodeType |
getCalculationMethodCode()
<pre>
<?
|
String |
getCalculationMethodCodeValue()
Get the value of the contained CalculationMethodCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
FullnessIndicationCodeType |
getFullnessIndicationCode()
<pre>
<?
|
String |
getFullnessIndicationCodeValue()
Get the value of the contained FullnessIndicationCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocationType |
getMeasurementFromLocation()
<pre>
<?
|
LocationType |
getMeasurementToLocation()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCalculationMethodCode(CalculationMethodCodeType value)
Sets the value of the calculationMethodCode property.
|
CalculationMethodCodeType |
setCalculationMethodCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setFullnessIndicationCode(FullnessIndicationCodeType value)
Sets the value of the fullnessIndicationCode property.
|
FullnessIndicationCodeType |
setFullnessIndicationCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setMeasurementFromLocation(LocationType value)
Sets the value of the measurementFromLocation property.
|
void |
setMeasurementToLocation(LocationType value)
Sets the value of the measurementToLocation property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EmissionCalculationMethodType()
@Nullable public CalculationMethodCodeType getCalculationMethodCode()
CalculationMethodCodeTypepublic void setCalculationMethodCode(@Nullable CalculationMethodCodeType value)
value - allowed object is
CalculationMethodCodeType@Nullable public FullnessIndicationCodeType getFullnessIndicationCode()
FullnessIndicationCodeTypepublic void setFullnessIndicationCode(@Nullable FullnessIndicationCodeType value)
value - allowed object is
FullnessIndicationCodeType@Nullable public LocationType getMeasurementFromLocation()
LocationTypepublic void setMeasurementFromLocation(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public LocationType getMeasurementToLocation()
LocationTypepublic void setMeasurementToLocation(@Nullable LocationType value)
value - allowed object is
LocationTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EmissionCalculationMethodType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EmissionCalculationMethodType clone()
@Nonnull public CalculationMethodCodeType setCalculationMethodCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public FullnessIndicationCodeType setFullnessIndicationCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getCalculationMethodCodeValue()
@Nullable public String getFullnessIndicationCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.