|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP 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 glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Information.getName | ( | ) |
Gets the value of the name property.
Definition at line 53 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Information.getValue | ( | ) |
Gets the value of the value property.
Definition at line 77 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Information.setName | ( | String | value | ) |
Sets the value of the name property.
| value | allowed object is String |
Definition at line 65 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Information.setValue | ( | String | value | ) |
Sets the value of the value property.
| value | allowed object is String |
Definition at line 89 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
|
protected |
Definition at line 41 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
|
protected |
Definition at line 43 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/Information.java.
1.8.13