2package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4import java.util.ArrayList;
6import javax.xml.bind.annotation.XmlAccessType;
7import javax.xml.bind.annotation.XmlAccessorType;
8import javax.xml.bind.annotation.XmlElement;
9import 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)