|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getName () |
| void | setName (String value) |
Protected Attributes | |
| String | name |
Simple name field
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 36 of file Field.java.
| String eu.gls_group.fpcs.v1.common.Field.getName | ( | ) |
Gets the value of the name property.
Definition at line 49 of file Field.java.
| void eu.gls_group.fpcs.v1.common.Field.setName | ( | String | value | ) |
Sets the value of the name property.
| value | allowed object is String |
Definition at line 61 of file Field.java.
|
protected |
Definition at line 39 of file Field.java.
1.8.13