public class DeliveryUnitType extends Object
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()
Gets the value of the batchQuantity property.
|
ConsumerUnitQuantityType |
getConsumerUnitQuantity()
Gets the value of the consumerUnitQuantity property.
|
HazardousRiskIndicatorType |
getHazardousRiskIndicator()
Gets the value of the hazardousRiskIndicator property.
|
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()
BatchQuantityTypepublic void setBatchQuantity(BatchQuantityType value)
value - allowed object is
BatchQuantityTypepublic ConsumerUnitQuantityType getConsumerUnitQuantity()
ConsumerUnitQuantityTypepublic void setConsumerUnitQuantity(ConsumerUnitQuantityType value)
value - allowed object is
ConsumerUnitQuantityTypepublic HazardousRiskIndicatorType getHazardousRiskIndicator()
HazardousRiskIndicatorTypepublic void setHazardousRiskIndicator(HazardousRiskIndicatorType value)
value - allowed object is
HazardousRiskIndicatorTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.