|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getName () |
| void | setName (String value) |
| String | getValue () |
| void | setValue (String value) |
Protected Attributes | |
| String | name |
| String | value |
Information to an used services
Java class for Information complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Information">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 38 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.Information.getName | ( | ) |
Gets the value of the name property.
Definition at line 53 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.Information.getValue | ( | ) |
Gets the value of the value property.
Definition at line 77 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.Information.setName | ( | String | value | ) |
Sets the value of the name property.
| value | allowed object is String |
Definition at line 65 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.Information.setValue | ( | String | value | ) |
Sets the value of the value property.
| value | allowed object is String |
Definition at line 89 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
|
protected |
Definition at line 41 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
|
protected |
Definition at line 43 of file gls_group/fpcs/v1/shipmentprocessing/types/Information.java.
1.8.13