GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
|
Public Member Functions | |
CarrierType | getServiceName () |
void | setServiceName (CarrierType value) |
Protected Attributes | |
CarrierType | serviceName |
Pick and return service attributes
Java class for CarrierService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarrierService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ServiceName" type="{http://fpcs.gls-group.eu/v1/Common}CarrierType"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 38 of file CarrierService.java.
CarrierType eu.gls_group.fpcs.v1.common.CarrierService.getServiceName | ( | ) |
Gets the value of the serviceName property.
CarrierType
Definition at line 52 of file CarrierService.java.
void eu.gls_group.fpcs.v1.common.CarrierService.setServiceName | ( | CarrierType | value | ) |
Sets the value of the serviceName property.
value | allowed object is CarrierType |
Definition at line 64 of file CarrierService.java.
|
protected |
Definition at line 42 of file CarrierService.java.