|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| GLSExitCode | getExitCode () |
| void | setExitCode (GLSExitCode value) |
| List< SearchResults > | getSearchResults () |
Protected Attributes | |
| GLSExitCode | exitCode |
| List< SearchResults > | searchResults |
Java class for GetParcelShopReponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetParcelShopReponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exitCode" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSExitCode"/>
<element name="SearchResults" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}SearchResults" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file GetParcelShopReponseType.java.
| GLSExitCode eu.glsgroup.ws.parcelshopsearch.GetParcelShopReponseType.getExitCode | ( | ) |
Gets the value of the exitCode property.
Definition at line 52 of file GetParcelShopReponseType.java.
| List<SearchResults> eu.glsgroup.ws.parcelshopsearch.GetParcelShopReponseType.getSearchResults | ( | ) |
Gets the value of the searchResults property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the searchResults property.
For example, to add a new item, do as follows:
getSearchResults().add(newItem);
Objects of the following type(s) are allowed in the list SearchResults
Definition at line 90 of file GetParcelShopReponseType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopReponseType.setExitCode | ( | GLSExitCode | value | ) |
Sets the value of the exitCode property.
| value | allowed object is GLSExitCode |
Definition at line 64 of file GetParcelShopReponseType.java.
|
protected |
Definition at line 40 of file GetParcelShopReponseType.java.
|
protected |
Definition at line 42 of file GetParcelShopReponseType.java.
1.8.13