2 package eu.gls_group.fpcs.v1.shipmentprocessing.types;
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.XmlSchemaType;
11 import javax.xml.bind.annotation.XmlType;
12 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
52 @XmlAccessorType(XmlAccessType.FIELD)
53 @XmlType(name =
"ShipmentUnit", propOrder = {
54 "shipmentUnitReference",
55 "partnerParcelNumber",
60 "frAlphaParcelReference",
69 @XmlElement(name =
"ShipmentUnitReference")
70 protected List<String> shipmentUnitReference;
71 @XmlElement(name = "PartnerParcelNumber")
72 protected String partnerParcelNumber;
73 @XmlElement(name = "Weight", type = String.class)
75 @XmlSchemaType(name = "decimal")
76 protected BigDecimal weight;
77 @XmlElement(name = "Note1")
78 protected String note1;
79 @XmlElement(name = "Note2")
80 protected String note2;
81 @XmlElement(name = "Service")
83 @XmlElement(name = "FRAlphaParcelReference")
84 protected String frAlphaParcelReference;
85 @XmlElement(name = "TrackID")
86 protected String trackID;
87 @XmlElement(defaultValue = "false")
88 protected Boolean injected;
89 @XmlElement(name = "ParcelNumber")
90 protected String parcelNumber;
93 @XmlElement(name = "
Volume")
118 public List<String> getShipmentUnitReference() {
119 if (shipmentUnitReference == null) {
120 shipmentUnitReference =
new ArrayList<String>();
122 return this.shipmentUnitReference;
134 return partnerParcelNumber;
146 this.partnerParcelNumber = value;
244 if (service == null) {
245 service =
new ArrayList<UnitService>();
259 return frAlphaParcelReference;
271 this.frAlphaParcelReference = value;
295 this.trackID = value;
319 this.injected = value;
343 this.parcelNumber = value;
355 return nationalParcelData;
367 this.nationalParcelData = value;
void setInjected(Boolean value)
void setFRAlphaParcelReference(String value)
NationalParcelData getNationalParcelData()
void setVolume(Volume value)
List< UnitService > getService()
void setTrackID(String value)
String getFRAlphaParcelReference()
void setNote2(String value)
void setNote1(String value)
void setParcelNumber(String value)
void setWeight(BigDecimal value)
void setNationalParcelData(NationalParcelData value)
String getPartnerParcelNumber()
void setPartnerParcelNumber(String value)