public class PackageType extends Object
Java class for PackageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Quantity" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReturnableMaterialIndicator" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackageLevelCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackagingTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PackingMaterial" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TraceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContainedPackage" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ContainingTransportEquipment" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}GoodsItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementDimension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DeliveryUnit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Delivery" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Pickup" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Despatch" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PackageType> |
containedPackage |
protected TransportEquipmentType |
containingTransportEquipment |
protected DeliveryType |
delivery |
protected List<DeliveryUnitType> |
deliveryUnit |
protected DespatchType |
despatch |
protected List<GoodsItemType> |
goodsItem |
protected IDType |
id |
protected List<DimensionType> |
measurementDimension |
protected PackageLevelCodeType |
packageLevelCode |
protected PackagingTypeCodeType |
packagingTypeCode |
protected List<PackingMaterialType> |
packingMaterial |
protected PickupType |
pickup |
protected QuantityType |
quantity |
protected ReturnableMaterialIndicatorType |
returnableMaterialIndicator |
protected TraceIDType |
traceID |
| Constructor and Description |
|---|
PackageType() |
| Modifier and Type | Method and Description |
|---|---|
List<PackageType> |
getContainedPackage()
Gets the value of the containedPackage property.
|
TransportEquipmentType |
getContainingTransportEquipment()
Gets the value of the containingTransportEquipment property.
|
DeliveryType |
getDelivery()
Gets the value of the delivery property.
|
List<DeliveryUnitType> |
getDeliveryUnit()
Gets the value of the deliveryUnit property.
|
DespatchType |
getDespatch()
Gets the value of the despatch property.
|
List<GoodsItemType> |
getGoodsItem()
Gets the value of the goodsItem property.
|
IDType |
getID()
Gets the value of the id property.
|
List<DimensionType> |
getMeasurementDimension()
Gets the value of the measurementDimension property.
|
PackageLevelCodeType |
getPackageLevelCode()
Gets the value of the packageLevelCode property.
|
PackagingTypeCodeType |
getPackagingTypeCode()
Gets the value of the packagingTypeCode property.
|
List<PackingMaterialType> |
getPackingMaterial()
Gets the value of the packingMaterial property.
|
PickupType |
getPickup()
Gets the value of the pickup property.
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
ReturnableMaterialIndicatorType |
getReturnableMaterialIndicator()
Gets the value of the returnableMaterialIndicator property.
|
TraceIDType |
getTraceID()
Gets the value of the traceID property.
|
void |
setContainingTransportEquipment(TransportEquipmentType value)
Sets the value of the containingTransportEquipment property.
|
void |
setDelivery(DeliveryType value)
Sets the value of the delivery property.
|
void |
setDespatch(DespatchType value)
Sets the value of the despatch property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setPackageLevelCode(PackageLevelCodeType value)
Sets the value of the packageLevelCode property.
|
void |
setPackagingTypeCode(PackagingTypeCodeType value)
Sets the value of the packagingTypeCode property.
|
void |
setPickup(PickupType value)
Sets the value of the pickup property.
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setReturnableMaterialIndicator(ReturnableMaterialIndicatorType value)
Sets the value of the returnableMaterialIndicator property.
|
void |
setTraceID(TraceIDType value)
Sets the value of the traceID property.
|
protected IDType id
protected QuantityType quantity
protected ReturnableMaterialIndicatorType returnableMaterialIndicator
protected PackageLevelCodeType packageLevelCode
protected PackagingTypeCodeType packagingTypeCode
protected List<PackingMaterialType> packingMaterial
protected TraceIDType traceID
protected List<PackageType> containedPackage
protected TransportEquipmentType containingTransportEquipment
protected List<GoodsItemType> goodsItem
protected List<DimensionType> measurementDimension
protected List<DeliveryUnitType> deliveryUnit
protected DeliveryType delivery
protected PickupType pickup
protected DespatchType despatch
public void setID(IDType value)
value - allowed object is
IDTypepublic QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic ReturnableMaterialIndicatorType getReturnableMaterialIndicator()
ReturnableMaterialIndicatorTypepublic void setReturnableMaterialIndicator(ReturnableMaterialIndicatorType value)
value - allowed object is
ReturnableMaterialIndicatorTypepublic PackageLevelCodeType getPackageLevelCode()
PackageLevelCodeTypepublic void setPackageLevelCode(PackageLevelCodeType value)
value - allowed object is
PackageLevelCodeTypepublic PackagingTypeCodeType getPackagingTypeCode()
PackagingTypeCodeTypepublic void setPackagingTypeCode(PackagingTypeCodeType value)
value - allowed object is
PackagingTypeCodeTypepublic List<PackingMaterialType> getPackingMaterial()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the packingMaterial property.
For example, to add a new item, do as follows:
getPackingMaterial().add(newItem);
Objects of the following type(s) are allowed in the list
PackingMaterialType
public TraceIDType getTraceID()
TraceIDTypepublic void setTraceID(TraceIDType value)
value - allowed object is
TraceIDTypepublic List<PackageType> getContainedPackage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the containedPackage property.
For example, to add a new item, do as follows:
getContainedPackage().add(newItem);
Objects of the following type(s) are allowed in the list
PackageType
public TransportEquipmentType getContainingTransportEquipment()
TransportEquipmentTypepublic void setContainingTransportEquipment(TransportEquipmentType value)
value - allowed object is
TransportEquipmentTypepublic List<GoodsItemType> getGoodsItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the goodsItem property.
For example, to add a new item, do as follows:
getGoodsItem().add(newItem);
Objects of the following type(s) are allowed in the list
GoodsItemType
public List<DimensionType> getMeasurementDimension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the measurementDimension property.
For example, to add a new item, do as follows:
getMeasurementDimension().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionType
public List<DeliveryUnitType> getDeliveryUnit()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deliveryUnit property.
For example, to add a new item, do as follows:
getDeliveryUnit().add(newItem);
Objects of the following type(s) are allowed in the list
DeliveryUnitType
public DeliveryType getDelivery()
DeliveryTypepublic void setDelivery(DeliveryType value)
value - allowed object is
DeliveryTypepublic PickupType getPickup()
PickupTypepublic void setPickup(PickupType value)
value - allowed object is
PickupTypepublic DespatchType getDespatch()
DespatchTypepublic void setDespatch(DespatchType value)
value - allowed object is
DespatchTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.