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

Public Member Functions

String getConsigneeID ()
 
void setConsigneeID (String value)
 
String getCostCenter ()
 
void setCostCenter (String value)
 
CategoryType getCategory ()
 
void setCategory (CategoryType value)
 
Address getAddress ()
 
void setAddress (Address value)
 

Protected Attributes

String consigneeID
 
String costCenter
 
CategoryType category
 
Address address
 

Detailed Description

Consignee (it's address and custom reference values)

Java class for Consignee complex type.

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

<complexType name="Consignee">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ConsigneeID" type="{http://fpcs.gls-group.eu/v1/Common}ConsigneeID" minOccurs="0"/>
        <element name="CostCenter" type="{http://fpcs.gls-group.eu/v1/Common}CostCenter" minOccurs="0"/>
        <element name="Category" type="{http://fpcs.gls-group.eu/v1/Common}CategoryType" minOccurs="0"/>
        <element name="Address" type="{http://fpcs.gls-group.eu/v1/Common}Address" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 41 of file Consignee.java.

Member Function Documentation

◆ getAddress()

Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getAddress ( )

Gets the value of the address property.

Returns
possible object is Address

Definition at line 132 of file Consignee.java.

◆ getCategory()

CategoryType eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getCategory ( )

Gets the value of the category property.

Returns
possible object is CategoryType

Definition at line 108 of file Consignee.java.

◆ getConsigneeID()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getConsigneeID ( )

Gets the value of the consigneeID property.

Returns
possible object is String

Definition at line 60 of file Consignee.java.

◆ getCostCenter()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getCostCenter ( )

Gets the value of the costCenter property.

Returns
possible object is String

Definition at line 84 of file Consignee.java.

◆ setAddress()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setAddress ( Address  value)

Sets the value of the address property.

Parameters
valueallowed object is Address

Definition at line 144 of file Consignee.java.

◆ setCategory()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setCategory ( CategoryType  value)

Sets the value of the category property.

Parameters
valueallowed object is CategoryType

Definition at line 120 of file Consignee.java.

◆ setConsigneeID()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setConsigneeID ( String  value)

Sets the value of the consigneeID property.

Parameters
valueallowed object is String

Definition at line 72 of file Consignee.java.

◆ setCostCenter()

void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setCostCenter ( String  value)

Sets the value of the costCenter property.

Parameters
valueallowed object is String

Definition at line 96 of file Consignee.java.

Member Data Documentation

◆ address

Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.address
protected

Definition at line 50 of file Consignee.java.

◆ category

CategoryType eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.category
protected

Definition at line 48 of file Consignee.java.

◆ consigneeID

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.consigneeID
protected

Definition at line 44 of file Consignee.java.

◆ costCenter

String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.costCenter
protected

Definition at line 46 of file Consignee.java.


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