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

Public Member Functions

String getCountryCode ()
 
void setCountryCode (String value)
 

Protected Attributes

String countryCode
 

Detailed Description

Nationality (country code)

Java class for Nationality complex type.

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

<complexType name="Nationality">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element ref="{http://fpcs.gls-group.eu/v1/Common}CountryCode"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 37 of file Nationality.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Nationality.getCountryCode ( )

Gets the value of the countryCode property.

Returns
possible object is String

Definition at line 50 of file Nationality.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Nationality.setCountryCode ( String  value)

Sets the value of the countryCode property.

Parameters
valueallowed object is String

Definition at line 62 of file Nationality.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Nationality.countryCode
protected

Definition at line 40 of file Nationality.java.


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