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

Public Member Functions

String getStreet ()
 
void setStreet (String value)
 
String getStreetNumber ()
 
void setStreetNumber (String value)
 
String getCountryCode ()
 
void setCountryCode (String value)
 
String getProvince ()
 
void setProvince (String value)
 
String getZIPCode ()
 
void setZIPCode (String value)
 
String getCity ()
 
void setCity (String value)
 
String getDistance ()
 
void setDistance (String value)
 

Protected Attributes

String street
 
String streetNumber
 
String countryCode
 
String province
 
String zipCode
 
String city
 
String distance
 

Detailed Description

Address area to search for parcel shops

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="Street" type="{http://fpcs.gls-group.eu/v1/ParcelShop}StreetName" minOccurs="0"/>
        <element name="StreetNumber" type="{http://fpcs.gls-group.eu/v1/Common}StreetNumber" minOccurs="0"/>
        <element name="CountryCode" type="{http://fpcs.gls-group.eu/v1/ParcelShop}CountryCode"/>
        <element name="Province" type="{http://fpcs.gls-group.eu/v1/Common}Province" minOccurs="0"/>
        <element name="ZIPCode" type="{http://fpcs.gls-group.eu/v1/Common}ZIPCode"/>
        <element name="City" type="{http://fpcs.gls-group.eu/v1/Common}City" minOccurs="0"/>
        <element name="Distance" type="{http://fpcs.gls-group.eu/v1/ParcelShop}Radius" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 49 of file ParcelShopSearchLocation.java.

Member Function Documentation

◆ getCity()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getCity ( )

Gets the value of the city property.

Returns
possible object is String

Definition at line 194 of file ParcelShopSearchLocation.java.

◆ getCountryCode()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getCountryCode ( )

Gets the value of the countryCode property.

Returns
possible object is String

Definition at line 122 of file ParcelShopSearchLocation.java.

◆ getDistance()

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

Gets the value of the distance property.

Returns
possible object is String

Definition at line 218 of file ParcelShopSearchLocation.java.

◆ getProvince()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getProvince ( )

Gets the value of the province property.

Returns
possible object is String

Definition at line 146 of file ParcelShopSearchLocation.java.

◆ getStreet()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getStreet ( )

Gets the value of the street property.

Returns
possible object is String

Definition at line 74 of file ParcelShopSearchLocation.java.

◆ getStreetNumber()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getStreetNumber ( )

Gets the value of the streetNumber property.

Returns
possible object is String

Definition at line 98 of file ParcelShopSearchLocation.java.

◆ getZIPCode()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.getZIPCode ( )

Gets the value of the zipCode property.

Returns
possible object is String

Definition at line 170 of file ParcelShopSearchLocation.java.

◆ setCity()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setCity ( String  value)

Sets the value of the city property.

Parameters
valueallowed object is String

Definition at line 206 of file ParcelShopSearchLocation.java.

◆ setCountryCode()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setCountryCode ( String  value)

Sets the value of the countryCode property.

Parameters
valueallowed object is String

Definition at line 134 of file ParcelShopSearchLocation.java.

◆ setDistance()

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

Sets the value of the distance property.

Parameters
valueallowed object is String

Definition at line 230 of file ParcelShopSearchLocation.java.

◆ setProvince()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setProvince ( String  value)

Sets the value of the province property.

Parameters
valueallowed object is String

Definition at line 158 of file ParcelShopSearchLocation.java.

◆ setStreet()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setStreet ( String  value)

Sets the value of the street property.

Parameters
valueallowed object is String

Definition at line 86 of file ParcelShopSearchLocation.java.

◆ setStreetNumber()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setStreetNumber ( String  value)

Sets the value of the streetNumber property.

Parameters
valueallowed object is String

Definition at line 110 of file ParcelShopSearchLocation.java.

◆ setZIPCode()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.setZIPCode ( String  value)

Sets the value of the zipCode property.

Parameters
valueallowed object is String

Definition at line 182 of file ParcelShopSearchLocation.java.

Member Data Documentation

◆ city

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.city
protected

Definition at line 62 of file ParcelShopSearchLocation.java.

◆ countryCode

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.countryCode
protected

Definition at line 56 of file ParcelShopSearchLocation.java.

◆ distance

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

Definition at line 64 of file ParcelShopSearchLocation.java.

◆ province

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.province
protected

Definition at line 58 of file ParcelShopSearchLocation.java.

◆ street

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.street
protected

Definition at line 52 of file ParcelShopSearchLocation.java.

◆ streetNumber

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.streetNumber
protected

Definition at line 54 of file ParcelShopSearchLocation.java.

◆ zipCode

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchLocation.zipCode
protected

Definition at line 60 of file ParcelShopSearchLocation.java.


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