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

Public Member Functions

String getServiceName ()
 
void setServiceName (String value)
 
long getNumberOfLabels ()
 
void setNumberOfLabels (long value)
 

Protected Attributes

String serviceName
 
long numberOfLabels
 

Detailed Description

Shop return service attributes

Java class for ShopReturnService complex type.

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

<complexType name="ShopReturnService">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="NumberOfLabels" type="{http://fpcs.gls-group.eu/v1/Common}NumberOfLabels"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 39 of file ShopReturnService.java.

Member Function Documentation

long eu.glsgroup.fpcs.datatypes.soap.v1.common.ShopReturnService.getNumberOfLabels ( )

Gets the value of the numberOfLabels property.

Definition at line 74 of file ShopReturnService.java.

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

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 54 of file ShopReturnService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShopReturnService.setNumberOfLabels ( long  value)

Sets the value of the numberOfLabels property.

Definition at line 82 of file ShopReturnService.java.

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

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 66 of file ShopReturnService.java.

Member Data Documentation

long eu.glsgroup.fpcs.datatypes.soap.v1.common.ShopReturnService.numberOfLabels
protected

Definition at line 44 of file ShopReturnService.java.

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

Definition at line 42 of file ShopReturnService.java.


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