public class EmissionCalculationMethodType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Emission Calculation Method. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to define how an environmental emission is calculated.</ccts:Definition>
<ccts:ObjectClass>Emission Calculation Method</ccts:ObjectClass>
</ccts:Component>
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()
<?
|
FullnessIndicationCodeType |
getFullnessIndicationCode()
<?
|
LocationType |
getMeasurementFromLocation()
<?
|
LocationType |
getMeasurementToLocation()
<?
|
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Emission Calculation Method. Calculation Method Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying the method used to calculate the emission.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Emission Calculation Method</ccts:ObjectClass>
<ccts:PropertyTerm>Calculation Method Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
CalculationMethodCodeTypepublic void setCalculationMethodCode(CalculationMethodCodeType value)
value - allowed object is
CalculationMethodCodeTypepublic FullnessIndicationCodeType getFullnessIndicationCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Emission Calculation Method. Fullness Indication Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying whether a piece of transport equipment is full, partially full, or empty. This indication is used as a parameter when calculating the environmental emission.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Emission Calculation Method</ccts:ObjectClass>
<ccts:PropertyTerm>Fullness Indication Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
FullnessIndicationCodeTypepublic void setFullnessIndicationCode(FullnessIndicationCodeType value)
value - allowed object is
FullnessIndicationCodeTypepublic LocationType getMeasurementFromLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Emission Calculation Method. Measurement From_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>A start location from which an environmental emission is calculated.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Emission Calculation Method</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Measurement From</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setMeasurementFromLocation(LocationType value)
value - allowed object is
LocationTypepublic LocationType getMeasurementToLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Emission Calculation Method. Measurement To_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>An end location to which an environmental emission is calculated.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Emission Calculation Method</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Measurement To</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setMeasurementToLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.