2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlElement;
7 import javax.xml.bind.annotation.XmlType;
8 import java.util.ArrayList;
34 @XmlAccessorType(XmlAccessType.FIELD)
35 @XmlType(name =
"ServiceInfo", propOrder = {
41 @XmlElement(name =
"Header", required =
true)
42 protected String header;
54 public String getHeader() {
93 if (information == null) {
94 information =
new ArrayList<Information>();
96 return this.information;
List< Information > getInformation()
void setHeader(String value)