GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.common.Field Class Reference

Public Member Functions

String getName ()
 
void setName (String value)
 

Protected Attributes

String name
 

Detailed Description

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.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Field.getName ( )

Gets the value of the name property.

Returns
possible object is String

Definition at line 49 of file Field.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Field.setName ( String  value)

Sets the value of the name property.

Parameters
valueallowed object is String

Definition at line 61 of file Field.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Field.name
protected

Definition at line 39 of file Field.java.


The documentation for this class was generated from the following file: