Class DeliveryUnitType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.DeliveryUnitType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BatchQuantityTypebatchQuantityprotected ConsumerUnitQuantityTypeconsumerUnitQuantityprotected HazardousRiskIndicatorTypehazardousRiskIndicator
-
Constructor Summary
Constructors Constructor Description DeliveryUnitType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchQuantityTypegetBatchQuantity()Gets the value of the batchQuantity property.ConsumerUnitQuantityTypegetConsumerUnitQuantity()Gets the value of the consumerUnitQuantity property.HazardousRiskIndicatorTypegetHazardousRiskIndicator()Gets the value of the hazardousRiskIndicator property.voidsetBatchQuantity(BatchQuantityType value)Sets the value of the batchQuantity property.voidsetConsumerUnitQuantity(ConsumerUnitQuantityType value)Sets the value of the consumerUnitQuantity property.voidsetHazardousRiskIndicator(HazardousRiskIndicatorType value)Sets the value of the hazardousRiskIndicator property.
-
-
-
Field Detail
-
batchQuantity
protected BatchQuantityType batchQuantity
-
consumerUnitQuantity
protected ConsumerUnitQuantityType consumerUnitQuantity
-
hazardousRiskIndicator
protected HazardousRiskIndicatorType hazardousRiskIndicator
-
-
Method Detail
-
getBatchQuantity
public BatchQuantityType getBatchQuantity()
Gets the value of the batchQuantity property.- Returns:
- possible object is
BatchQuantityType
-
setBatchQuantity
public void setBatchQuantity(BatchQuantityType value)
Sets the value of the batchQuantity property.- Parameters:
value- allowed object isBatchQuantityType
-
getConsumerUnitQuantity
public ConsumerUnitQuantityType getConsumerUnitQuantity()
Gets the value of the consumerUnitQuantity property.- Returns:
- possible object is
ConsumerUnitQuantityType
-
setConsumerUnitQuantity
public void setConsumerUnitQuantity(ConsumerUnitQuantityType value)
Sets the value of the consumerUnitQuantity property.- Parameters:
value- allowed object isConsumerUnitQuantityType
-
getHazardousRiskIndicator
public HazardousRiskIndicatorType getHazardousRiskIndicator()
Gets the value of the hazardousRiskIndicator property.- Returns:
- possible object is
HazardousRiskIndicatorType
-
setHazardousRiskIndicator
public void setHazardousRiskIndicator(HazardousRiskIndicatorType value)
Sets the value of the hazardousRiskIndicator property.- Parameters:
value- allowed object isHazardousRiskIndicatorType
-
-