2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4 import java.util.ArrayList;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlType;
36 @XmlAccessorType(XmlAccessType.FIELD)
37 @XmlType(name =
"ServiceInfo", propOrder = {
43 @XmlElement(name =
"Header", required =
true)
44 protected String header;
56 public String getHeader() {
95 if (information == null) {
96 information =
new ArrayList<Information>();
98 return this.information;
List< Information > getInformation()
void setHeader(String value)