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.XmlRootElement;
10import javax.xml.bind.annotation.XmlType;
32@XmlAccessorType(XmlAccessType.FIELD)
33@XmlType(name =
"", propOrder = {
36@XmlRootElement(name =
"CouldNotTransmitShipmentsFault")
39 @XmlElement(required =
true)
40 protected List<String> shipmentUnitId;
64 public List<String> getShipmentUnitId() {
65 if (shipmentUnitId ==
null) {
66 shipmentUnitId =
new ArrayList<String>();
68 return this.shipmentUnitId;