2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4import java.util.ArrayList;
6import javax.xml.bind.annotation.XmlAccessType;
7import javax.xml.bind.annotation.XmlAccessorType;
8import javax.xml.bind.annotation.XmlElement;
9import javax.xml.bind.annotation.XmlType;
10import eu.gls_group.fpcs.v1.common.KeyValuePair;
35@XmlAccessorType(XmlAccessType.FIELD)
36@XmlType(name =
"MetaData", propOrder = {
41 @XmlElement(name =
"Item")
68 item =
new ArrayList<KeyValuePair>();