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

Public Member Functions

String getServiceName ()
 
void setServiceName (String value)
 

Protected Attributes

String serviceName
 

Detailed Description

Defines a service that does not need any specific attribute

Java class for Service complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="Service">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 37 of file Service.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Service.getServiceName ( )

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 50 of file Service.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Service.setServiceName ( String  value)

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 62 of file Service.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Service.serviceName
protected

Definition at line 40 of file Service.java.


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