GLS ShipIT 4.0.f2
GLS ShipIT - REST services
|
Public Member Functions | |
String | getNationalParcelNumber () |
void | setNationalParcelNumber (String value) |
String | getNationalBarcode () |
void | setNationalBarcode (String value) |
String | getNationalHub () |
void | setNationalHub (String value) |
Protected Attributes | |
String | nationalParcelNumber |
String | nationalBarcode |
String | nationalHub |
National Parcel Data
Java class for NationalParcelData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NationalParcelData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NationalParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NationalBarcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="NationalHub" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 40 of file NationalParcelData.java.
String eu.gls_group.fpcs.v1.common.NationalParcelData.getNationalBarcode | ( | ) |
Gets the value of the nationalBarcode property.
String
Definition at line 81 of file NationalParcelData.java.
String eu.gls_group.fpcs.v1.common.NationalParcelData.getNationalHub | ( | ) |
Gets the value of the nationalHub property.
String
Definition at line 105 of file NationalParcelData.java.
String eu.gls_group.fpcs.v1.common.NationalParcelData.getNationalParcelNumber | ( | ) |
Gets the value of the nationalParcelNumber property.
String
Definition at line 57 of file NationalParcelData.java.
void eu.gls_group.fpcs.v1.common.NationalParcelData.setNationalBarcode | ( | String | value | ) |
Sets the value of the nationalBarcode property.
value | allowed object is String |
Definition at line 93 of file NationalParcelData.java.
void eu.gls_group.fpcs.v1.common.NationalParcelData.setNationalHub | ( | String | value | ) |
Sets the value of the nationalHub property.
value | allowed object is String |
Definition at line 117 of file NationalParcelData.java.
void eu.gls_group.fpcs.v1.common.NationalParcelData.setNationalParcelNumber | ( | String | value | ) |
Sets the value of the nationalParcelNumber property.
value | allowed object is String |
Definition at line 69 of file NationalParcelData.java.
|
protected |
Definition at line 45 of file NationalParcelData.java.
|
protected |
Definition at line 47 of file NationalParcelData.java.
|
protected |
Definition at line 43 of file NationalParcelData.java.