|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| List< ParcelShop > | getParcelShop () |
Protected Attributes | |
| List< ParcelShop > | parcelShop |
List of parcel shops
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://fpcs.gls-group.eu/v1/ParcelShop}ParcelShop" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 39 of file ListOfParcelShop.java.
| List<ParcelShop> eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ListOfParcelShop.getParcelShop | ( | ) |
Gets the value of the parcelShop 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 parcelShop property.
For example, to add a new item, do as follows:
getParcelShop().add(newItem);
Objects of the following type(s) are allowed in the list ParcelShop
Definition at line 66 of file ListOfParcelShop.java.
|
protected |
Definition at line 42 of file ListOfParcelShop.java.
1.8.13