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

Public Member Functions

String getServiceName ()
 
void setServiceName (String value)
 
Date getBirthdate ()
 
void setBirthdate (Date value)
 
String getFirstname ()
 
void setFirstname (String value)
 
String getLastname ()
 
void setLastname (String value)
 
Nationality getNationality ()
 
void setNationality (Nationality value)
 

Protected Attributes

String serviceName
 
Date birthdate
 
String firstname
 
String lastname
 
Nationality nationality
 

Detailed Description

Ident service attributes

Java class for IdentService complex type.

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

<complexType name="IdentService">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Birthdate" type="{http://www.w3.org/2001/XMLSchema}date"/>
        <element name="Firstname" type="{http://fpcs.gls-group.eu/v1/Common}Name"/>
        <element name="Lastname" type="{http://fpcs.gls-group.eu/v1/Common}Name"/>
        <element name="Nationality" type="{http://fpcs.gls-group.eu/v1/Common}Nationality"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 47 of file IdentService.java.

Member Function Documentation

◆ getBirthdate()

Date eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getBirthdate ( )

Gets the value of the birthdate property.

Returns
possible object is String

Definition at line 94 of file IdentService.java.

◆ getFirstname()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getFirstname ( )

Gets the value of the firstname property.

Returns
possible object is String

Definition at line 118 of file IdentService.java.

◆ getLastname()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getLastname ( )

Gets the value of the lastname property.

Returns
possible object is String

Definition at line 142 of file IdentService.java.

◆ getNationality()

Nationality eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.getNationality ( )

Gets the value of the nationality property.

Returns
possible object is Nationality

Definition at line 166 of file IdentService.java.

◆ getServiceName()

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

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 70 of file IdentService.java.

◆ setBirthdate()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setBirthdate ( Date  value)

Sets the value of the birthdate property.

Parameters
valueallowed object is String

Definition at line 106 of file IdentService.java.

◆ setFirstname()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setFirstname ( String  value)

Sets the value of the firstname property.

Parameters
valueallowed object is String

Definition at line 130 of file IdentService.java.

◆ setLastname()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setLastname ( String  value)

Sets the value of the lastname property.

Parameters
valueallowed object is String

Definition at line 154 of file IdentService.java.

◆ setNationality()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.setNationality ( Nationality  value)

Sets the value of the nationality property.

Parameters
valueallowed object is Nationality

Definition at line 178 of file IdentService.java.

◆ setServiceName()

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

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 82 of file IdentService.java.

Member Data Documentation

◆ birthdate

Date eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.birthdate
protected

Definition at line 54 of file IdentService.java.

◆ firstname

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.firstname
protected

Definition at line 56 of file IdentService.java.

◆ lastname

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.lastname
protected

Definition at line 58 of file IdentService.java.

◆ nationality

Nationality eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentService.nationality
protected

Definition at line 60 of file IdentService.java.

◆ serviceName

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

Definition at line 50 of file IdentService.java.


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