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

Public Member Functions

String getServiceName ()
 
void setServiceName (String value)
 
String getPIN ()
 
void setPIN (String value)
 
Date getBirthdate ()
 
void setBirthdate (Date value)
 

Protected Attributes

String serviceName
 
String pin
 
Date birthdate
 

Detailed Description

Ident PIN service attributes

Java class for IdentPINService complex type.

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

<complexType name="IdentPINService">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="PIN" type="{http://fpcs.gls-group.eu/v1/Common}IdentPIN"/>
        <element name="Birthdate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 44 of file IdentPINService.java.

Member Function Documentation

◆ getBirthdate()

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

Gets the value of the birthdate property.

Returns
possible object is String

Definition at line 111 of file IdentPINService.java.

◆ getPIN()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.getPIN ( )

Gets the value of the pin property.

Returns
possible object is String

Definition at line 87 of file IdentPINService.java.

◆ getServiceName()

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

Gets the value of the serviceName property.

Returns
possible object is String

Definition at line 63 of file IdentPINService.java.

◆ setBirthdate()

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

Sets the value of the birthdate property.

Parameters
valueallowed object is String

Definition at line 123 of file IdentPINService.java.

◆ setPIN()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.setPIN ( String  value)

Sets the value of the pin property.

Parameters
valueallowed object is String

Definition at line 99 of file IdentPINService.java.

◆ setServiceName()

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

Sets the value of the serviceName property.

Parameters
valueallowed object is String

Definition at line 75 of file IdentPINService.java.

Member Data Documentation

◆ birthdate

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

Definition at line 53 of file IdentPINService.java.

◆ pin

String eu.glsgroup.fpcs.datatypes.soap.v1.common.IdentPINService.pin
protected

Definition at line 49 of file IdentPINService.java.

◆ serviceName

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

Definition at line 47 of file IdentPINService.java.


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