public class PackageType 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>Package. Details</ccts:DictionaryEntryName>
<ccts:Definition>A class to describe a package.</ccts:Definition>
<ccts:ObjectClass>Package</ccts:ObjectClass>
</ccts:Component>
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() |
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 IDType getID()
<?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>Package. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
IDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic QuantityType getQuantity()
<?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>Package. Quantity</ccts:DictionaryEntryName>
<ccts:Definition>The quantity of items contained in this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
<ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
<ccts:DataType>Quantity. Type</ccts:DataType>
</ccts:Component>
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic ReturnableMaterialIndicatorType getReturnableMaterialIndicator()
<?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>Package. Returnable Material_ Indicator. Indicator</ccts:DictionaryEntryName>
<ccts:Definition>An indicator that the packaging material is returnable (true) or not (false).</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Returnable Material</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Indicator</ccts:PropertyTerm>
<ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
<ccts:DataType>Indicator. Type</ccts:DataType>
</ccts:Component>
ReturnableMaterialIndicatorTypepublic void setReturnableMaterialIndicator(ReturnableMaterialIndicatorType value)
value - allowed object is
ReturnableMaterialIndicatorTypepublic PackageLevelCodeType getPackageLevelCode()
<?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>Package. Package Level Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying a level of packaging.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Package Level Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataType>Code. Type</ccts:DataType>
</ccts:Component>
PackageLevelCodeTypepublic void setPackageLevelCode(PackageLevelCodeType value)
value - allowed object is
PackageLevelCodeTypepublic PackagingTypeCodeType getPackagingTypeCode()
<?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>Package. Packaging Type Code. Code</ccts:DictionaryEntryName>
<ccts:Definition>A code signifying a type of packaging.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Packaging Type Code</ccts:PropertyTerm>
<ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
<ccts:DataTypeQualifier>Packaging Type</ccts:DataTypeQualifier>
<ccts:DataType>Packaging Type_ Code. Type</ccts:DataType>
<ccts:AlternativeBusinessTerms>Package classification code</ccts:AlternativeBusinessTerms>
</ccts:Component>
PackagingTypeCodeTypepublic void setPackagingTypeCode(PackagingTypeCodeType value)
value - allowed object is
PackagingTypeCodeTypepublic List<PackingMaterialType> getPackingMaterial()
<?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>Package. Packing Material. Text</ccts:DictionaryEntryName>
<ccts:Definition>Text describing the packaging material.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Packing Material</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
Gets the value of the packingMaterial property.
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()
<?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>Package. Trace_ Identifier. Identifier</ccts:DictionaryEntryName>
<ccts:Definition>An identifier for use in tracing this package, such as the EPC number used in RFID.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Trace</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
<ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
<ccts:DataType>Identifier. Type</ccts:DataType>
</ccts:Component>
TraceIDTypepublic void setTraceID(TraceIDType value)
value - allowed object is
TraceIDTypepublic List<PackageType> getContainedPackage()
<?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>Package. Contained_ Package. Package</ccts:DictionaryEntryName>
<ccts:Definition>A package contained within this package.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Contained</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Package</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Package</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Package</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the containedPackage property.
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()
<?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>Package. Containing_ Transport Equipment. Transport Equipment</ccts:DictionaryEntryName>
<ccts:Definition>The piece of transport equipment containing this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Containing</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Equipment</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Equipment</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Equipment</ccts:RepresentationTerm>
</ccts:Component>
TransportEquipmentTypepublic void setContainingTransportEquipment(TransportEquipmentType value)
value - allowed object is
TransportEquipmentTypepublic List<GoodsItemType> getGoodsItem()
<?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>Package. Goods Item</ccts:DictionaryEntryName>
<ccts:Definition>A goods item included in this package.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Goods Item</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Goods Item</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Goods Item</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the goodsItem property.
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()
<?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>Package. Measurement_ Dimension. Dimension</ccts:DictionaryEntryName>
<ccts:Definition>A measurable dimension (length, mass, weight, or volume) of this package.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Measurement</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Dimension</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Dimension</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Dimension</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the measurementDimension property.
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()
<?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>Package. Delivery Unit</ccts:DictionaryEntryName>
<ccts:Definition>A delivery unit within this package.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Delivery Unit</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Delivery Unit</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Delivery Unit</ccts:RepresentationTerm>
</ccts:Component>
Gets the value of the deliveryUnit property.
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()
<?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>Package. Delivery</ccts:DictionaryEntryName>
<ccts:Definition>The delivery of this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Delivery</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Delivery</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Delivery</ccts:RepresentationTerm>
</ccts:Component>
DeliveryTypepublic void setDelivery(DeliveryType value)
value - allowed object is
DeliveryTypepublic PickupType getPickup()
<?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>Package. Pickup</ccts:DictionaryEntryName>
<ccts:Definition>The pickup of this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Pickup</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Pickup</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Pickup</ccts:RepresentationTerm>
</ccts:Component>
PickupTypepublic void setPickup(PickupType value)
value - allowed object is
PickupTypepublic DespatchType getDespatch()
<?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>Package. Despatch</ccts:DictionaryEntryName>
<ccts:Definition>The despatch of this package.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Package</ccts:ObjectClass>
<ccts:PropertyTerm>Despatch</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Despatch</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Despatch</ccts:RepresentationTerm>
</ccts:Component>
DespatchTypepublic void setDespatch(DespatchType value)
value - allowed object is
DespatchTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.