public class DeliveryUnitType 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>Delivery Unit. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a delivery unit.</ccts:Definition>
<ccts:ObjectClass>Delivery Unit</ccts:ObjectClass>
</ccts:Component>
Java class for DeliveryUnitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryUnitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BatchQuantity"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ConsumerUnitQuantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HazardousRiskIndicator" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BatchQuantityType |
batchQuantity |
protected ConsumerUnitQuantityType |
consumerUnitQuantity |
protected HazardousRiskIndicatorType |
hazardousRiskIndicator |
| Constructor and Description |
|---|
DeliveryUnitType() |
| Modifier and Type | Method and Description |
|---|---|
BatchQuantityType |
getBatchQuantity()
<?
|
ConsumerUnitQuantityType |
getConsumerUnitQuantity()
<?
|
HazardousRiskIndicatorType |
getHazardousRiskIndicator()
<?
|
void |
setBatchQuantity(BatchQuantityType value)
Sets the value of the batchQuantity property.
|
void |
setConsumerUnitQuantity(ConsumerUnitQuantityType value)
Sets the value of the consumerUnitQuantity property.
|
void |
setHazardousRiskIndicator(HazardousRiskIndicatorType value)
Sets the value of the hazardousRiskIndicator property.
|
protected BatchQuantityType batchQuantity
protected ConsumerUnitQuantityType consumerUnitQuantity
protected HazardousRiskIndicatorType hazardousRiskIndicator
public BatchQuantityType getBatchQuantity()
<?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>Delivery Unit. Batch Quantity. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity of ordered Items that constitutes a batch for delivery purposes.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Delivery Unit</ccts:ObjectClass>
<ccts:PropertyTerm>Batch Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>100 units , by the dozen </ccts:Examples>
</ccts:Component>
BatchQuantityTypepublic void setBatchQuantity(BatchQuantityType value)
value - allowed object is
BatchQuantityTypepublic ConsumerUnitQuantityType getConsumerUnitQuantity()
<?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>Delivery Unit. Consumer_ Unit. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity of units in the Delivery Unit expressed in the units used by the consumer.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Delivery Unit</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Consumer</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Unit</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
<ccts:Examples>packs of 10 </ccts:Examples>
</ccts:Component>
ConsumerUnitQuantityTypepublic void setConsumerUnitQuantity(ConsumerUnitQuantityType value)
value - allowed object is
ConsumerUnitQuantityTypepublic HazardousRiskIndicatorType getHazardousRiskIndicator()
<?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>Delivery Unit. Hazardous Risk_ Indicator. Indicator</ccts:DictionaryEntryName>
<ccts:Definition>An indication that the transported goods are subject to an international regulation concerning the carriage of dangerous goods (true) or not (false).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Delivery Unit</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Hazardous Risk</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
<ccts:DataType>Indicator. Type</ccts:DataType>
<ccts:Examples>Default is negative</ccts:Examples>
</ccts:Component>
HazardousRiskIndicatorTypepublic void setHazardousRiskIndicator(HazardousRiskIndicatorType value)
value - allowed object is
HazardousRiskIndicatorTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.