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.Fields Class Reference

Public Member Functions

String getName ()
 
void setName (String value)
 
String getValue ()
 
void setValue (String value)
 

Protected Attributes

String name
 
String value
 

Detailed Description

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.

Member Function Documentation

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

Gets the value of the name property.

Returns
possible object is String

Definition at line 54 of file Fields.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Fields.getValue ( )

Gets the value of the value property.

Returns
possible object is String

Definition at line 78 of file Fields.java.

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

Sets the value of the name property.

Parameters
valueallowed object is String

Definition at line 66 of file Fields.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Fields.setValue ( String  value)

Sets the value of the value property.

Parameters
valueallowed object is String

Definition at line 90 of file Fields.java.

Member Data Documentation

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

Definition at line 42 of file Fields.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Fields.value
protected

Definition at line 44 of file Fields.java.


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