2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4 import java.math.BigDecimal;
5 import java.util.ArrayList;
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;
45 @XmlAccessorType(XmlAccessType.FIELD)
46 @XmlType(name =
"ShipmentUnit", propOrder = {
47 "shipmentUnitReference",
52 "frAlphaParcelReference",
58 @XmlElement(name =
"ShipmentUnitReference")
59 protected List<String> shipmentUnitReference;
60 @XmlElement(name = "Weight", type = String.class)
62 protected BigDecimal weight;
63 @XmlElement(name = "Note1")
64 protected String note1;
65 @XmlElement(name = "Note2")
66 protected String note2;
67 @XmlElement(name = "Service")
69 @XmlElement(name = "FRAlphaParcelReference")
70 protected String frAlphaParcelReference;
71 @XmlElement(name = "TrackID")
72 protected String trackID;
73 @XmlElement(name = "ParcelNumber")
74 protected String parcelNumber;
98 public List<String> getShipmentUnitReference() {
99 if (shipmentUnitReference == null) {
100 shipmentUnitReference =
new ArrayList<String>();
102 return this.shipmentUnitReference;
200 if (service == null) {
201 service =
new ArrayList<UnitService>();
215 return frAlphaParcelReference;
227 this.frAlphaParcelReference = value;
251 this.trackID = value;
275 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)