2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
7 import javax.xml.bind.annotation.XmlAccessType;
8 import javax.xml.bind.annotation.XmlAccessorType;
9 import javax.xml.bind.annotation.XmlElement;
10 import javax.xml.bind.annotation.XmlType;
11 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
12 import java.math.BigDecimal;
13 import java.util.ArrayList;
14 import java.util.List;
44 @XmlAccessorType(XmlAccessType.FIELD)
45 @XmlType(name =
"ShipmentUnit", propOrder = {
46 "shipmentUnitReference",
51 "frAlphaParcelReference",
57 @XmlElement(name =
"ShipmentUnitReference")
58 protected List<String> shipmentUnitReference;
59 @XmlElement(name = "Weight", type = String.class)
61 protected BigDecimal weight;
62 @XmlElement(name = "Note1")
63 protected String note1;
64 @XmlElement(name = "Note2")
65 protected String note2;
66 @XmlElement(name = "Service")
68 @XmlElement(name = "FRAlphaParcelReference")
69 protected String frAlphaParcelReference;
70 @XmlElement(name = "TrackID")
71 protected String trackID;
72 @XmlElement(name = "ParcelNumber")
73 protected String parcelNumber;
97 public List<String> getShipmentUnitReference() {
98 if (shipmentUnitReference == null) {
99 shipmentUnitReference =
new ArrayList<String>();
101 return this.shipmentUnitReference;
199 if (service == null) {
200 service =
new ArrayList<UnitService>();
214 return frAlphaParcelReference;
226 this.frAlphaParcelReference = value;
250 this.trackID = value;
274 this.parcelNumber = value;
void setParcelNumber(String value)
void setWeight(BigDecimal value)
String getFRAlphaParcelReference()
void setNote2(String value)
void setFRAlphaParcelReference(String value)
void setNote1(String value)
List< UnitService > getService()
void setTrackID(String value)