public class EmissionCalculationMethodType extends Object
Java class for EmissionCalculationMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmissionCalculationMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CalculationMethodCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FullnessIndicationCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementFromLocation" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementToLocation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CalculationMethodCodeType |
calculationMethodCode |
protected FullnessIndicationCodeType |
fullnessIndicationCode |
protected LocationType |
measurementFromLocation |
protected LocationType |
measurementToLocation |
| Constructor and Description |
|---|
EmissionCalculationMethodType() |
| Modifier and Type | Method and Description |
|---|---|
CalculationMethodCodeType |
getCalculationMethodCode()
Gets the value of the calculationMethodCode property.
|
FullnessIndicationCodeType |
getFullnessIndicationCode()
Gets the value of the fullnessIndicationCode property.
|
LocationType |
getMeasurementFromLocation()
Gets the value of the measurementFromLocation property.
|
LocationType |
getMeasurementToLocation()
Gets the value of the measurementToLocation property.
|
void |
setCalculationMethodCode(CalculationMethodCodeType value)
Sets the value of the calculationMethodCode property.
|
void |
setFullnessIndicationCode(FullnessIndicationCodeType value)
Sets the value of the fullnessIndicationCode property.
|
void |
setMeasurementFromLocation(LocationType value)
Sets the value of the measurementFromLocation property.
|
void |
setMeasurementToLocation(LocationType value)
Sets the value of the measurementToLocation property.
|
protected CalculationMethodCodeType calculationMethodCode
protected FullnessIndicationCodeType fullnessIndicationCode
protected LocationType measurementFromLocation
protected LocationType measurementToLocation
public CalculationMethodCodeType getCalculationMethodCode()
CalculationMethodCodeTypepublic void setCalculationMethodCode(CalculationMethodCodeType value)
value - allowed object is
CalculationMethodCodeTypepublic FullnessIndicationCodeType getFullnessIndicationCode()
FullnessIndicationCodeTypepublic void setFullnessIndicationCode(FullnessIndicationCodeType value)
value - allowed object is
FullnessIndicationCodeTypepublic LocationType getMeasurementFromLocation()
LocationTypepublic void setMeasurementFromLocation(LocationType value)
value - allowed object is
LocationTypepublic LocationType getMeasurementToLocation()
LocationTypepublic void setMeasurementToLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.