Class 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>
     
    • Constructor Detail

      • EmissionCalculationMethodType

        public EmissionCalculationMethodType()
    • Method Detail

      • 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 is LocationType
      • 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 is LocationType