GLS ShipIT  5.2.5
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance Class Reference

Public Member Functions

String getLatitude ()
 
void setLatitude (String value)
 
String getLongitude ()
 
void setLongitude (String value)
 
String getDistance ()
 
void setDistance (String value)
 
String getMaxNumberOfShops ()
 
void setMaxNumberOfShops (String value)
 
String getParcelShopType ()
 
void setParcelShopType (String value)
 
List< String > getPartnerIDs ()
 

Protected Attributes

String latitude
 
String longitude
 
String distance
 
String maxNumberOfShops
 
String parcelShopType
 
List< String > partnerIDs
 

Detailed Description

ParcelShopSearchDistance (search by radius)

Java class for anonymous complex type.

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

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Latitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate"/>
        <element name="Longitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate"/>
        <element name="Distance" type="{http://fpcs.gls-group.eu/v1/ParcelShop}Radius"/>
        <element name="MaxNumberOfShops" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="ParcelShopType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="PartnerIDs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 49 of file ParcelShopSearchDistance.java.

Member Function Documentation

◆ getDistance()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getDistance ( )

Gets the value of the distance property.

Returns
possible object is String

Definition at line 120 of file ParcelShopSearchDistance.java.

◆ getLatitude()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLatitude ( )

Gets the value of the latitude property.

Returns
possible object is String

Definition at line 72 of file ParcelShopSearchDistance.java.

◆ getLongitude()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLongitude ( )

Gets the value of the longitude property.

Returns
possible object is String

Definition at line 96 of file ParcelShopSearchDistance.java.

◆ getMaxNumberOfShops()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getMaxNumberOfShops ( )

Gets the value of the maxNumberOfShops property.

Returns
possible object is String

Definition at line 144 of file ParcelShopSearchDistance.java.

◆ getParcelShopType()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getParcelShopType ( )

Gets the value of the parcelShopType property.

Returns
possible object is String

Definition at line 168 of file ParcelShopSearchDistance.java.

◆ getPartnerIDs()

List<String> eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getPartnerIDs ( )

Gets the value of the partnerIDs property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the partnerIDs property.

For example, to add a new item, do as follows:

   getPartnerIDs().add(newItem);

Objects of the following type(s) are allowed in the list String

Definition at line 206 of file ParcelShopSearchDistance.java.

◆ setDistance()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setDistance ( String  value)

Sets the value of the distance property.

Parameters
valueallowed object is String

Definition at line 132 of file ParcelShopSearchDistance.java.

◆ setLatitude()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLatitude ( String  value)

Sets the value of the latitude property.

Parameters
valueallowed object is String

Definition at line 84 of file ParcelShopSearchDistance.java.

◆ setLongitude()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLongitude ( String  value)

Sets the value of the longitude property.

Parameters
valueallowed object is String

Definition at line 108 of file ParcelShopSearchDistance.java.

◆ setMaxNumberOfShops()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setMaxNumberOfShops ( String  value)

Sets the value of the maxNumberOfShops property.

Parameters
valueallowed object is String

Definition at line 156 of file ParcelShopSearchDistance.java.

◆ setParcelShopType()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setParcelShopType ( String  value)

Sets the value of the parcelShopType property.

Parameters
valueallowed object is String

Definition at line 180 of file ParcelShopSearchDistance.java.

Member Data Documentation

◆ distance

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.distance
protected

Definition at line 56 of file ParcelShopSearchDistance.java.

◆ latitude

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.latitude
protected

Definition at line 52 of file ParcelShopSearchDistance.java.

◆ longitude

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.longitude
protected

Definition at line 54 of file ParcelShopSearchDistance.java.

◆ maxNumberOfShops

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.maxNumberOfShops
protected

Definition at line 58 of file ParcelShopSearchDistance.java.

◆ parcelShopType

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.parcelShopType
protected

Definition at line 60 of file ParcelShopSearchDistance.java.

◆ partnerIDs

List<String> eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.partnerIDs
protected

Definition at line 62 of file ParcelShopSearchDistance.java.


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