|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getKey () |
| void | setKey (String value) |
| String | getValue () |
| void | setValue (String value) |
Protected Attributes | |
| String | key |
| String | value |
key / value pair construct for custom data
Java class for KeyValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValuePair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 40 of file KeyValuePair.java.
| String eu.gls_group.fpcs.v1.common.KeyValuePair.getKey | ( | ) |
Gets the value of the key property.
Definition at line 55 of file KeyValuePair.java.
| String eu.gls_group.fpcs.v1.common.KeyValuePair.getValue | ( | ) |
Gets the value of the value property.
Definition at line 79 of file KeyValuePair.java.
| void eu.gls_group.fpcs.v1.common.KeyValuePair.setKey | ( | String | value | ) |
Sets the value of the key property.
| value | allowed object is String |
Definition at line 67 of file KeyValuePair.java.
| void eu.gls_group.fpcs.v1.common.KeyValuePair.setValue | ( | String | value | ) |
Sets the value of the value property.
| value | allowed object is String |
Definition at line 91 of file KeyValuePair.java.
|
protected |
Definition at line 43 of file KeyValuePair.java.
|
protected |
Definition at line 45 of file KeyValuePair.java.
1.8.13