Class EmissionCalculationMethodType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EmissionCalculationMethodType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CalculationMethodCodeTypecalculationMethodCodeprotected FullnessIndicationCodeTypefullnessIndicationCodeprotected LocationTypemeasurementFromLocationprotected LocationTypemeasurementToLocation
-
Constructor Summary
Constructors Constructor Description EmissionCalculationMethodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalculationMethodCodeTypegetCalculationMethodCode()Gets the value of the calculationMethodCode property.FullnessIndicationCodeTypegetFullnessIndicationCode()Gets the value of the fullnessIndicationCode property.LocationTypegetMeasurementFromLocation()Gets the value of the measurementFromLocation property.LocationTypegetMeasurementToLocation()Gets the value of the measurementToLocation property.voidsetCalculationMethodCode(CalculationMethodCodeType value)Sets the value of the calculationMethodCode property.voidsetFullnessIndicationCode(FullnessIndicationCodeType value)Sets the value of the fullnessIndicationCode property.voidsetMeasurementFromLocation(LocationType value)Sets the value of the measurementFromLocation property.voidsetMeasurementToLocation(LocationType value)Sets the value of the measurementToLocation property.
-
-
-
Field Detail
-
calculationMethodCode
protected CalculationMethodCodeType calculationMethodCode
-
fullnessIndicationCode
protected FullnessIndicationCodeType fullnessIndicationCode
-
measurementFromLocation
protected LocationType measurementFromLocation
-
measurementToLocation
protected LocationType measurementToLocation
-
-
Method Detail
-
getCalculationMethodCode
public CalculationMethodCodeType getCalculationMethodCode()
Gets the value of the calculationMethodCode property.- Returns:
- possible object is
CalculationMethodCodeType
-
setCalculationMethodCode
public void setCalculationMethodCode(CalculationMethodCodeType value)
Sets the value of the calculationMethodCode property.- Parameters:
value- allowed object isCalculationMethodCodeType
-
getFullnessIndicationCode
public FullnessIndicationCodeType getFullnessIndicationCode()
Gets the value of the fullnessIndicationCode property.- Returns:
- possible object is
FullnessIndicationCodeType
-
setFullnessIndicationCode
public void setFullnessIndicationCode(FullnessIndicationCodeType value)
Sets the value of the fullnessIndicationCode property.- Parameters:
value- allowed object isFullnessIndicationCodeType
-
getMeasurementFromLocation
public LocationType getMeasurementFromLocation()
Gets the value of the measurementFromLocation property.- Returns:
- possible object is
LocationType
-
setMeasurementFromLocation
public void setMeasurementFromLocation(LocationType value)
Sets the value of the measurementFromLocation property.- Parameters:
value- allowed object isLocationType
-
getMeasurementToLocation
public LocationType getMeasurementToLocation()
Gets the value of the measurementToLocation property.- Returns:
- possible object is
LocationType
-
setMeasurementToLocation
public void setMeasurementToLocation(LocationType value)
Sets the value of the measurementToLocation property.- Parameters:
value- allowed object isLocationType
-
-