|
GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
| List< UnitItem > | getUnitItems () |
Protected Attributes | |
| List< UnitItem > | unitItems |
Response attributes of searchParcelStatus request
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 name="UnitItems" type="{http://fpcs.gls-group.eu/v1/Tracking}UnitItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 40 of file TUListResponse.java.
| List<UnitItem> eu.glsgroup.fpcs.datatypes.soap.v1.tracking.TUListResponse.getUnitItems | ( | ) |
Gets the value of the unitItems 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 unitItems property.
For example, to add a new item, do as follows:
getUnitItems().add(newItem);
Objects of the following type(s) are allowed in the list UnitItem
Definition at line 67 of file TUListResponse.java.
|
protected |
Definition at line 43 of file TUListResponse.java.
1.8.13