|
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 |
key / value pair construct
Java class for Fields complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Fields">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" 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 39 of file Fields.java.
| String eu.gls_group.fpcs.v1.common.Fields.getName | ( | ) |
Gets the value of the name property.
Definition at line 54 of file Fields.java.
| String eu.gls_group.fpcs.v1.common.Fields.getValue | ( | ) |
Gets the value of the value property.
Definition at line 78 of file Fields.java.
| void eu.gls_group.fpcs.v1.common.Fields.setName | ( | String | value | ) |
Sets the value of the name property.
| value | allowed object is String |
Definition at line 66 of file Fields.java.
| void eu.gls_group.fpcs.v1.common.Fields.setValue | ( | String | value | ) |
Sets the value of the value property.
| value | allowed object is String |
Definition at line 90 of file Fields.java.
|
protected |
Definition at line 42 of file Fields.java.
|
protected |
Definition at line 44 of file Fields.java.
1.8.13