|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getHeader () |
| void | setHeader (String value) |
| List< Information > | getInformation () |
Protected Attributes | |
| String | header |
| List< Information > | information |
Informations about used services
Java class for ServiceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Information" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Information" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 41 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ServiceInfo.getHeader | ( | ) |
Gets the value of the header property.
Definition at line 56 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
| List<Information> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ServiceInfo.getInformation | ( | ) |
Gets the value of the information property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the information property.
For example, to add a new item, do as follows:
getInformation().add(newItem);
Objects of the following type(s) are allowed in the list Information
Definition at line 94 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ServiceInfo.setHeader | ( | String | value | ) |
Sets the value of the header property.
| value | allowed object is String |
Definition at line 68 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
|
protected |
Definition at line 44 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
|
protected |
Definition at line 46 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ServiceInfo.java.
1.8.13